This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: todays's cvs: bootstrap error on hppa2.0w-hp-hpux11.00
- To: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Subject: Re: todays's cvs: bootstrap error on hppa2.0w-hp-hpux11.00
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Thu, 28 Jun 2001 18:35:13 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
Markus Werle wrote:-
> Now it is worse: configure dies:
> (Anything wrong with my system?)
I find it hard to believe this is related to my patch, but I could be
wrong.
Neil.
> build/ > rm -rf * ; ../gcc/configure
> --prefix=/opt/FREE-SOFTWARE/gcc-200010627 --enable-languages=c,c++,f77
> --with-gnu-as --without-gnu-ld
> --with-as=/opt/FREE-SOFTWARE/gcc-200010627/bin/as
> --enable-version-specific-runtime-libs
> Configuring for a hppa2.0w-hp-hpux11.00 host.
> *** This configuration is not supported in the following subdirectories:
>
> target-libffi target-boehm-gc target-zlib target-libjava
> target-libchill zlib fastjar target-libobjc
> (Any other directories should still work fine.)
> Created "Makefile" in /work/markus/GCC/build using "mh-frag"
> Configuring libiberty...
> creating cache ../config.cache
> checking host system type... hppa2.0w-hp-hpux11.00
> checking build system type... hppa2.0w-hp-hpux11.00
> checking for ar... ar
> checking for ranlib... ranlib
> checking for gcc... gcc
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for POSIXized ISC... no
> checking for working const... yes
> checking for inline... inline
> checking for a BSD compatible install... /usr/local/bin/install -c
> checking how to run the C preprocessor... gcc -E
> checking for sys/file.h... yes
> checking for sys/param.h... yes
> checking for limits.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for unistd.h... yes
> checking for strings.h... yes
> checking for sys/time.h... yes
> checking for time.h... yes
> checking for sys/resource.h... yes
> checking for sys/stat.h... yes
> checking for sys/mman.h... yes
> checking for fcntl.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether errno must be declared... no
> checking whether the C compiler (gcc -g -O2 ) works... yes
> checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
> checking for asprintf... no
> checking for atexit... yes
> checking for basename... yes
> checking for bcmp... yes
> checking for bcopy... yes
> checking for bsearch... yes
> checking for bzero... yes
> checking for calloc... yes
> checking for clock... yes
> checking for getcwd... yes
> checking for getpagesize... yes
> checking for index... yes
> checking for insque... yes
> checking for memchr... yes
> checking for memcmp... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for memset... yes
> checking for mkstemps... no
> checking for putenv... yes
> checking for random... yes
> checking for rename... yes
> checking for rindex... yes
> checking for setenv... no
> checking for sigsetmask... yes
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtod... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for tmpnam... yes
> checking for vasprintf... no
> checking for vfprintf... yes
> checking for vprintf... yes
> checking for vsprintf... yes
> checking for waitpid... yes
> checking whether alloca needs Cray hooks... no
> checking stack direction for C alloca... 1
> checking for ANSI C header files... yes
> checking for pid_t... yes
> checking for vfork.h... no
> checking for working vfork... yes
> checking for sys_errlist... yes
> checking for sys_nerr... yes
> checking for sys_siglist... no
> checking for getrusage... yes
> checking for on_exit... no
> checking for psignal... no
> checking for strerror... yes
> checking for strsignal... no
> checking for sysconf... yes
> checking for times... yes
> checking for sbrk... yes
> checking for gettimeofday... yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... no
> checking for working strncmp... yes
> updating cache ../config.cache
> creating ./config.status
> creating Makefile
> creating testsuite/Makefile
> creating config.h
> Configuring texinfo...
> No configuration information in texinfo
> Configuring gcc...
> ../../gcc/gcc/configure[24]: Syntax error at line 24 : `(' is not
> expected.
> Configure in /work/markus/GCC/build/gcc failed, exiting.
>
>