building C++ shared libs for systems w/o gcc installed

Dave O'Hair dave_ohair@yahoo.com
Thu Nov 20 21:31:00 GMT 2003


I think that did the trick.  I downloaded and built
the gnu libtools for Solaris 8 and used its linker
instead of the native linker, with the --whole-archive
option, and it doesn't seem to need libstdc++.so
anymore.  Thanks for the help, I owe you a sixpack :)

--- Eljay Love-Jensen <eljay@adobe.com> wrote:
> Hi Dave,
> 
> The GNU linker is not part of GCC.
> 
> The GNU linker "ld" is part of binutils,
> <http://www.gnu.org/directory/GNU/binutils.html>.
> 
> HTH,
> --Eljay
> 
> 


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/



More information about the Gcc-help mailing list