Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Here is the output (localized :)) (btw, don't know if it compiles with gcc2) gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ ../lib/libestbase.a(vector_c_t.o): En la funci
Here is the output (localized :)) (btw, don't know if it compiles with gcc2) gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ ../lib/libestbase.a(vector_c_t.o): En la función `EST_TVector<char>::save(EST_String const&)': vector_c_t.o(.gnu.linkonce.t._ZN11EST_TVectorIcE4saveERK10EST_String+0x192): referencia a `void std::__pad<char, std::char_traits<char> >(std::ios_base&, char, char*, char const*, int, int, bool)' sin definir collect2: ld devolvió el estado de salida 1 make[1]: *** [ch_lab] Error 1 make: *** [main] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line -129, Exitcode 2 !!! (no error message)
Confirmed on my machine. In the future please try to submit error messages in their english forms :) P.S.: Bump it to C++ fan... gcc3 strikes again
Created an attachment (id=2390) [details] Output - gcc3 - english-style ;-)
same here (at least the last 7 lines of the output) w/ gcc3.1-r7
Festival dies on gcc 3.2, It has some hard coded compile options built in, which I think contribute to the problem. I've tried manually lowering the -O3 to -O2, and it gets further, but dies on termcap, (which is beyond my abilities).
*** This bug has been marked as a duplicate of 8280 ***
See bug 22053 for a newer ebuild that addresses this.