Problems with cvs-libtool and Solaris CC

2003-01-07 Thread Erik Assum
Hi, I'm resending this message to the libtool list as I sent it directly to Robert without realising that Reply-To: wasn't set. * Robert Boehne | If you are using CVS Libtool, then the problem is with | your Compiler. If not, then CVS Libtool may fix it. Thanks alot Robert, this solved the

Re: Exceptions in shared lib with icc on Linux

2003-01-07 Thread Albert Chin
On Mon, Jan 06, 2003 at 05:29:04PM +0100, Martin Frydl wrote: I've found problem when throwing exception from shared library when compiled with icc on Linux. I've attached a test case. The source of this problem is probably linking against c library. Libtool uses this command line:

Re: Problems with cvs-libtool and Solaris CC

2003-01-07 Thread Robert Boehne
Erik, Could you give a bit more detail as to what the problem is? You say it compilains about x, could you send us an error message? Robert Erik Assum wrote: Hi, I'm resending this message to the libtool list as I sent it directly to Robert without realising that Reply-To: wasn't set.

Exceptions in shared lib with icc on Linux

2003-01-07 Thread Martin Frydl
Hello, I've found problem when throwing exception from shared library when compiled with icc on Linux. I've attached a test case. The source of this problem is probably linking against c library. Libtool uses this command line: icpc -shared -nostdlib .libs/sub1.o -lc -Qoption,ld,-soname \