oddity building gcc-2.95.2 on aix4

Steven Lembark lembark@wrkhors.com
Fri Dec 1 10:41:00 GMT 2000


attached:

        ./configure --prefix=/tools 2>&1 | tee a;
        make -wk -j2 bootstrap 2>&1 | tee b;

$ uname -a
AIX ksx01 3 4 00027232A400 unknown

not sure what to make of this, could be that the assembler is choking
on "-maix64"?   

the -j2 had no effect on the result, ran it through the second
time to get faster output.

suggestions?

thanx,
sl

########################################################################
# the interesting part
########################################################################

make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3
_ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _float
disf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
_fixxfdi
_fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcm
p _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit
_ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./
-I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g
-I./include   -g1  -DIN_LIBGCC2 -D__
GCC_FLOAT_NOT_NEEDED    -maix64 -I. -I. -I./config -I./../include -c
-DL${name}
\
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
Assembler messages:
Fatal error: invalid listing option `6'
make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make: *** [bootstrap] Error 2
make: Leaving directory `/tools/build/gcc-2.95.2'
Configuring for a powerpc-ibm-aix4.3.1.0 host.
Created "Makefile" in /tools/build/gcc-2.95.2 using "mh-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking host system type... powerpc-ibm-aix4.3.1.0
checking build system type... powerpc-ibm-aix4.3.1.0
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /tools/bin/install -c
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) is a cross-compiler... no
checking for asprintf... (cached) no
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) no
checking for sigsetmask... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) no
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for getrusage... (cached) yes
checking for on_exit... (cached) no
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /tools/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD compatible install... /tools/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... (cached) false
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for sigblock... (cached) yes
checking for tputs in -lncurses... (cached) no
checking for tputs in -lcurses... (cached) yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for pwd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... (cached) no
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... (cached) no
checking for sys/wait.h... (cached) yes
checking for off_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... (cached) yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigsetmask... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) no
checking whether catgets can be used... no
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking for catalogs to be installed...  de fr
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
config.h is unchanged
linking ./intl/libgettext.h to intl/libintl.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... powerpc-ibm-aix4.3.1.0
checking target system type... powerpc-ibm-aix4.3.1.0
checking build system type... powerpc-ibm-aix4.3.1.0
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for mawk... (cached) nawk
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for volatile... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for a BSD compatible install... (cached) /tools/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for gnatbind... (cached) no
checking whether cpp understands the stringify operator... (cached) yes
checking for inttypes.h... (cached) yes
checking for strtoul... (cached) yes
checking for bsearch... (cached) yes
checking for strerror... (cached) yes
checking for putenv... (cached) yes
checking for popen... (cached) yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) no
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for isascii... (cached) yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) no
checking for putc_unlocked... (cached) yes
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for vprintf... (cached) yes
checking whether the printf functions support %p... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether malloc must be declared... (cached) no
checking whether realloc must be declared... (cached) no
checking whether calloc must be declared... (cached) no
checking whether free must be declared... (cached) no
checking whether bcopy must be declared... (cached) no
checking whether bzero must be declared... (cached) no
checking whether bcmp must be declared... (cached) no
checking whether index must be declared... (cached) no
checking whether rindex must be declared... (cached) no
checking whether getenv must be declared... (cached) no
checking whether atol must be declared... (cached) no
checking whether sbrk must be declared... (cached) no
checking whether abort must be declared... (cached) no
checking whether atof must be declared... (cached) no
checking whether strerror must be declared... (cached) no
checking whether getcwd must be declared... (cached) no
checking whether getwd must be declared... (cached) no
checking whether strsignal must be declared... (cached) yes
checking whether putc_unlocked must be declared... (cached) no
checking whether fputs_unlocked must be declared... (cached) yes
checking whether strstr must be declared... (cached) no
checking whether getrlimit must be declared... (cached) no
checking whether setrlimit must be declared... (cached) no
checking for sys_siglist declaration in signal.h or unistd.h... (cached) no
checking if mkdir takes one argument... (cached) no
Using `./config/rs6000/rs6000.c' to output insns.
Using `./config/rs6000/rs6000.md' as machine description file.
Using `./config/rs6000/aix43.h' as target machine macro file.
Using `./config/rs6000/xm-rs6000.h' as host machine macro file.
checking for strerror in -lcposix... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... no
checking assembler alignment features... 
checking assembler subsection support... 
checking assembler instructions... 
Using the Haifa scheduler.
Removing genattrtab.o
Removing toplev.o
Removing haifa-sched.o
Links are now set up to build a native compiler for powerpc-ibm-aix4.3.1.0
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating cp/Makefile
creating f/Makefile
creating java/Makefile
creating auto-host.h
auto-host.h is unchanged
linking ./intl/libgettext.h to intl/libintl.h
Merged rs6000/x-aix43.
Merged rs6000/t-aix43 and t-install-cpp.
Created `ch/Makefile'.
Merged rs6000/x-aix43.
Merged rs6000/t-aix43 and t-install-cpp.
Created `objc/Makefile'.
creating libintl.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /tools/bin/install -c
creating ./config.status
creating Makefile


More information about the Gcc mailing list