This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
HP Shared library's
- To: gcc-help at gcc dot gnu dot org
- Subject: HP Shared library's
- From: Mark Stewart <StewartMD at logica dot com>
- Date: Wed, 30 May 2001 16:25:30 +0100
- Organization: Logica Mobile Networks
I have a shared library that was created using HP's aC++ compiler and
I need to link it against an application that I am using g++ 2.95.2 to
compile. The problem that I have is that g++ does not recognise the
symbols in the shared library when it links. I have run a quick test
and found that the converse is also true i.e. application compiled by
aC++ and shared library created by g++ gives me the same unresolved
symbols problem.
What am I doing wrong?? I am using HP-UX 11.00
I'd greatly appreciate some help.
Thanks in advance,
Mark