libiberty

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All,
Somehow I got lucky and compiled gcc332 on solaris 8 in my
NFS auto-mounted dir. When I tried again from scratch 
I cant for the life of me get it to run through 
make bootstrap without bombing on libiberty.....

Could someone explain what I'm missing?
Here's the output...
Thanks,
Phil

[langley]:/home/philc/GCC/gcc332obj>
/home/philc/GCC/gcc-3.3.2/gcc/configure --prefix=$HOME/GCC/gcc323obj
creating cache ./config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for gnatbind... no
checking for compiler driver that understands Ada... no
checking whether gcc accepts -Wno-long-long... yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for volatile... yes
checking for long double... yes
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking execution character set... ASCII
checking whether make sets ${MAKE}... yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... no
checking for mawk... no
checking for gawk... gawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install...
/home/philc/GCC/gcc-3.3.2/gcc/../install-sh -c
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working stdbool.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for thread.h... yes
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking byte ordering... big-endian
checking floating point format... IEEE (big-endian)
checking for mktemp... no
checking for makeinfo... makeinfo
checking for modern makeinfo... yes
checking for recent Pod::Man... no
checking for flex... /bin/sh /home/philc/GCC/gcc-3.3.2/gcc/../missing
flex
checking for bison... /bin/sh /home/philc/GCC/gcc-3.3.2/gcc/../missing
bison
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for dup2... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... yes
checking for strsignal... yes
checking for putc_unlocked... yes
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fwrite_unlocked... no
checking for fprintf_unlocked... no
checking for getrusage... yes
checking for nl_langinfo... yes
checking for lstat... yes
checking for scandir... no
checking for alphasort... no
checking for gettimeofday... yes
checking for mmap... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether the printf functions support %p... 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 for pid_t... yes
checking for vfork.h... no
checking for working vfork... no
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether putc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno 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... yes
checking whether clock is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... no
checking if mkdir takes one argument... no
checking for main in -lunwind... no
Using `/home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sparc.c' for
machine-specific logic.
Using `/home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sparc.md' as machine
description file.
Using the following target machine macro files:
        /home/philc/GCC/gcc-3.3.2/gcc/config/sparc/biarch64.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sparc.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/dbxelf.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/elfos.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/svr4.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sysv4.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/sol2.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sol2.h
        /home/philc/GCC/gcc-3.3.2/gcc/config/sparc/sol2-bi.h
checking for library containing strerror... none required
checking for working const... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
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... no
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
checking for catalogs to be installed...  be da de el es fr ja nl sv tr
be da de el es fr ja nl sv tr
checking what assembler to use... /usr/ccs/bin/as
checking what linker to use... /usr/ccs/bin/ld
checking what nm to use... nm
checking what objdump to use... objdump
checking assembler alignment features... none
checking assembler subsection support... no
checking assembler weak support... yes
checking assembler hidden support... no
checking assembler leb128 support... no
checking assembler eh_frame optimization... no
checking assembler section merging support... no
checking assembler thread-local storage support... no
checking assembler .register pseudo-op support... yes
checking assembler supports -relax... no
checking assembler and linker support unaligned pc related relocs... no
checking assembler and linker support unaligned pc related relocs
against hidden symbols... no
checking for assembler offsetable %lo() support... no
checking assembler dwarf2 debug_line support... no
checking assembler --gdwarf2 support... no
checking assembler --gstabs support... no
checking linker read-only and read-write section mixing... unknown
checking linker PT_GNU_EH_FRAME support... no
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 sparc-sun-solaris2.8
updating cache ./config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating auto-host.h
[langley]:/home/philc/GCC/gcc332obj> make bootstrap
make AR_FOR_TARGET="` if [ -f /home/philc/GCC/gcc332obj/../binutils/ar ]
; then echo /home/philc/GCC/gcc332obj/../binutils/ar ; else if [
"sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ar; else
t='s,^,sparc-sun-solaris2.8-,'; echo ar | sed -e $t ; fi; fi`" \
        RANLIB_FOR_TARGET="` if [ -f
/home/philc/GCC/gcc332obj/../binutils/ranlib ] ; then echo
/home/philc/GCC/gcc332obj/../binutils/ranlib ; else if [
"sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ranlib;
else t='s,^,sparc-sun-solaris2.8-,'; echo ranlib | sed -e $t ; fi; fi`"
\
        CC="gcc" libdir=/home/philc/GCC/gcc323obj/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="makeinfo" \
        MAKEINFOFLAGS="" COVERAGE_FLAGS=
make[1]: Entering directory `/home/philc/GCC/gcc332obj'
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  sparc/biarch64.h sparc/sparc.h dbxelf.h
elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-bi.h
defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /home/philc/GCC/gcc-3.3.2/gcc/mkconfig.sh config.h
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  sparc/biarch64.h sparc/sparc.h dbxelf.h
elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-bi.h
defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /home/philc/GCC/gcc-3.3.2/gcc/mkconfig.sh hconfig.h
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I.
-I/home/philc/GCC/gcc-3.3.2/gcc -I/home/philc/GCC/gcc-3.3.2/gcc/.
-I/home/philc/GCC/gcc-3.3.2/gcc/config
-I/home/philc/GCC/gcc-3.3.2/gcc/../include
/home/philc/GCC/gcc-3.3.2/gcc/gengenrtl.c -o gengenrtl.o
make[1]: *** No rule to make target `../libiberty/libiberty.a', needed
by `gengenrtl'.  Stop.
make[1]: Leaving directory `/home/philc/GCC/gcc332obj'
make: *** [stage1_build] Error 2
[langley]:/home/philc/GCC/gcc332obj>


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux