Ralf Wildenhues wrote:
Ralf Wildenhues wrote:
 ./libtool --tag=CXX --config

Hi Ralf,

I believe I may have made a mistake with the previous attachments. It is possible the previous ones were generated with a tainted libtool script. I apologize and I am attaching the correct ones here:

1. libtool.link.gz = libtool output for linking
2. libtool.config.gz - libtool --config output
3. icpc.link.gz - icpc link output:

$ cat conftest.cpp
class Foo
{
  public:
    Foo (void) { a = 0; }
  private:
    int a;
};

$ icpc -g -O2 -c conftest.cpp
$ icpc -shared -g -O2 -v conftest.o

Thanks,
Liviu

Attachment: icpc.link.gz
Description: application/gzip

Attachment: libtool.config.gz
Description: application/gzip

Attachment: libtool.link.gz
Description: application/gzip

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to