This is the mail archive of the gcc-bugs@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]

RE: AIX 432 linking question


On 13-Jun-99 David R. Favor wrote:
> I'm trying to compile/link Tcl under AIX 432 and find that gcc passes "libgcc.a"
> instead of "-L/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/gcc-2.95 -lgcc".
> 
> What is the best way to cause gcc to pass -Lpath -lgcc to the native linker?

You shouldn't worry about that. libgcc.a is used internally by gcc and normally
is not visible for user. If you have any problems, please report them. At least
I never had problems on my AIX4.2.1 though gcc also passes "libgcc.a" to linker.

Regards,
Andrey


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