This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help Required on HP-UX 11.0 & 11.11


> Our application (ebs) is giving this error when we run it on HP-UX .
> #ebs
> /usr/lib/dld.sl: Can't open shared library: libc.2

This is the wrong list for general HP-UX questions.

Your application has not been correctly linked.  Read the documentation
for chatr and ld.  The search path for the above library is incorrectly
set in either ebs or one of the shared libraries it uses.

A recent linker patch needs to be installed for GCC weak support.  See
the GCC installation documentation for details.

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


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