Hi Guys, >> If you want to be certain about it, you just iterate: add "-v" to the >>collect2 command line to see the exact invocation of ld. > Or use -Wl,-v to pass -v directly from gcc to collect2. Except that some versions of GCC pass extra parameters to collect2 in environment variables and these do not show up in the -v listing.... Cheers Nick