[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Links self with wrong linker
From: |
Morten Welinder |
Subject: |
Re: Links self with wrong linker |
Date: |
Tue, 5 Apr 2005 16:07:01 -0400 |
gcc -print-prog-name=ld
/usr/local/gnu/install/gcc/2.9.5.2/bin/gnu-ld
(Adding -v to the "gcc -shared ..." line shows
/usr/local/gnu/install/gcc/2.9.5.2/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/collect2)
> Followup error?
Purify doesn't work with them. (That in turn might be a question of
version, aka
"which set of bugs do you want to be bitten by today?") In any case,
that is well
after the library link phase not using the linker I asked for.
Morten