This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: linking problems using gcc2.95.1
- To: beyerj at sgi dot com
- Subject: Re: linking problems using gcc2.95.1
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 29 Aug 1999 17:16:00 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.SGI.4.05.9908251402530.24915-100000@sgi044.cray.com>
> When I build an archive with gcc2.95.1 and then try to link it into an
> executable I get hit with the following error from the linker, using a
> -Wl,-v.
[...]
> If I use gcc2.8.1 or MIPSpro for the build everything links correctly.
> The gcc may have been reworked by someone to get it working for -032, -n32
> and -64, so there may be other changes that have been made.
I don't know anything about your platform, but perhaps using binutils
over the system linker might help. What are the other versions of gcc
using?
Regards,
Martin