[Spread-users] Serious compiling problem on Solaris 10x86

Matthew Gillen mgillen at bbn.com
Tue May 30 08:41:20 EDT 2006


joker wrote:
> I'm trying to build the source, but there are errors:
> 
> # cd spread-src-3.17.3
> # ./configure
> creating cache ./config.cache
> checking host system type... i386-pc-solaris2.10
> checking for gcc... no
> checking for cc... cc
> checking whether the C compiler (cc  ) works... yes
> checking whether we are using GNU C... no
> 
> # make

> cc -g -I. -I.   -DHAVE_CONFIG_H -c memory.c
> "memory.c", line 136: reference to static identifier
> "Mem_Bytes_Allocated" in extern inline function
> "memory.c", line 140: reference to static identifier
> "Mem_Obj_Inuse" in extern inline function

I don't know what the official list of supported compilers is, but you'll
almost certainly have better luck using GCC.  Either that, or figure out if
there are some options to Sun's cc to make it behave more like gcc (and add
them to $CFLAGS).

Matt




More information about the Spread-users mailing list