This is the mail archive of the libstdc++@gcc.gnu.org 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: v3 testsuite failures under hpux--setlocale dependency on libdld.sl


> > HP recommends linking with the following linker options in this situation:
> > 
> > -Wl,-E -Wl,+n -l:libdld.sl
> > 

> So, perhaps you'll have to make g++ on HPUX link in this special library 
> for all C++ linkage.

No, I don't think that is a good solution.  You only want the above when
you need setlocale.  It wouldn't allow building a static C++ application
under HPUX.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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