bug-libtool
[Top][All Lists]
Advanced

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

AIX 4.3.3 -> Unresolved external symbols


From: Benoit Touron
Subject: AIX 4.3.3 -> Unresolved external symbols
Date: Fri, 28 Sep 2001 13:42:41 +0200

Hi

I am using libtool to generate dyn libraries under many platforms.
Linux -> OK
AIX 4.3.3 -> Problem.

The library generation is OK but, when I try to link it into a program,
I get " Unresolved External Symbols ".

It sounds like the nm -B command is used to extract the symbol name
from the .o file, and this causes problem.
It works, if I use the " dump -g " command instead.

The sources are C++
Compiler gcc 2.95.3
Native linker
Libtool 1.4.2

Is it a workaround ?
How can I so to make it work ?

Thanks
Ben





reply via email to

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