On Wed, Sep 07, 2005 at 02:10:45AM +0100, Dominic Ijichi wrote: > Hi, > > I had to do a few little bodges here and there to get the mozilla stuff compiled > with gcc, then change xO2 to O2 in fds code. now I'm getting a compile error as > shown below, i believe its something to do with largefiles and gcc. am I > including the wrong files somewhere? > > ../../../built/SOLARIS-domestic-optimize-normal-slapd/servers/obj/log.o: In > function `log__enough_freespace': > log.c:(.text+0x4498): undefined reference to `__muldi3' >... These symbols are in libgcc. If you are using gcc, you have to use gcc as linker (which itself calls ld). cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed