can't bootstrap on alphaev67-dec-osf5.0

Dave Love fx@gnu.org
Fri Aug 31 12:13:00 GMT 2001


gcc 3.0.1 won't bootstrap on this platform.  It fails configuring
libstdc++ with the errors below.  (There are various other failures
reported in config.log due to #536845808.)

I bootstrapped with

Compaq C V6.4-214 (dtk) on Compaq Tru64 UNIX V5.0A (Rev. 1094)

gcc 3.0 failed similarly also with gcc 2.95, which I haven't tried
this time.  [I understood the problem was already known, so didn't
report it.]

$ tail -50 ./alphaev67-dec-osf5.0/libstdc++-v3/config.log
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
ltconfig: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
ltconfig:1431: checking if global_symbol_pipe works
ltconfig:1432: /tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/gcc/xgcc -B/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/gcc/ -nostdinc++  -L/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/alphaev67-dec-osf5.0/libstdc++-v3/src -L/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/alphaev67-dec-osf5.0/libstdc++-v3/src/.libs -B/usr/local/alphaev67-dec-osf5.0/bin/ -B/usr/local/alphaev67-dec-osf5.0/lib/ -isystem /usr/local/alphaev67-dec-osf5.0/include -c -g -O2 -mieee  conftest.cc 1>&5
<internal>:0: Internal error #536845808.
<internal>:0: Internal compiler error in , at :536845792
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
ltconfig: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
ltconfig:1871: checking for dlfcn.h
ltconfig:1910: checking whether a program can dlopen itself
ltconfig:1984: checking whether a statically linked program can dlopen itself
configure:2544: checking for GNU make
configure:2576: checking for g++ that will successfully compile libstdc++-v3
configure:2597: /tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/gcc/xgcc -B/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/gcc/ -nostdinc++  -L/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/alphaev67-dec-osf5.0/libstdc++-v3/src -L/tmp_mnt/dl/sr/homes/px/fx/packages/gcc-alpha/alphaev67-dec-osf5.0/libstdc++-v3/src/.libs -B/usr/local/alphaev67-dec-osf5.0/bin/ -B/usr/local/alphaev67-dec-osf5.0/lib/ -isystem /usr/local/alphaev67-dec-osf5.0/include -c -g -O2 -mieee  conftest.C 1>&5
<internal>:0: Internal error #536854000.
<internal>:0: Internal compiler error in , at :536853984
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
configure: failed program was:
#line 2586 "configure"
#include "confdefs.h"

int main() {

  #if __GNUC__ < 3
    not_ok
  #endif
  
; return 0; }
bash-2.03$ 



More information about the Gcc-bugs mailing list