[geeks] Errors when compiling gcc

J. Alexander Jacocks jjacocks at mac.com
Fri Jun 18 16:27:17 CDT 2004


I'm trying to manually build gcc-3.3.2 (c,c++, and f77) on Solaris 10_58.  I'm getting the following from the linker, and I don't understand the reference:

/local/src/gcc-3.3.2/solaris/sparc-sun-solaris2.10/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `write at SUNW_0.9'
/local/src/gcc-3.3.2/solaris/sparc-sun-solaris2.10/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `poll at SUNW_1.4'

'write' and 'poll' come from libc, I know.  Anyone understand the significance of the SUNW_* after the function name?

Thanks!



More information about the geeks mailing list