From mboxrd@z Thu Jan 1 00:00:00 1970 From: hamon@timide.stna.dgac.fr (Roland TTK) To: help-gcc@gnu.org Subject: Re: Linking problems, mangling ? Date: Thu, 16 Dec 1999 08:58:00 -0000 Message-id: <83b4kc$hdt$1@news.stna.dgac.fr> References: <83askq$dhu$1@news.stna.dgac.fr> <83avtd$9bj$1@news.tue.nl> X-SW-Source: 1999-12/msg00250.html Eric Meijer a dit: >You are trying to do something which cannot work. Yuk ! >This means that you need to compile all C++ source in an application with >one and the same compiler. With C libraries this problem generally doesn't >exist. Thanks a lot for your help. But ... I have to use these libraries and I don't have the source code so I can't recompile them with gcc. So the solution should be to compile my sources with the sun C++ compiler. But this one doesn't have the STL. So I tried to compile the libstdc++ in order to emulate the STL. Alas the sun compiler was unable to do it because libstdc++ sources contain too many gcc specific things. So I'm f---ed :( Or maybe I could find another implementation of the STL ?? Thanks. -- TTK http://www.multimania.com/ttk22 From mboxrd@z Thu Jan 1 00:00:00 1970 From: hamon@timide.stna.dgac.fr (Roland TTK) To: help-gcc@gnu.org Subject: Re: Linking problems, mangling ? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <83b4kc$hdt$1@news.stna.dgac.fr> References: <83askq$dhu$1@news.stna.dgac.fr> <83avtd$9bj$1@news.tue.nl> X-SW-Source: 1999-12n/msg00250.html Message-ID: <19991231222400.QAJ8hu6UrEElfzrVtIsyT1v0PMdIqtb4b-imSpn3MUw@z> Eric Meijer a dit: >You are trying to do something which cannot work. Yuk ! >This means that you need to compile all C++ source in an application with >one and the same compiler. With C libraries this problem generally doesn't >exist. Thanks a lot for your help. But ... I have to use these libraries and I don't have the source code so I can't recompile them with gcc. So the solution should be to compile my sources with the sun C++ compiler. But this one doesn't have the STL. So I tried to compile the libstdc++ in order to emulate the STL. Alas the sun compiler was unable to do it because libstdc++ sources contain too many gcc specific things. So I'm f---ed :( Or maybe I could find another implementation of the STL ?? Thanks. -- TTK http://www.multimania.com/ttk22