This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Solaris 7 build fails for current cvs resolved, but static/dyn. libproblems



Hi Ric,

adding -ldl yields in a "ld: library -ldl not found" error..
Do I have to install this lib separately (where from) ?

bye, Bruno

On Fri, Mar 10, 2000 at 12:23:50PM +0100, Bruno.Voigt@ic3s.de wrote:
> My app is using some socket functions so I set on Solaris
> LIBS=-lm -lsocket -lnsl -lstdc++ -lc
>
> But during link stage I get unreslved externales for dl_close() etc..
stuff
> from the dynamic linker on solaris

Adding -ldl should solve that.

Cheers,

Ric



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]