libtool
[Top][All Lists]
Advanced

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

Re: libtool/ltmain linking wrong (/usr/lib) libstdc++


From: Liviu Nicoara
Subject: Re: libtool/ltmain linking wrong (/usr/lib) libstdc++
Date: Tue, 24 Apr 2007 17:43:03 -0400
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

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


reply via email to

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