On Tuesday 04 June 2002 12:09 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | I'm getting wierd warning messages. Any comments? Is it safe to > | ignore them... > > What box are you on? > > I have never seen those with 3.0. > (...but I have heard of several people that see them on cygwin f.ex.) > > And you can safely ignore them. > > btw. what version of gcc? > > | name `_1' conflicts with GNU C++ internal naming strategy
A linux alpha with gcc-3.0 --version giving 3.0.4. I find that I can compile but not link. Here's a sample of the error messages. Any further ideas? Angus chset.o:/home/aleem/lyx/lyx-devel-build/src/../../lyx-devel/src/support/DebugStream.h:135: relocation truncated to fit: GPREL32 *UND* chset.o:/usr/include/g++-v3/bits/stl_alloc.h:571: relocation truncated to fit: GPREL32 *UND* vc-backend.o:/home/aleem/lyx/lyx-devel-build/src/../../lyx-devel/src/vc-backend.C:42: relocation truncated to fit: GPREL32 *UND* vc-backend.o:/usr/include/g++-v3/bits/basic_string.h:725: relocation truncated to fit: GPREL32 *UND* frontends/.libs/libfrontends.a(biblio.o):/usr/include/g++-v3/bits/stl_alloc.h:571: relocation truncated to fit: GPREL32 *UND* frontends/.libs/libfrontends.a(biblio.o):/usr/include/g++-v3/bits/stl_alloc.h:571: relocation truncated to fit: GPREL32 *UND* support/.libs/libsupport.a(lstrings.o):/usr/include/g++-v3/bits/stl_iterator.h:478: relocation truncated to fit: GPREL32 *UND* collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory `/home/aleem/lyx/lyx-devel-build/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/aleem/lyx/lyx-devel-build/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/home/aleem/lyx/lyx-devel-build/src' make: *** [all-recursive] Error 1 aleem@thorax: