This is the mail archive of the gcc-help@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]
Other format: [Raw text]

RE: How to include a front end to gcc ?


Hi all again,

Does anyone have a tip or idea to resolve this error that is shown when I type make bootstrap or boostrap-lean? I'm trying to include a front end...
I installed the GMP end MPFR. The versions are shown below and as well the result the configure and the make booststrap:


The version of GMP is 4.3.1, installed in msys\1.0\gmp-install
The version of MPFR is 2.4.1, installed into standard directory, msys\1.0\local
The version of GCC is 4.2.4.
I work with the windows xp (then I used msys and mingw)


My configure line is:

$ ./../gcc-4.2.4/configure --enable-languages=hello-world
loading cache ./config.cache
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking build system type... i686-pc-mingw32
checking for a BSD compatible install... (cached) /bin/install -c
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gnatbind... (cached) gnatbind
checking whether compiler driver understands Ada... (cached) yes
checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for any version of mpfr.h... yes
The following languages will be built: c,hello-world
*** This configuration is not supported in the following subdirectories:
target-libmudflap target-libgomp target-libffi target-zlib target-libjava target-libada gnattools target-libstdc++-v3 target-libgfortran zlib target-libobjc target-boehm-gc
(Any other directories should still work fine.)
*** removing build-i686-pc-mingw32/libiberty/Makefile to force reconfigure
*** removing build-i686-pc-mingw32/fixincludes/Makefile to force reconfigure
*** removing intl/Makefile to force reconfigure
*** removing libiberty/Makefile to force reconfigure
*** removing libcpp/Makefile to force reconfigure
*** removing libdecnumber/Makefile to force reconfigure
checking for bison... (cached) bison -y
checking for bison... (cached) bison
checking for gm4... (cached) m4
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for makeinfo... (cached) makeinfo
checking for expect... no
checking for runtest... no
checking for i686-pc-mingw32-ar... (cached) ar
checking for i686-pc-mingw32-as... (cached) as
checking for i686-pc-mingw32-dlltool... (cached) dlltool
checking for i686-pc-mingw32-ld... (cached) C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe
checking for i686-pc-mingw32-lipo... no
checking for lipo... no
checking for i686-pc-mingw32-nm... (cached) nm
checking for i686-pc-mingw32-ranlib... (cached) ranlib
checking for i686-pc-mingw32-strip... (cached) strip
checking for i686-pc-mingw32-windres... (cached) windres
checking for i686-pc-mingw32-objcopy... (cached) objcopy
checking for i686-pc-mingw32-objdump... (cached) objdump
checking for i686-pc-mingw32-gcj... no
checking for gcj... no
checking for i686-pc-mingw32-gfortran... no
checking for gfortran... no
checking for ar... no
checking for as... no
checking for dlltool... no
checking for ld... no
checking for lipo... no
checking for i686-pc-mingw32-lipo... no
checking for lipo... no
checking for nm... no
checking for objdump... no
checking for ranlib... no
checking for strip... no
checking for windres... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
creating ./config.status
creating Makefile


My make line is: $ make bootstrap
But there are errors, I copied the result:


