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]
Other format: [Raw text]

Compile of gcc 3.0.4 / 3.0.3 fails


Hi :)

I tried to compile gcc-core, gcc-gcc and gcc-g++ on a SuSE system with gcc 
2.7.2.3.

Both new gccs compile fail because of the following error:
/home/root/objdir/gcc/xgcc -B/home/root/objdir/gcc/ 
-B/home/root/i586-pc-linux-gnu/bin/ -B/home/root/i586-pc-linux-gnu/lib/ 
-isystem /home/root/i586-pc-linux-gnu/include -O2   -DIN_GCC    -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. 
-I/home/root/gcc-3.0.3/gcc -I/home/root/gcc-3.0.3/gcc/. 
-I/home/root/gcc-3.0.3/gcc/config -I/home/root/gcc-3.0.3/gcc/../include 
-fexceptions -c /home/root/gcc-3.0.3/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
/home/root/gcc-3.0.3/gcc/unwind-dw2.c: In function `execute_stack_op':
/home/root/gcc-3.0.3/gcc/unwind-dw2.c:303: warning: `result' might be used 
uninitialized in this function
/home/root/gcc-3.0.3/gcc/unwind-dw2.c: In function `uw_frame_state_for':
/home/root/gcc-3.0.3/gcc/unwind-dw2.c:900: field `info' has incomplete type
/home/root/gcc-3.0.3/gcc/unwind-dw2.c:900: confused by earlier errors, 
bailing out
make[2]: *** [libgcc/./unwind-dw2.o] Error 1
make[2]: Leaving directory `/home/root/objdir/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/root/objdir/gcc'
make: *** [all-gcc] Error 2

Regards and Happy Easter,
Hauke Zuehl
-- 
Gefunden im Heise-Forum:
Linux entwickelt genau denselben Monopoltrieb wie Microsoft.
Und das mit denselben Methoden: Gnadenloses Dumping und
damit Ausbooten von Konkurrenten.


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