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]

Using c++-shared-library not compiled with g++


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


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