echo stage3 > stage_final
make[1]: Entering directory `/c/gcc4/gcc-build'
make[2]: Entering directory `/c/gcc4/gcc-build'
make[3]: Entering directory `/c/gcc4/gcc-build'
rm -f stage_current
make[3]: Leaving directory `/c/gcc4/gcc-build'
make[2]: Leaving directory `/c/gcc4/gcc-build'
make[2]: Entering directory `/c/gcc4/gcc-build'
Configuring stage 1 in ./intl
configure: loading cache ./config.cache
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... (cached) no
checking for gmsgfmt... (cached) :
checking for xgettext... (cached) no
checking for msgmerge... (cached) no
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking for i686-pc-mingw32-ranlib... (cached) ranlib
checking for library containing strerror... (cached) none required
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
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 stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking whether we are using the GNU C Library 2.1 or newer... (cached) no
checking whether integer division by zero raises SIGFPE... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unsigned long long... (cached) yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... (cached) no
checking for ld used by GCC... (cached) C:/mingw/bin/../lib/gcc/mingw32/3.4.5/.. /../../../mingw32/bin/ld.exe
checking if the linker (C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw3 2/bin/ld.exe) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) no
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... (cached) no
checking for fgets_unlocked... (cached) no
checking for getc_unlocked... (cached) no
checking for getcwd... (cached) yes
checking for getegid... (cached) no
checking for geteuid... (cached) no
checking for getgid... (cached) no
checking for getuid... (cached) no
checking for mempcpy... (cached) no
checking for munmap... (cached) no
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for stpcpy... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for __fsetlocking... (cached) no
checking for iconv... (cached) no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... (cached) no
checking for LC_MESSAGES... (cached) no
checking for bison... (cached) bison
checking version of bison... 2.4.1, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... (cached) no
checking for GNU gettext in libintl... (cached) no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... (cached) aclocal
checking for autoconf... (cached) autoconf
checking for autoheader... (cached) autoheader
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
Configuring stage 1 in ./gcc
configure: creating cache ./config.cache
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i686-pc-mingw32-gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for void *... yes
checking size of void *... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking for long long... (cached) yes
checking size of long long... 8
checking for __int64... yes
checking for __int64... (cached) yes
checking size of __int64... 8
checking whether gcc accepts -Wno-long-long... yes
checking whether gcc accepts -Wno-variadic-macros... no
checking whether gcc accepts -Wno-overlength-strings... no
checking whether gcc accepts -Wold-style-definition... yes
checking whether gcc accepts -Wmissing-format-attribute... yes
checking whether gcc accepts -Wc++-compat... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for i686-pc-mingw32-ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for GNU C library... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for iconv.h... no
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... no
checking for sys/resource.h... no
checking for sys/param.h... yes
checking for sys/times.h... no
checking for sys/stat.h... (cached) yes
checking for direct.h... yes
checking for malloc.h... yes
checking for langinfo.h... no
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... no
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... no
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... no
checking for clock... yes
checking for kill... no
checking for getrlimit... no
checking for setrlimit... no
checking for atoll... yes
checking for atoq... no
checking for sysconf... no
checking for strsignal... no
checking for getrusage... no
checking for nl_langinfo... no
checking for scandir... no
checking for alphasort... no
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... no
checking for mmap... no
checking for mincore... no
checking for setlocale... yes
checking for clearerr_unlocked... no
checking for feof_unlocked... no
checking for ferror_unlocked... no
checking for fflush_unlocked... no
checking for fgetc_unlocked... no
checking for fgets_unlocked... no
checking for fileno_unlocked... no
checking for fprintf_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fread_unlocked... no
checking for fwrite_unlocked... no
checking for getchar_unlocked... no
checking for getc_unlocked... no
checking for putchar_unlocked... no
checking for putc_unlocked... no
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... no
checking type of array argument to getgroups... int
checking for sys/mman.h... (cached) no
checking for mmap... (cached) no
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for ld used by GCC... C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../.. /mingw32/bin/ld.exe
checking if the linker (C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw3 2/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking for LC_MESSAGES... no
checking for nl_langinfo and CODESET... no
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... no
checking whether sbrk is declared... no
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... no
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... no
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... no
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... no
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... no
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... no
checking whether getc_unlocked is declared... no
checking whether putchar_unlocked is declared... no
checking whether putc_unlocked is declared... no
checking whether getrlimit is declared... no
checking whether setrlimit is declared... no
checking whether getrusage is declared... no
checking whether ldgetname is declared... no
checking whether times is declared... no
checking whether sigaltstack is declared... no
checking for struct tms... no
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... yes
Using `.././../gcc-4.2.4/gcc/config/i386/i386.c' for machine-specific logic.
Using `.././../gcc-4.2.4/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
.././../gcc-4.2.4/gcc/config/i386/i386.h
.././../gcc-4.2.4/gcc/config/i386/unix.h
.././../gcc-4.2.4/gcc/config/i386/bsd.h
.././../gcc-4.2.4/gcc/config/i386/gas.h
.././../gcc-4.2.4/gcc/config/dbxcoff.h
.././../gcc-4.2.4/gcc/config/i386/cygming.h
.././../gcc-4.2.4/gcc/config/i386/mingw32.h
Using `.././../gcc-4.2.4/gcc/config/ i386/xm-mingw32.h' as host machine macro fi le.
Using host-mingw32.o for host machine hooks.
checking whether NLS is requested... yes
checking for catalogs to be installed... be da de el es fr ja nl ru sr sv tr zh _CN zh_TW be da de el es fr ja nl ru sr sv tr zh_CN zh_TW
checking for library containing RegOpenKeyExA... no
checking for as... /mingw/bin/as
checking what assembler to use... /mingw/bin/as
checking what linker to use... C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../.. /mingw32/bin/ld.exe
checking for nm... /mingw/bin/nm
checking what nm to use... /mingw/bin/nm
checking for objdump... /mingw/bin/objdump
checking what objdump to use... /mingw/bin/objdump
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for working .subsection -1... no
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... no
checking linker for .hidden support... yes
checking assembler for .sleb128 and .uleb128... yes
checking assembler for eh_frame optimization... no
checking assembler for section merging support... no
checking assembler for section merging support... (cached) no
checking assembler for COMDAT group support... no
checking assembler for COMDAT group support... no
checking assembler for thread-local storage support... no
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for .secrel32 relocs... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for GOTOFF in data... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... no
checking linker position independent executable support... yes
checking linker --as-needed support... yes
checking linker --sysroot support... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for i686-pc-mingw32.
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gccbug
config.status: creating mklibgcc
config.status: creating libada-mk
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
Configuring stage 1 in ./libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000 --split-size=500 0000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking for i686-pc-mingw32-ar... (cached) ar
checking for i686-pc-mingw32-ranlib... (cached) ranlib
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc accepts -Wc++-compat... (cached) no
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.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 time.h... (cached) yes
checking for sys/resource.h... (cached) no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) no
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) no
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) no
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) no
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) no
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) no
checking for bcopy... (cached) no
checking for bsearch... (cached) yes
checking for bzero... (cached) no
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) no
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) no
checking for insque... (cached) no
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) no
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) no
checking for rename... (cached) yes
checking for rindex... (cached) no
checking for setenv... (cached) no
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) no
checking for stpcpy... (cached) no
checking for stpncpy... (cached) no
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) no
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 strverscmp... (cached) no
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) no
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) no
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) no
checking for vfork... (cached) no
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) no
checking for external symbol _system_configuration... no
checking for getrusage... (cached) no
checking for on_exit... (cached) no
checking for psignal... (cached) no
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sysconf... (cached) no
checking for times... (cached) no
checking for sbrk... (cached) no
checking for gettimeofday... (cached) yes
checking for realpath... (cached) no
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) no
checking for wait3... (cached) no
checking for wait4... (cached) no
checking for __fsetlocking... (cached) no
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) no
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) no
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for working strncmp... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/c/gcc4/gcc-build/libiberty'
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork wa itpid bcmp bcopy bzero; do \
for g in ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o . /insque.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask .o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o . /vfork.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choos e-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./float format.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getr untime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix. o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physm em.o ./pex-common.o ./pex-one.o ./pex-win32.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./ xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup .o > required-list
make[4]: Entering directory `/c/gcc4/gcc-build/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/gcc4/gcc-build/libiberty/testsuite'
make[3]: Leaving directory `/c/gcc4/gcc-build/libiberty'
make[3]: Entering directory `/c/gcc4/gcc-build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[3]: Leaving directory `/c/gcc4/gcc-build/intl'
Configuring in build-i686-pc-mingw32/libiberty
configure: loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000 --split-size=500 0000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking for i686-pc-mingw32-ar... no
checking for ar... (cached) ar
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc accepts -Wc++-compat... (cached) no
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.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 time.h... (cached) yes
checking for sys/resource.h... (cached) no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) no
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) no
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) no
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) no
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) no
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) no
checking for bcopy... (cached) no
checking for bsearch... (cached) yes
checking for bzero... (cached) no
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) no
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) no
checking for insque... (cached) no
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) no
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) no
checking for rename... (cached) yes
checking for rindex... (cached) no
checking for setenv... (cached) no
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) no
checking for stpcpy... (cached) no
checking for stpncpy... (cached) no
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) no
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 strverscmp... (cached) no
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) no
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) no
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) no
checking for vfork... (cached) no
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) no
checking for external symbol _system_configuration... no
checking for getrusage... (cached) no
checking for on_exit... (cached) no
checking for psignal... (cached) no
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sysconf... (cached) no
checking for times... (cached) no
checking for sbrk... (cached) no
checking for gettimeofday... (cached) yes
checking for realpath... (cached) no
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) no
checking for wait3... (cached) no
checking for wait4... (cached) no
checking for __fsetlocking... (cached) no
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) no
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) no
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for working strncmp... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/libiberty'
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork wa itpid bcmp bcopy bzero; do \
for g in ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o . /insque.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask .o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o . /vfork.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choos e-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./float format.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getr untime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix. o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physm em.o ./pex-common.o ./pex-one.o ./pex-win32.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./ xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup .o > required-list
make[4]: Entering directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/libiberty/t estsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/libiberty/te stsuite'
make[3]: Leaving directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/libiberty'
Configuring in build-i686-pc-mingw32/fixincludes
configure: loading cache ../config.cache
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking target system type... (cached) i686-pc-mingw32
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking whether gcc supports -W... (cached) yes
checking whether gcc supports -Wall... (cached) yes
checking whether gcc supports -Wwrite-strings... (cached) yes
checking whether gcc supports -Wstrict-prototypes... (cached) yes
checking whether gcc supports -Wmissing-prototypes... (cached) yes
checking whether gcc supports -Wold-style-definition... (cached) yes
checking whether gcc supports -Wmissing-format-attribute... (cached) yes
checking whether gcc supports -Wno-overlength-strings... (cached) no
checking whether gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... (cached) no
checking for feof_unlocked... (cached) no
checking for ferror_unlocked... (cached) no
checking for fflush_unlocked... (cached) no
checking for fgetc_unlocked... (cached) no
checking for fgets_unlocked... (cached) no
checking for fileno_unlocked... (cached) no
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for fread_unlocked... (cached) no
checking for fwrite_unlocked... (cached) no
checking for getchar_unlocked... (cached) no
checking for getc_unlocked... (cached) no
checking for putchar_unlocked... (cached) no
checking for putc_unlocked... (cached) no
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) yes
checking whether vasprintf is declared... (cached) no
checking whether clearerr_unlocked is declared... (cached) no
checking whether feof_unlocked is declared... (cached) no
checking whether ferror_unlocked is declared... (cached) no
checking whether fflush_unlocked is declared... (cached) no
checking whether fgetc_unlocked is declared... (cached) no
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) no
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) no
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) no
checking whether fwrite_unlocked is declared... (cached) no
checking whether getchar_unlocked is declared... (cached) no
checking whether getc_unlocked is declared... (cached) no
checking whether putchar_unlocked is declared... (cached) no
checking whether putc_unlocked is declared... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) no
checking for mmap... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
config.status: config.h is unchanged
make[3]: Entering directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/fixincludes '
srcdir="../.././../gcc-4.2.4/fixincludes" /bin/sh ../.././../gcc-4.2.4/fixinclud es/mkfixinc.sh i686-pc-mingw32
sed -e 's/@gcc_version@/4.2.4/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory `/c/gcc4/gcc-build/build-i686-pc-mingw32/fixincludes'
Configuring stage 1 in ./libcpp
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking target system type... (cached) i686-pc-mingw32
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /bin/install -c
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for i686-pc-mingw32-ranlib... (cached) ranlib
checking for aclocal... (cached) aclocal
checking for autoconf... (cached) autoconf
checking for autoheader... (cached) autoheader
checking whether gcc supports -W... (cached) yes
checking whether gcc supports -Wall... (cached) yes
checking whether gcc supports -Wwrite-strings... (cached) yes
checking whether gcc supports -Wstrict-prototypes... (cached) yes
checking whether gcc supports -Wmissing-prototypes... (cached) yes
checking whether gcc supports -Wold-style-definition... (cached) yes
checking whether gcc supports -Wmissing-format-attribute... (cached) yes
checking whether gcc supports -pedantic -Wno-long-long... (cached) yes
checking dependency style of gcc... (cached) gcc3
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 how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for iconv.h... (cached) no
checking for locale.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for obstacks... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for clearerr_unlocked... (cached) no
checking for feof_unlocked... (cached) no
checking for ferror_unlocked... (cached) no
checking for fflush_unlocked... (cached) no
checking for fgetc_unlocked... (cached) no
checking for fgets_unlocked... (cached) no
checking for fileno_unlocked... (cached) no
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for fread_unlocked... (cached) no
checking for fwrite_unlocked... (cached) no
checking for getchar_unlocked... (cached) no
checking for getc_unlocked... (cached) no
checking for putchar_unlocked... (cached) no
checking for putc_unlocked... (cached) no
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether clearerr_unlocked is declared... (cached) no
checking whether feof_unlocked is declared... (cached) no
checking whether ferror_unlocked is declared... (cached) no
checking whether fflush_unlocked is declared... (cached) no
checking whether fgetc_unlocked is declared... (cached) no
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) no
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) no
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) no
checking whether fwrite_unlocked is declared... (cached) no
checking whether getchar_unlocked is declared... (cached) no
checking whether getc_unlocked is declared... (cached) no
checking whether putchar_unlocked is declared... (cached) no
checking whether putc_unlocked is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... (cached) no
checking whether NLS is requested... yes
checking for catalogs to be installed... be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW
checking for uchar...
checking for ld used by GCC... (cached) C:/mingw/bin/../lib/gcc/mingw32/3.4.5/.. /../../../mingw32/bin/ld.exe
checking if the linker (C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw3 2/bin/ld.exe) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for iconv... (cached) no, consider installing GNU libiconv
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depdir commands
mkdir: cannot create directory `.deps': File exists
make[3]: Entering directory `/c/gcc4/gcc-build/libcpp'
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
echo "#define LOCALEDIR \"/usr/local/share/locale\"" > localedir.new
.././../gcc-4.2.4/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
make[3]: Leaving directory `/c/gcc4/gcc-build/libcpp'
Configuring stage 1 in ./libdecnumber
configure: loading cache ./config.cache
checking whether make sets $(MAKE)... (cached) yes
checking for i686-pc-mingw32-gcc... (cached) gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for i686-pc-mingw32-ranlib... (cached) ranlib
checking for aclocal... (cached) aclocal
checking for autoconf... (cached) autoconf
checking for autoheader... (cached) autoheader
checking whether gcc supports -W... (cached) yes
checking whether gcc supports -Wall... (cached) yes
checking whether gcc supports -Wwrite-strings... (cached) yes
checking whether gcc supports -Wstrict-prototypes... (cached) yes
checking whether gcc supports -Wmissing-prototypes... (cached) yes
checking whether gcc supports -Wold-style-definition... (cached) yes
checking whether gcc supports -Wmissing-format-attribute... (cached) yes
checking whether gcc supports -Wcast-qual... (cached) yes
checking whether gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ctype.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for ANSI C header files... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing gstdint.h commands
make[3]: Entering directory `/c/gcc4/gcc-build/libdecnumber'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/c/gcc4/gcc-build/libdecnumber'
make[3]: Entering directory `/c/gcc4/gcc-build/gcc'
Makefile:1156: .././../gcc-4.2.4/gcc/hello-world/Make-lang.in: No such file or d irectory
make[3]: *** No rule to make target `.././../gcc-4.2.4/gcc/hello-world/Make-lang .in'. Stop.
make[3]: Leaving directory `/c/gcc4/gcc-build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/c/gcc4/gcc-build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/c/gcc4/gcc-build'
make: *** [bootstrap] Error 2



Citando "John (Eljay) Love-Jensen" <eljay@adobe.com>:


Thanks for your tip, I tested with your front-end (and the my) with my
version and all is well (the first part), but when type make bootstrap or
make bootstrap-lean return this:

make[3]: Leaving directory `/c/gcc4/gcc-build/gcc'
make[2]: *** [ail-stage1-gcc] Error 2
make[2]: Leaving directory `/c/gcc4/gcc-build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/c/gcc4/gcc-build'
make: *** [bootstrap] Error2


Thanks for advance,

greicy



In addition to what John G said, also please include your configure line, your make line, your platform, the GCC version, GMP and where is it, MPFR and where is it, MPC and where is it?


You may have already provided this information from a previous inquiry on this forum. But, if so, that information is out-of-context.

Sincerely,
--Eljay





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