This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: corrupt diagnostic output from collect2
- To: kosak at cs dot cmu dot edu
- Subject: Re: corrupt diagnostic output from collect2
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 9 Jun 2000 09:26:39 +0200
- CC: bug-gcc at gnu dot org
- References: <16936.960496948@amphipolis.cmcl.cs.cmu.edu>
> Note the odd symbol name "1xZ1y"
Thanks for your bug report. I can't reproduce this; on my system, the
linker says
/tmp/ccnJAQ7f.o: In function `main':
/tmp/ccnJAQ7f.o(.text+0xe): undefined reference to `cow_n::cow_t<x, y>::cow_t(void)'
I've been using GNU ld version 2.9.5 (with BFD 2.9.5.0.41); I
recommend to update the linker.
Regards,
Martin