This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: library libstdc++ -lsupc++ not found with gcc-4.4.1 on AIX 5.3


* Eric Fernandez:

> I have just tried gcc-4.4.1 on AIX 5.3 and got the same linking error I
> previously reported in:
> http://gcc.gnu.org/ml/gcc-help/2009-05/msg00323.html
>
> which is:
> collect2: library libstdc++ -lsupc++ not found.

Looks like a missing "-" or incorrect quoting.  Have you looked at
"gcc -v" output, to check how the linker is called?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]