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]

bootstrap failure, egcs-1990913, OSF/1 version 3.2D


I tried to bootstrap egcs-1990913 on a Dec Alphastation
running OSF/1 version 3.2D.  The bootstrap failed with output
following my sig.  Scanning the gcc-bugs mailing list archive,
I found that this problem has been reported previously, but I could
not find a work-around.  In the archive, Jeff Law suggested using
gas and ld, but neither gas nor ld is available for OSF/1 3.2D.

Is there a known imethod to get gcc to bulid on OSF/1 3.2D.

I have a complete transcript of the configure and make bootstrap
output if anyone needs more information.

--
Steve

[wrapped to fit into 80 columns]

./xgcc -B/usr/local/alpha-dec-osf3.2/bin/ -B./ -I/usr/local/alpha-dec-osf3.2/\
include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED\
-fexceptions -I. -I../../egcs-19990913/gcc -I../../egcs-19990913/gcc/config\
-I../../egcs-19990913/gcc/../include -c -DL${name}\
../../egcs-19990913/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
../../egcs-19990913/gcc/libgcc2.c: In function `new_eh_context':
../../egcs-19990913/gcc/libgcc2.c:3115: warning: type mismatch in implicit\
declaration for built-in
function `memset'
../../egcs-19990913/gcc/libgcc2.c: In function `copy_reg':
../../egcs-19990913/gcc/libgcc2.c:3670: warning: type mismatch in implicit\
declaration for built-in
function `memcpy'
as0: Error: ../../egcs-19990913/gcc/libgcc2.c, line 5: undefined symbol in\
expression
      .long $LECIE1-$LSCIE1
as0: Error: ../../egcs-19990913/gcc/libgcc2.c, line 5: undefined symbol in\
expression
      .long $LEFDE1-$LSFDE1
as0: Error: ../../egcs-19990913/gcc/libgcc2.c, line 5: Symbol must have\
absolute value: __FRAME_BEGI
N__
      .long $LSFDE1-__FRAME_BEGIN__

[400 as0: Error messages deleted]


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