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]

The current egcs in CVS is broken.


Hi,

The current C++ in egcs in CVS is broken. On x86, I got

# /home/work/build/bin/ppro/egcs/gcc/xgcc -B/home/work/build/bin/ppro/egcs/gcc/ /home/work/gnu/src/egcs/libstdc++/testsuite/libstdc++.tests/../../tests/tstring.cc  -O -I.. -I/home/work/gnu/src/egcs/libstdc++/testsuite/..  -I/home/work/gnu/src/egcs/libstdc++/testsuite/../stl -I.  -I/home/work/gnu/src/egcs/libio -I/home/work/build/bin/ppro/egcs/libraries/libio -g -L/home/work/build/bin/ppro/egcs/libraries//libstdc++ -lstdc++  -lm
/tmp/cca22767.o(.data+0x18): undefined reference to `__main'
collect2: ld returned 1 exit status

Also with my libg++ addon, I got many undefined symbols in the final
link during "make check".

BTW, it is not a bad idea to include my libg++ addon for your egcs
build just for the sake of "make check". Many new C++ bugs have been
caught by that.


-- 
H.J. Lu (hjl@gnu.org)


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