This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Using c++-shared-library not compiled with g++
- From: Rainer Stransky <Rainer dot Stransky at so-fa dot de>
- To: gcc at gcc dot gnu dot org
- Cc: Stransky Rainer <Rainer dot Stransky at so-fa dot de>
- Date: Tue, 12 Mar 2002 19:09:34 +0100
- Subject: Using c++-shared-library not compiled with g++
- Organization: Software Factory GmbH
I have to use a shared-library providing classes not build with g++ on
Solaris 7.
I do not know the compiler used for that library.
But it seems that my code, using classes in the and calling methods of the
classes provided by this library, result in different presentation of text
symbols in the object files, than they are generated in the library not build
with g++.
So i get always unsatisfied link error at run time.
Is there a way to come around this problem ?
Regards
Rainer Stransky