Albert Chin wrote:
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:

icpc -shared -nostdlib .libs/sub1.o -lc -Qoption,ld,-soname \
-Qoption,ld,libshr.so.0 -o .libs/libshr.so.0.0.0

When I remove -nostdlib and -lc from command line, exe runs without problems.

What if you remove only -lc?

The problem persists. I have to remove both -lc and -nostdlib.

Martin



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to