This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cannot install gcc-2.95.2 on OSF/1 V3.2
- To: gcc-bugs at gcc dot gnu dot org
- Subject: cannot install gcc-2.95.2 on OSF/1 V3.2
- From: Georg Wittig <Georg dot Wittig at gmd dot de>
- Date: Thu, 28 Oct 1999 15:31:10 +0200
./configure --prefix=/vol/gnu --enable-shared
"make bootstrap" works fine until the end of building stage1:
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/vol/gnu/alpha-dec-osf3.2/bin/ -B./
-I/vol/gnu/alpha-dec-osf3.2/include -O2 -DIN_GCC -DHAIFA -g
-I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions
-I. -Igcc -Igcc/config -Igcc/../include -c \
-DL${name} gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
as0: Error: gcc/libgcc2.c, line 5: undefined symbol in expression
.long $LECIE1-$LSCIE1
as0: Error: gcc/libgcc2.c, line 5: undefined symbol in expression
.long $LEFDE1-$LSFDE1
as0: Error: /gcc/libgcc2.c, line 5: Symbol must have absolute value:
__FRAME_BEGIN__
.long $LSFDE1-__FRAME_BEGIN__
as0: Error: /gcc/libgcc2.c, line 5: Symbol must have absolute value:
$LFB1
.quad $LFE1-$LFB1
as0: Error: gcc/libgcc2.c, line 5: Symbol must have absolute value:
$LFB1
... and so on
Btw. It doesn't matter if I use gcc-2.8.1 or cc as the bootstrap
compiler.
Also removing "--enable-shared" doesn't prevent the assembler error
messages.