On Tue, Sep 15, 2009 at 08:40:43AM -0700, Yura Vishnevskiy wrote: > Linking finishes without errors. > Here is the command line of linking stage and ld debug output:
Could you give the output of: truss -t exec -fa /usr/bin/gcc ... (we only need the final "ld" invocation) That will give the exact linker command line being used. Thanks, - jonathan