bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ICC -o flag bug


From: Michael LeMay
Subject: ICC -o flag bug
Date: Mon, 23 Jun 2003 14:21:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507

This bug is exhibited when libtool is used in conjunction with automake and ICC is used to compile the project. It occurs when source files are shared between more than one _SOURCES list, or sources from subdirectories appear in the _SOURCES list. The problem is that the -o flag is passed to libtool, and libtool does not pass the flag on to ICC. For example, automake will call: "libtool --mode=compile icc -o subdir-object.lo subdir/object.c" and libtool will call: "icc -c subdir/object.c" with no -o flag. This is exhibited only when ICC is used.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]