This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Formatting error in ld
- To: egcs-bugs at cygnus dot com
- Subject: Formatting error in ld
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Fri, 31 Oct 1997 22:54:40 +0100 (MET)
I believe that in the following error message there definitely should be
at least one space, better two, between the symbol and the filename:
Undefined first referenced
symbol in file
TRULE<ATOM, TLITERAL<ATOM> >::isSafe(void)dl.o
When the function is const, the error message even becomes ambiguous.
Undefined first referenced
symbol in file
TRULE<ATOM, TLITERAL<ATOM> >::isSafe(void) constdl.o
(Is the functions const and the filename "dl.o" or is the function
non-const and the filename "constdl.o"?)
This happens on sparc-sun-solaris2.5.1 with gcc version egcs-2.90.13
971016 (gcc2-970802 experimental).
Hope this helps,
Gerald
--
Gerald Pfeifer (Jerry) Vienna University of Technology
pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/