------- Comment #12 from bkoz at gcc dot gnu dot org 2006-02-15 17:03 -------
Andrew. Perhaps the original post was not clear. You seem to be confused, in any case. (And a bit melodramically hostile, but whatever, "el Doctor.") Here, try this: cp gcc gcc.noada cd gcc.noada rm -rf gcc/ada libada then try to build those sources with --enable-languages=c,c++. You'll find this build fails. Thus, I've reopened this bizarrely closed bug report. Not only does this fail, but you will also find this is a regression. Where does this fail, might you ask? Why, I'll tell you. make[3]: Leaving directory `/mnt/hd/bld/gcc.noada/build-i686-pc-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/mnt/hd/bld/gcc.noada/build-i686-pc-linux-gnu/libiberty' yes checking whether /mnt/hd/bld/gcc.noada/./gcc/xgcc -B/mnt/hd/bld/gcc.noada/./gcc/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/bin/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/lib/ -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/include -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/sys-include supports -Wmissing-format-attribute... yes checking whether /mnt/hd/bld/gcc.noada/./gcc/xgcc -B/mnt/hd/bld/gcc.noada/./gcc/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/bin/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/lib/ -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/include -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/sys-include supports -pedantic -Wno-long-long... /bin/sh: line 0: cd: /mnt/hd/src/gcc.noada/gnattools/../gcc/ada/: No such file or directory yes checking how to run the C preprocessor... /bin/sh: gnatls: command not found make[2]: Entering directory `/mnt/hd/bld/gcc.noada/gnattools' rm -rf ../gcc/ada/tools mkdir -p ../gcc/ada/tools (cd ../gcc/ada/tools; ln -s ../sdefault.adb .) rm -f ../gcc/ada/tools/mlib-tgt.adb; ln -s /mnt/hd/bld/gcc.noada/gnattools/mlib-tgt-linux.adb ../gcc/ada/tools/mlib-tgt.adb; rm -f ../gcc/ada/tools/indepsw.adb; ln -s /mnt/hd/bld/gcc.noada/gnattools/indepsw-linux.adb ../gcc/ada/tools/indepsw.adb; touch ../gcc/stamp-tools Cannot build gnattools while gnatlib is out of date or unbuilt make[2]: *** [../gcc/stamp-gnatlib] Error 1 make[2]: Leaving directory `/mnt/hd/bld/gcc.noada/gnattools' make[1]: *** [all-gnattools] Error 2 make[1]: *** Waiting for unfinished jobs.... /mnt/hd/bld/gcc.noada/./gcc/xgcc -B/mnt/hd/bld/gcc.noada/./gcc/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/bin/ -B/mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/lib/ -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/include -isystem /mnt/hd/bld/H-x86-gcc.noada/i686-pc-linux-gnu/sys-include -E 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 stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether vasprintf is declared... no checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h make[1]: Leaving directory `/mnt/hd/bld/gcc.noada' make: *** [all] Error 2 <[EMAIL PROTECTED]> /mnt/hd/bld/gcc.noada -- bkoz at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26259