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? Thanks.