This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.0.3 - collect2 passes o_file in ld2_argv too early in some cases.
- From: "Gareth Pearce" <tilps at hotmail dot com>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Wed, 20 Feb 2002 23:43:26 +1100
- Subject: Re: gcc-3.0.3 - collect2 passes o_file in ld2_argv too early in some cases.
http://gcc.gnu.org/ml/gcc-bugs/2002-02/msg00557.html
my fix is wrong -
should be instead
add a check for -soname which simply puts the next argument into both ld1
and ld2 - just like with -o
Gareth