Re: help needed with libtool and C++

2007-05-18 Thread Eric Faurot
On 5/8/07, Jacob Meuser [EMAIL PROTECTED] wrote: easy answer: just remove -Wl,-z,defs from the link command. surely whatever is using this module is linked against libc, right? Right, it works. Thanks for the hint. Now I am hitting another problem which seems much more serious: missing

Re: help needed with libtool and C++

2007-05-18 Thread Joachim Schipper
On Fri, May 18, 2007 at 05:32:57PM +0200, Eric Faurot wrote: On 5/8/07, Jacob Meuser [EMAIL PROTECTED] wrote: easy answer: just remove -Wl,-z,defs from the link command. surely whatever is using this module is linked against libc, right? Right, it works. Thanks for the hint. Now I am

Re: help needed with libtool and C++

2007-05-18 Thread Eric Faurot
On 5/18/07, Joachim Schipper [EMAIL PROTECTED] wrote: Now I am hitting another problem which seems much more serious: missing implementation for std::char_traitsunsigned short. I guess it is due to the current version of gcc/stdc++ being too old... I don't know much about C++, but there

Re: help needed with libtool and C++

2007-05-18 Thread Marc Espie
On Fri, May 18, 2007 at 05:32:57PM +0200, Eric Faurot wrote: Now I am hitting another problem which seems much more serious: missing implementation for std::char_traitsunsigned short. I guess it is due to the current version of gcc/stdc++ being too old... Nope, it's probably some wchar

help needed with libtool and C++

2007-05-08 Thread Eric Faurot
Hi, I am trying to build Ogre3D, but I'm stuck on a linking problem: libc symbols are not resolved. Apparently libtool is stripping the -lc when linking the shared library. Running the libtool-generated command line by hand with -lc works ok. Here is the relevant excerpt: ... Making all in