This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Undefined symbols on libstdc++ test tlist.cc (i586-dg-dguxR4.20MU03)


Hello all:

I've gotten the following error during testing of libstdc++ from the latest
snapshot (egcs-19990524).

spawn /lw/downloads/egcs-obj/gcc/xgcc -B/lw/downloads/egcs-obj/gcc/
../../../../
egcs-19990524/libstdc++/testsuite/libstdc++.tests/../../tests/tlist.cc -I.. 
-I..
/../../../egcs-19990524/libstdc++/testsuite/.. -I../../../../egcs-19990524/l
ibst
dc++/testsuite/../stl -I. -I/lw/downloads/egcs-19990524/libio -I/lw/download
s/eg
cs-obj/i586-dg-dguxR4.20MU03/libio -g -L/lw/downloads/egcs-obj/i586-dg-dguxR
4.20
MU03//libstdc++ -lstdc++ -lm -o
/lw/downloads/egcs-obj/i586-dg-dguxR4.20MU03/lib
stdc++/testsuite/tlist
UX:as: ERROR: (EOF):undefined name: .L_T6063
UX:as: ERROR: (EOF):undefined name: .L_T6061
UX:as: ERROR: (EOF):undefined name: .L_T6059
UX:as: ERROR: (EOF):undefined name: .L_T1872
compiler exited with status 1
output is:
UX:as: ERROR: (EOF):undefined name: .L_T6063
UX:as: ERROR: (EOF):undefined name: .L_T6061
UX:as: ERROR: (EOF):undefined name: .L_T6059
UX:as: ERROR: (EOF):undefined name: .L_T1872

FAIL: tlist.cc compilation

After further testing, I know that the -g (dwarf1) is causing the errors.  I
have to use dwarf1 in order to be compatible with the DG/UX dbx
ebugger.  -gdwarf2 doesn't get the same problems, but dbx can't read it.
There are no other debuggers available for the platform (ie. gdb), so I'm
stuck.  Attached is the assembler output with -g and -dA specified.  [I
would have sent the pre-processed input as well, but that exceeds the 100K
limit.] I'm sorry, but I don't know how to debug this any further.  Any
pointers will be appreciated.

TIA

------------------------------------------------------------------------
Eric H. Raskin                            Voice:  914-769-7100 x321
President, CSC Division                   Fax:    914-769-8070
The Listworks Corp.                       E-Mail: ehr@listworks.com
1 Campus Drive
Pleasantville, NY 10570

tlist.s.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]