gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: Large GCL Configurations


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: Large GCL Configurations
Date: 12 Apr 2004 11:03:46 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks for your feedback!  Aurelien, the CPPFLAG does
not appear to be completely propagated to the bfd/libiberty subbuild.
Have you seen this before?  Is this a question of libtools or some
such mismatch with what you are runninng?  Why is this flag necessary?
Can't we use GNU cpp on GNU header files when fink is available?

Warren, you can get around this temporarily by re-executing any failed
gcc command with the -no-cpp-precomp flag explicitly added.  For
example, at the point your at below:

cd binutils/libiberty
gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic regex.c -o regex.o
cd ../..
make

I'd like to figure out why this doesn't work out of the box like it
does on Aurelien's system if possible.

Take care,

"Warren A. Hunt Jr." <address@hidden> writes:

> Hi,
> 
> I evaluated this file first
> 
>   #/bin/sh
>   #
>   export PATH=/sw/bin:$PATH
>   export C_INCLUDE_PATH=/sw/include:$C_INCLUDE_PATH
>   export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH
>   export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH
>   export CPPFLAGS="-no-cpp-precomp"
>   ulimit -s 8192
> 
>   ./configure
> 
> and then this file
> 
>   #/bin/sh
>   #
>   export PATH=/sw/bin:$PATH
>   export C_INCLUDE_PATH=/sw/include:$C_INCLUDE_PATH
>   export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH
>   export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH
>   export CPPFLAGS="-no-cpp-precomp"
>   ulimit -s 8192
> 
>   make
> 
> Below are the logs.  The configure seemed to finish without problems
> while the make had an error.  Frist I include the configure printout
> and then the make printout.
> 
> Help would be appreciated.
> 
> Cheers,
> 
> Warren
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> checking build system type... powerpc-apple-darwin6.8
> checking host system type... powerpc-apple-darwin6.8
> host=powerpc-apple-darwin6.8
> enable_machine=
> use=powerpc-macosx
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> 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 how to run the C preprocessor... gcc -E
> checking for gawk... no
> checking for nawk... no
> checking for awk... awk
> checking system version (for dynamic loading)... checking for makeinfo... 
> makeinfo
> Darwin-6.8
> checking use_gmp=yes, doing configure in gmp directory... 
> #
> #
> # -------------------
> # Subconfigure of GMP
> #
> #
> configure: WARNING: If you wanted to set the --build type, don't use --host.
>     If a cross compiler is detected then cross compile mode will be used.
> checking build system type... powerpc-apple-darwin6.8
> checking host system type... powerpc-apple-darwin6.8
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for mawk... no
> checking for gawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets ${MAKE}... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking compiler powerpc-apple-darwin6.8-gcc -g -O2 -mpowerpc 
> -no-cpp-precomp... no
> checking compiler gcc -g -O2 -mpowerpc -no-cpp-precomp... yes
> checking compiler gcc -g -O2 -mpowerpc -no-cpp-precomp -Wa,-mppc... no
> checking compiler gcc -g -O2 -mpowerpc -no-cpp-precomp... yes
> checking for powerpc-apple-darwin6.8-gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for executable suffix... 
> checking for object suffix... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> using ABI="standard"
>       CC="gcc"
>       CFLAGS="-g -O2 -mpowerpc -no-cpp-precomp"
>       CPPFLAGS="-no-cpp-precomp"
> checking for gcc option to accept ANSI C... none needed
> checking for function prototypes... yes
> checking for ANSI C header files... yes
> checking for string.h... yes
> checking for powerpc-apple-darwin6.8-ar... no
> checking for ar... ar
> checking for BSD-compatible nm... nm
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for /usr/bin/ld option to reload object files... -r
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... file_magic Mach-O 
> dynamically linked shared library
> checking for dlfcn.h... yes
> checking the maximum length of command line arguments... 24577
> checking command to parse nm output from gcc object... ok
> checking for objdir... .libs
> checking for powerpc-apple-darwin6.8-ranlib... no
> checking for ranlib... ranlib
> checking for powerpc-apple-darwin6.8-strip... no
> checking for strip... strip
> checking if gcc static flag  works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking for gcc option to produce PIC... -fno-common
> checking if gcc PIC flag -fno-common works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking dynamic linker characteristics... darwin6.8 dyld
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for locale.h... yes
> checking for sys/mman.h... yes
> checking for sys/param.h... yes
> checking for sys/processor.h... no
> checking for sys/resource.h... yes
> checking for sys/sysctl.h... yes
> checking for sys/systemcfg.h... no
> checking for sys/time.h... yes
> checking for sys/times.h... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... (cached) 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 whether fgetc is declared... yes
> checking whether fscanf is declared... yes
> checking whether optarg is declared... yes
> checking whether ungetc is declared... yes
> checking whether vfprintf is declared... yes
> checking return type of signal handlers... void
> checking for intmax_t... yes
> checking for long double... yes
> checking for long long... yes
> checking for ptrdiff_t... yes
> checking for quad_t... yes
> checking for preprocessor stringizing operator... yes
> checking whether <stdarg.h> exists and works... yes
> checking whether gcc __attribute__ ((const)) works... yes
> checking whether gcc __attribute__ ((malloc)) works... yes
> checking whether gcc __attribute__ ((mode (XX))) works... yes
> checking whether gcc __attribute__ ((noreturn)) works... yes
> checking for inline... inline
> checking for main in -lm... yes
> checking for working alloca.h... no
> checking for alloca (via gmp-impl.h)... yes
> checking how to allocate temporary memory... alloca
> checking for alarm... yes
> checking for getpagesize... yes
> checking for getrusage... yes
> checking for gettimeofday... yes
> checking for localeconv... yes
> checking for memset... yes
> checking for mmap... yes
> checking for mprotect... yes
> checking for obstack_vprintf... no
> checking for popen... yes
> checking for processor_info... yes
> checking for read_real_time... no
> checking for strchr... yes
> checking for strnlen... no
> checking for strtoul... yes
> checking for sysconf... yes
> checking for sysctl... yes
> checking for sysctlbyname... yes
> checking for times... yes
> checking for vsnprintf... yes
> checking whether vsnprintf works... yes
> checking whether sscanf needs writable input... no
> checking for suitable m4... m4
> checking if m4wrap produces spurious output... no
> checking how to switch to text section... .text
> checking how to switch to data section... .data
> checking what assembly label suffix to use... :
> checking how to export a symbol... .globl
> checking if globals are prefixed by underscore... yes
> checking how to switch to read-only data section... .data
> checking if the export directive needs an attribute... 
> checking for assembler .type directive... 
> checking for assembler .size directive... 
> checking what prefix to use for a local label... L
> checking how to define a 32-bit word... .long
> checking if .align assembly directive is logarithmic... yes
> checking if the assembler needs r on registers... yes
> creating config.m4
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating mpbsd/Makefile
> config.status: creating mpf/Makefile
> config.status: creating mpn/Makefile
> config.status: creating mpq/Makefile
> config.status: creating mpz/Makefile
> config.status: creating printf/Makefile
> config.status: creating scanf/Makefile
> config.status: creating cxx/Makefile
> config.status: creating tests/Makefile
> config.status: creating tests/devel/Makefile
> config.status: creating tests/mpbsd/Makefile
> config.status: creating tests/mpf/Makefile
> config.status: creating tests/mpn/Makefile
> config.status: creating tests/mpq/Makefile
> config.status: creating tests/mpz/Makefile
> config.status: creating tests/rand/Makefile
> config.status: creating tests/misc/Makefile
> config.status: creating tests/cxx/Makefile
> config.status: creating tune/Makefile
> config.status: creating demos/Makefile
> config.status: creating demos/calc/Makefile
> config.status: creating demos/expr/Makefile
> config.status: creating gmp.h
> config.status: creating mp.h
> config.status: creating demos/expr/expr-impl.h
> config.status: creating config.h
> config.status: linking ./mpn/powerpc32/umul.asm to mpn/umul.asm
> config.status: linking ./mpn/generic/add.c to mpn/add.c
> config.status: linking ./mpn/generic/add_1.c to mpn/add_1.c
> config.status: linking ./mpn/powerpc32/add_n.asm to mpn/add_n.asm
> config.status: linking ./mpn/generic/sub.c to mpn/sub.c
> config.status: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
> config.status: linking ./mpn/powerpc32/sub_n.asm to mpn/sub_n.asm
> config.status: linking ./mpn/powerpc32/mul_1.asm to mpn/mul_1.asm
> config.status: linking ./mpn/powerpc32/addmul_1.asm to mpn/addmul_1.asm
> config.status: linking ./mpn/powerpc32/submul_1.asm to mpn/submul_1.asm
> config.status: linking ./mpn/powerpc32/lshift.asm to mpn/lshift.asm
> config.status: linking ./mpn/powerpc32/rshift.asm to mpn/rshift.asm
> config.status: linking ./mpn/generic/dive_1.c to mpn/dive_1.c
> config.status: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
> config.status: linking ./mpn/generic/divis.c to mpn/divis.c
> config.status: linking ./mpn/generic/divrem.c to mpn/divrem.c
> config.status: linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
> config.status: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
> config.status: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
> config.status: linking ./mpn/generic/mod_1.c to mpn/mod_1.c
> config.status: linking ./mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
> config.status: linking ./mpn/generic/mode1o.c to mpn/mode1o.c
> config.status: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
> config.status: linking ./mpn/generic/dump.c to mpn/dump.c
> config.status: linking ./mpn/generic/mul.c to mpn/mul.c
> config.status: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
> config.status: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
> config.status: linking ./mpn/generic/mul_basecase.c to mpn/mul_basecase.c
> config.status: linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
> config.status: linking ./mpn/generic/random.c to mpn/random.c
> config.status: linking ./mpn/generic/random2.c to mpn/random2.c
> config.status: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
> config.status: linking ./mpn/generic/get_str.c to mpn/get_str.c
> config.status: linking ./mpn/generic/set_str.c to mpn/set_str.c
> config.status: linking ./mpn/generic/scan0.c to mpn/scan0.c
> config.status: linking ./mpn/generic/scan1.c to mpn/scan1.c
> config.status: linking ./mpn/generic/popcount.c to mpn/popcount.c
> config.status: linking ./mpn/generic/hamdist.c to mpn/hamdist.c
> config.status: linking ./mpn/generic/cmp.c to mpn/cmp.c
> config.status: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
> config.status: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
> config.status: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
> config.status: linking ./mpn/generic/gcd.c to mpn/gcd.c
> config.status: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
> config.status: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
> config.status: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
> config.status: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
> config.status: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
> config.status: linking ./mpn/powerpc32/sqr_diagonal.asm to 
> mpn/sqr_diagonal.asm
> config.status: linking ./mpn/powerpc32/gmp-mparam.h to gmp-mparam.h
> #
> #
> #
> # Subconfigure of GMP done
> # ------------------------
> #
> checking "for leading underscore in object symbols"... "yes"
> checking "for GNU ld option -Map"... "no"
> checking "for size of gmp limbs"... 4
> checking "_SHORT_LIMB"... no
> checking "_LONG_LONG_LIMB"... no
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> -I/usr/X11R6/include
> -L/usr/X11R6/lib
> 
> -lSM -lICE
> checking for main in -lXmu... yes
> checking for main in -lXt... yes
> checking for main in -lXext... yes
> checking for main in -lXaw... yes
> checking for main in -lX11... yes
> checking libintl.h usability... yes
> checking libintl.h presence... yes
> checking for libintl.h... yes
> checking for library containing dgettext... -lintl
> #
> #
> # -------------------------
> # Subconfigure of LIBIBERTY
> #
> #
> creating cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for makeinfo... makeinfo
> checking for perl... perl
> checking host system type... powerpc-apple-darwin6.8
> checking build system type... powerpc-apple-darwin6.8
> 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 whether gcc and cc understand -c and -o together... yes
> checking for POSIXized ISC... no
> checking for working const... yes
> checking for inline... inline
> checking for a BSD compatible install... /usr/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 alloca.h... no
> checking for dlfcn.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 for ANSI C header files... yes
> checking for uintptr_t... yes
> checking whether weak symbol works... yes
> checking for library containing dlopen... -ldl
> checking for pid_t... yes
> 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... yes
> 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 ffs... 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... yes
> checking for putenv... yes
> checking for random... yes
> checking for rename... yes
> checking for rindex... yes
> checking for setenv... yes
> 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... yes
> 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 vfork.h... no
> checking for working vfork... yes
> checking for _doprnt... no
> checking for sys_errlist... yes
> checking for sys_nerr... yes
> checking for sys_siglist... yes
> checking for getrusage... yes
> checking for on_exit... no
> checking for psignal... yes
> 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 stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/types.h... yes
> checking for getpagesize... (cached) yes
> checking for working mmap... yes
> checking for working strncmp... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating testsuite/Makefile
> creating config.h
> #
> #
> #
> # Subconfigure of LIBIBERTY done
> # ------------------------------
> #
> #
> #
> # -------------------
> # Subconfigure of BFD
> #
> #
> creating cache ./config.cache
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking host system type... powerpc-apple-darwin6.8
> checking target system type... powerpc-apple-darwin6.8
> checking build system type... powerpc-apple-darwin6.8
> checking for strerror in -lcposix... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal-1.4... missing
> checking for working autoconf... found
> checking for working automake-1.4... missing
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for ar... ar
> checking for ranlib... ranlib
> 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 for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -p
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... file_magic Mach-O 
> dynamically linked shared library
> checking for object suffix... o
> checking for executable suffix... no
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> updating cache ./config.cache
> loading cache ./config.cache within ltconfig
> checking for objdir... .libs
> checking for gcc option to produce PIC...  -DPIC
> checking if gcc PIC flag  -DPIC works... yes
> checking if gcc static flag -static works... no
> finding the maximum length of command line arguments... 24577
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries... no
> checking how to hardcode library paths into programs... unsupported
> checking whether stripping libraries is possible... no
> checking dynamic linker characteristics... darwin6.8 dyld
> checking command to parse /usr/bin/nm -p output... ok
> checking if libtool supports shared libraries... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> creating libtool
> updating cache ./config.cache
> loading cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether to install libbfd... yes
> checking for executable suffix... (cached) no
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc -g -O2 ) works... yes
> checking whether the C compiler (gcc -g -O2 ) 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... gcc -E
> checking for ranlib... (cached) ranlib
> checking for ANSI C header files... yes
> checking for working const... yes
> checking for inline... inline
> checking for off_t... yes
> checking for size_t... yes
> checking for working alloca.h... no
> checking for alloca... yes
> checking for unistd.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for argz.h... no
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... no
> checking for malloc.h... no
> checking for string.h... yes
> checking for unistd.h... (cached) yes
> checking for values.h... no
> checking for sys/param.h... yes
> checking for getcwd... yes
> checking for munmap... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for strchr... yes
> checking for strcasecmp... yes
> checking for __argz_count... no
> checking for __argz_stringify... no
> checking for __argz_next... no
> checking for stpcpy... no
> 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 gettext in libc... no
> checking for bindtextdomain in -lintl... yes
> checking for gettext in libintl... no
> checking for msgfmt... /sw/bin/msgfmt
> checking for gmsgfmt... /sw/bin/msgfmt
> checking for xgettext... /sw/bin/xgettext
> checking for catalogs to be installed...  fr tr ja es sv
> checking for a BSD compatible install... /usr/bin/install -c
> checking for stddef.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... yes
> checking for stdlib.h... yes
> checking for time.h... yes
> checking for unistd.h... (cached) yes
> checking for fcntl.h... yes
> checking for sys/file.h... yes
> checking for sys/time.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for dirent.h that defines DIR... yes
> checking for opendir in -ldir... no
> checking for fcntl... yes
> checking for getpagesize... (cached) yes
> checking for setitimer... yes
> checking for sysconf... yes
> checking for fdopen... yes
> checking for getuid... yes
> checking for getgid... yes
> checking whether strstr must be declared... no
> checking whether malloc must be declared... no
> checking whether realloc must be declared... no
> checking whether free must be declared... no
> checking whether getenv must be declared... no
> checking for sys/procfs.h... no
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for madvise... yes
> checking for mprotect... yes
> updating cache ./config.cache
> creating ./config.status
> creating ../binutils.spec
> creating Makefile
> creating doc/Makefile
> creating bfd-in3.h
> creating po/Makefile.in
> creating config.h
> #
> #
> #
> # Subconfigure of BFD done
> # ------------------------
> #
> checking for long... yes
> checking size of long... 4
> checking sizeof struct contblock... 8
> checking endian.h usability... no
> checking endian.h presence... no
> checking for endian.h... no
> checking for sbrk... yes
> checking for randomized sbrk... no
> checking "finding DBEGIN"... got get_dbegin()
> checking "finding CSTACK_ADDRESS"... got -1073742880
> checking "sizeof long long int"... yes
> checking for pagewidth... 12
> checking for getcwd... yes
> checking for getwd... yes
> checking for uname... yes
> checking for gettimeofday... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking for BSDgettimeofday... no
> checking for gettimeofday... (cached) yes
> checking for gettimeofday declaration... missing
> checking for sin in -lm... yes
> checking for main in -lmingwex... no
> checking math.h usability... yes
> checking math.h presence... yes
> checking for math.h... yes
> checking values.h usability... no
> checking values.h presence... no
> checking for values.h... no
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking for isnormal... yes
> checking for isfinite... yes
> checking for sockets... checking for connect... (cached) yes
> checking for gethostbyname... (cached) yes
> checking readline/readline.h usability... no
> checking readline/readline.h presence... no
> checking for readline/readline.h... no
> checking for rl_completion_matches in -lreadline... no
> checking For network code for nsocket.c... yes
> checking check for listen using fcntl... yes
> checking for profil... yes
> checking for setenv... yes
> checking for _cleanup... yes
> checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
> checking check for SV_ONSTACK... yes
> checking check for SIGSYS... yes
> checking check for SIGEMT... yes
> checking asm/sigcontext.h usability... no
> checking asm/sigcontext.h presence... no
> checking for asm/sigcontext.h... no
> checking asm/signal.h usability... no
> checking asm/signal.h presence... no
> checking for asm/signal.h... no
> checking for sigcontext...... sigcontext in signal.h
> checking for emacs... /sw/bin/emacs
> checking emacs site lisp directory... /sw/etc/lisp/emacs/21.2/site-lisp
> checking emacs default.el... /sw/etc/lisp/emacs/21.2/site-lisp/default.el
> checking emacs info/dir... /usr/share/info/
> checking for tcl/tk... checking for tclsh... tclsh
> checking for main in -llieee... no
> not found
> checking alloca... yes
> checking Checking for buggy gcc version from redhat... no
> configure: creating ./config.status
> config.status: creating makedefc
> config.status: creating windows/gcl.iss
> config.status: creating windows/sysdir.bat
> config.status: creating windows/install.lsp
> config.status: creating h/gclincl.h
> makedefc
> 
> # begin makedefs
> 
> # use=powerpc-macosx
> 
> # for main link of raw_gcl
> LIBS=-lintl  -lm  /Volumes/Software/Downloads/gcl-2.6.1/binutils/bfd/libbfd.a 
> /Volumes/Software/Downloads/gcl-2.6.1/binutils/libiberty/libiberty.a
> 
> #The multi precision library stuff
> MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
> 
> 
> # root for the installation, eg /usr/local
> # This would cause make install to create /usr/local/bin/gcl and
> # /usr/local/lib/gcl-2-??/* with some basic files.
> prefix=/usr/local
> 
> # where to place the info files
> INFO_DIR=/usr/share/info/
> 
> # where to put emacs lisp files.
> EMACS_SITE_LISP=/sw/etc/lisp/emacs/21.2/site-lisp
> 
> # the default.el file
> EMACS_DEFAULT_EL=/sw/etc/lisp/emacs/21.2/site-lisp/default.el
> 
> # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> # if these are found.
> TK_CONFIG_PREFIX=
> TK_LIBRARY=
> TCL_LIBRARY=
> TK_XINCLUDES=
> TK_INCLUDE=
> TCL_INCLUDE=
> TK_LIB_SPEC=
> TK_BUILD_LIB_SPEC=
> TK_XLIBSW=
> TK_XINCLUDES=
> TCL_LIB_SPEC=-L/usr/lib -ltcl8.3${TCL_DBGX}
> TCL_DL_LIBS=
> TCL_LIBS=
> 
> NOTIFY=yes
> CC=gcc
> CFLAGS=  -Wall -DVOL=volatile -fsigned-char -fwritable-strings -pipe -O3 
> -fomit-frame-pointer  -I$(GCLDIR)/o
> FINAL_CFLAGS=  -Wall -DVOL=volatile -fsigned-char -fwritable-strings -pipe 
> NIFLAGS=  -Wall -DVOL=volatile -fsigned-char -fwritable-strings -pipe   
> -I$(GCLDIR)/o
> O3FLAGS=-O3 -fomit-frame-pointer
> O2FLAGS=-O
> 
> RL_OBJS=
> 
> RL_LIB=
> 
> MAKEINFO=makeinfo
> 
> FLISP=saved_gcl
> SYSTEM=gcl
> BUILD_BFD=h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h
> GMPDIR=gmp3
> X_LIBS= -L/usr/X11R6/lib -lXmu -lXt -lXext -lXaw -lX11
> X_CFLAGS= -I/usr/X11R6/include
> 
> PROCESSOR_FLAGS=
> 
> EXTRA_LOBJS=
> LEADING_UNDERSCORE=1
> GNU_LD=
> add-defs1 powerpc-macosx
> using powerpc-macosx.defs
> 
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> cd binutils/bfd && make
> make  all-recursive
> Making all in doc
> make[3]: Nothing to be done for `all'.
> rm -f bfd-tmp.h
> cp bfd-in3.h bfd-tmp.h
> /bin/sh ./../move-if-change bfd-tmp.h bfd.h
> rm -f bfd-tmp.h
> touch stmp-bfd-h
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> archive.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c archive.c -o archive.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> -DDEFAULT_VECTOR=mach_o_be_vec 
> -DSELECT_VECS='&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec' 
> -DSELECT_ARCHITECTURES='&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch' 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./archures.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=mach_o_be_vec 
> "-DSELECT_VECS=&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec" 
> "-DSELECT_ARCHITECTURES=&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch" 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./archures.c 
> -o archures.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> bfd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c bfd.c -o bfd.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from bfd.c:206:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cache.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cache.c -o cache.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> coffgen.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c coffgen.c -o coffgen.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> corefile.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c corefile.c -o corefile.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> format.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c format.c -o format.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> init.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c init.c -o init.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> libbfd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c libbfd.c -o libbfd.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> opncls.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c opncls.c -o opncls.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> reloc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c reloc.c -o reloc.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> section.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c section.c -o section.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> syms.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c syms.c -o syms.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> rm -f targmatch.h
> sed -f ./targmatch.sed < ./config.bfd > targmatch.new
> mv -f targmatch.new targmatch.h
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> -DDEFAULT_VECTOR=mach_o_be_vec 
> -DSELECT_VECS='&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec' 
> -DSELECT_ARCHITECTURES='&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch' 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./targets.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=mach_o_be_vec 
> "-DSELECT_VECS=&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec" 
> "-DSELECT_ARCHITECTURES=&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch" 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./targets.c 
> -o targets.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> hash.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c hash.c -o hash.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> linker.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c linker.c -o linker.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> srec.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c srec.c -o srec.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from srec.c:110:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> binary.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c binary.c -o binary.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> tekhex.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c tekhex.c -o tekhex.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from tekhex.c:73:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> ihex.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c ihex.c -o ihex.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from ihex.c:125:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> stabs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c stabs.c -o stabs.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> stab-syms.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c stab-syms.c -o stab-syms.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> merge.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c merge.c -o merge.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from merge.c:28:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> dwarf2.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c dwarf2.c -o dwarf2.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from dwarf2.c:34:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> archive64.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c archive64.c -o archive64.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> mach-o.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c mach-o.c -o mach-o.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> In file included from mach-o.c:26:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> mach-o.c:2567: warning: `bfd_mach_o_dump_ist' defined but not used
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-powerpc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-powerpc.c -o cpu-powerpc.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-rs6000.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-rs6000.c -o cpu-rs6000.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-i386.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-i386.c -o cpu-i386.o
> cc1: warning: changing search order for system directory "."
> cc1: warning:   as it has already been specified as a non-system directory
> rm -f tofiles
> f=""; \
> for i in mach-o.lo cpu-powerpc.lo cpu-rs6000.lo cpu-i386.lo  ; do \
>   case " $f " in \
>     *" $i "*) ;; \
>     *) f="$f $i" ;; \
>   esac ; \
> done ; \
> echo $f > tofiles
> /bin/sh ./../move-if-change tofiles ofiles
> touch stamp-ofiles
> /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2  -o libbfd.la -rpath /usr/local/lib -release 
> 2.12.90.0.15  archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo 
> format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo 
> hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo 
> merge.lo dwarf2.lo archive64.lo `cat ofiles`  
> mkdir .libs
> ar cru .libs/libbfd.a  archive.o archures.o bfd.o cache.o coffgen.o 
> corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o 
> targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o 
> merge.o dwarf2.o archive64.o mach-o.o cpu-powerpc.o cpu-rs6000.o cpu-i386.o
> ranlib .libs/libbfd.a
> creating libbfd.la
> (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
> libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
> if [ -f $libtooldir/libbfd.a ]; then \
>   cp $libtooldir/libbfd.a libbfd.tmp; \
>   ranlib libbfd.tmp; \
>   /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
> else true; fi
> touch stamp-lib
> cd binutils/libiberty && make
> if [ x"" != x ] && [ ! -d pic ]; then \
>   mkdir pic; \
> else true; fi
> touch stamp-picdir
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  regex.c -o pic/regex.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic regex.c -o regex.o
> ./../include/xregex2.h:548: illegal expression, found `__restrict'
> ./../include/xregex2.h:548: syntax error, found `]'
> ./../include/xregex2.h:548: illegal function definition, found `)'
> cpp-precomp: warning: errors during smart preprocessing, retrying in basic 
> mode
> /var/tmp/ccMNXxZQ.i:1:3: warning: style of line directive is a GCC extension
> regex.c:2:3: warning: style of line directive is a GCC extension
> regex.c:36:3: warning: style of line directive is a GCC extension
> regex.c:50:3: warning: style of line directive is a GCC extension
> In file included from /usr/include/machine/types.h:30,
>                  from /usr/include/stddef.h:63,
>                  from regex.c:50:
> /usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC 
> extension
> /usr/include/ppc/types.h:64:3: warning: style of line directive is a GCC 
> extension
> In file included from /usr/include/machine/types.h:30,
>                  from /usr/include/stddef.h:63,
>                  from regex.c:50:
> /usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
> /usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
> /usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC 
> extension
> In file included from /usr/include/machine/ansi.h:33,
>                  from /usr/include/stddef.h:64,
>                  from regex.c:50:
> /usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC 
> extension
> In file included from /usr/include/machine/ansi.h:33,
>                  from /usr/include/stddef.h:64,
>                  from regex.c:50:
> /usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
> /usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC 
> extension
> regex.c:51:3: warning: style of line directive is a GCC extension
> regex.c:130:3: warning: style of line directive is a GCC extension
> regex.c:131:3: warning: style of line directive is a GCC extension
> regex.c:151:3: warning: style of line directive is a GCC extension
> regex.c:152:3: warning: style of line directive is a GCC extension
> regex.c:187:3: warning: style of line directive is a GCC extension
> regex.c:195:3: warning: style of line directive is a GCC extension
> In file included from regex.c:195:
> ./../include/xregex.h:2:3: warning: style of line directive is a GCC extension
> ./../include/xregex.h:26:3: warning: style of line directive is a GCC 
> extension
> In file included from ./../include/xregex.h:26,
>                  from regex.c:195:
> ./../include/xregex2.h:2:3: warning: style of line directive is a GCC 
> extension
> ./../include/xregex2.h:52:3: warning: style of line directive is a GCC 
> extension
> ./../include/xregex2.h:172:3: warning: style of line directive is a GCC 
> extension
> ./../include/xregex2.h:428:3: warning: style of line directive is a GCC 
> extension
> ./../include/xregex2.h:518:3: warning: style of line directive is a GCC 
> extension
> In file included from ./../include/xregex.h:26,
>                  from regex.c:195:
> ./../include/xregex2.h:548: warning: ISO C89 does not support `static' or 
> type qualifiers in parameter array declarators
> ./../include/xregex2.h:557:3: warning: style of line directive is a GCC 
> extension
> In file included from regex.c:195:
> ./../include/xregex.h:27:3: warning: style of line directive is a GCC 
> extension
> regex.c:198:3: warning: style of line directive is a GCC extension
> regex.c:199:3: warning: style of line directive is a GCC extension
> regex.c:296:3: warning: style of line directive is a GCC extension
> regex.c:426:3: warning: style of line directive is a GCC extension
> regex.c:607:3: warning: style of line directive is a GCC extension
> regex.c:649:3: warning: style of line directive is a GCC extension
> In file included from regex.c:649:
> regex.c:2:3: warning: style of line directive is a GCC extension
> regex.c:36:3: warning: style of line directive is a GCC extension
> regex.c:37:3: warning: style of line directive is a GCC extension
> regex.c:1563:3: warning: style of line directive is a GCC extension
> regex.c:1892:3: warning: style of line directive is a GCC extension
> regex.c:1956:3: warning: style of line directive is a GCC extension
> regex.c:2217:3: warning: style of line directive is a GCC extension
> regex.c:2338:3: warning: style of line directive is a GCC extension
> regex.c:2435:3: warning: style of line directive is a GCC extension
> regex.c:2729:3: warning: style of line directive is a GCC extension
> regex.c:3307:3: warning: style of line directive is a GCC extension
> regex.c:3449:3: warning: style of line directive is a GCC extension
> regex.c:3585:3: warning: style of line directive is a GCC extension
> regex.c:4070:3: warning: style of line directive is a GCC extension
> regex.c:4257:3: warning: style of line directive is a GCC extension
> regex.c:4423:3: warning: style of line directive is a GCC extension
> regex.c:4581:3: warning: style of line directive is a GCC extension
> In file included from regex.c:649:
> regex.c: In function `byte_compile_range':
> regex.c:4602: warning: signed and unsigned type in conditional expression
> regex.c:4612: warning: signed and unsigned type in conditional expression
> regex.c:4612: warning: signed and unsigned type in conditional expression
> regex.c:4619:3: warning: style of line directive is a GCC extension
> regex.c:4819:3: warning: style of line directive is a GCC extension
> regex.c:4973:3: warning: style of line directive is a GCC extension
> regex.c:5202:3: warning: style of line directive is a GCC extension
> regex.c:5384:3: warning: style of line directive is a GCC extension
> regex.c:5568:3: warning: style of line directive is a GCC extension
> regex.c:5879:3: warning: style of line directive is a GCC extension
> regex.c:5962:3: warning: style of line directive is a GCC extension
> regex.c:5995:3: warning: style of line directive is a GCC extension
> regex.c:6331:3: warning: style of line directive is a GCC extension
> regex.c:7432:3: warning: style of line directive is a GCC extension
> regex.c:7495:3: warning: style of line directive is a GCC extension
> regex.c:7903:3: warning: style of line directive is a GCC extension
> regex.c:650:3: warning: style of line directive is a GCC extension
> regex.c: At top level:
> regex.c:1380: warning: traditional C rejects string concatenation
> regex.c:1382: warning: traditional C rejects string concatenation
> regex.c:1383: warning: traditional C rejects string concatenation
> regex.c:1385: warning: traditional C rejects string concatenation
> regex.c:1386: warning: traditional C rejects string concatenation
> regex.c:1388: warning: traditional C rejects string concatenation
> regex.c:1389: warning: traditional C rejects string concatenation
> regex.c:1391: warning: traditional C rejects string concatenation
> regex.c:1392: warning: traditional C rejects string concatenation
> regex.c:1394: warning: traditional C rejects string concatenation
> regex.c:1395: warning: traditional C rejects string concatenation
> regex.c:1397: warning: traditional C rejects string concatenation
> regex.c:1398: warning: traditional C rejects string concatenation
> regex.c:1400: warning: traditional C rejects string concatenation
> regex.c:1401: warning: traditional C rejects string concatenation
> regex.c:1403: warning: traditional C rejects string concatenation
> regex.c:1404: warning: traditional C rejects string concatenation
> regex.c:1406: warning: traditional C rejects string concatenation
> regex.c:1407: warning: traditional C rejects string concatenation
> regex.c:1409: warning: traditional C rejects string concatenation
> regex.c:1410: warning: traditional C rejects string concatenation
> regex.c:1412: warning: traditional C rejects string concatenation
> regex.c:1413: warning: traditional C rejects string concatenation
> regex.c:1415: warning: traditional C rejects string concatenation
> regex.c:1416: warning: traditional C rejects string concatenation
> regex.c:1418: warning: traditional C rejects string concatenation
> regex.c:1419: warning: traditional C rejects string concatenation
> regex.c:1421: warning: traditional C rejects string concatenation
> regex.c:1422: warning: traditional C rejects string concatenation
> regex.c:1424: warning: traditional C rejects string concatenation
> regex.c:1425: warning: traditional C rejects string concatenation
> regex.c:1427: warning: traditional C rejects string concatenation
> regex.c:1450:3: warning: style of line directive is a GCC extension
> regex.c:4444:3: warning: style of line directive is a GCC extension
> regex.c:5045:3: warning: style of line directive is a GCC extension
> regex.c:5090:3: warning: style of line directive is a GCC extension
> regex.c:5549:3: warning: style of line directive is a GCC extension
> regex.c:5610:3: warning: style of line directive is a GCC extension
> regex.c:8026:3: warning: style of line directive is a GCC extension
> regex.c: In function `xregcomp':
> regex.c:8099: warning: signed and unsigned type in conditional expression
> regex.c:8145:3: warning: style of line directive is a GCC extension
> regex.c: In function `xregerror':
> regex.c:8234: warning: unused parameter `preg'
> regex.c:8298:3: warning: style of line directive is a GCC extension
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  cplus-dem.c -o pic/cplus-dem.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic cplus-dem.c -o cplus-dem.o
> cplus-dem.c:44: header file 'dlfcn.h' not found
> cpp-precomp: warning: errors during smart preprocessing, retrying in basic 
> mode
> make[1]: *** [cplus-dem.o] Error 1
> make: *** [binutils/libiberty/libiberty.a] Error 2
> 
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]