Dominic Ijichi
2005-Sep-07 01:10 UTC
[Fedora-directory-users] Compiler error with Solaris8/gcc
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'' ../../../built/SOLARIS-domestic-optimize-normal-slapd/servers/obj/time.o: In function `read_genTime'': time.c:(.text+0x640): undefined reference to `__divdi3'' gmake[4]: *** [../../../built/release/slapd/SOLARIS-domestic-optimize-normal-slapd/bin/slapd/server/libslapd.so] Error 1 gmake[4]: Leaving directory `/opt/project.venus/buildtree/base/FDS/fedora-ds-7.1/ldap/servers/slapd'' gmake[3]: *** [libslapd] Error 2 gmake[3]: Leaving directory `/opt/project.venus/buildtree/base/FDS/fedora-ds-7.1/ldap/servers/slapd'' gmake[2]: *** [_slapd] Error 2 gmake[2]: Leaving directory `/opt/project.venus/buildtree/base/FDS/fedora-ds-7.1/ldap/servers'' gmake[1]: *** [ldapprogs] Error 2 gmake[1]: Leaving directory `/opt/project.venus/buildtree/base/FDS/fedora-ds-7.1/ldap'' make: *** [buildDirectory] Error 2
Adrian Bunk
2005-Sep-09 20:07 UTC
Re: [Fedora-directory-users] Compiler error with Solaris8/gcc
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