avr-libc-dev
[Top][All Lists]
Advanced

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

RE: [avr-libc-dev] Probs building avr-gcc


From: Rich Teer
Subject: RE: [avr-libc-dev] Probs building avr-gcc
Date: Fri, 31 Aug 2007 15:59:57 -0700 (PDT)

On Wed, 29 Aug 2007, Eric Weddington wrote:

> Wow! You're one of the few pioneers to build and use the AVR toolchain on
> Solaris!

Cool!  :-)

> Considering that binutils 2.18 just came out *yesterday*, and the other
> distro maintainers (myself and Joerg Wunsch) haven't had a chance to try it
> out yet, you would be going into new territory. A slightly safer bet is to
> use binutils 2.17 with gcc 4.2.1. That combination has had a bit more
> traffic.

binutils 2.18 compiled and installed without fuss, so I'm pretty sure
that's not the problem.

> The most common build error is configuring gcc in its own source directory.
> But you're following the directions in the avr-libc user manual, so I assume
> that you have avoided doing this? Was your configuration successful?

Yes, and I think so.

> Can you attach the output from configure and from make so we can have more
> context?

Here it is; I'm installing into /usr/local, so I don't set $PREFIX.
NOte that I use gmake instead of make.  Take a deep breath 'cause
there's lots of it!  :-)

address@hidden pwd
/home/rich/tools/gcc-4.2.1
address@hidden mkdir obj-avr
address@hidden cd obj-avr
address@hidden ../configure --target=avr --enable-languages=c --disable-nls 
--disable-libssp --with-dwarf2
creating cache ./config.cache
checking host system type... i386-pc-solaris2.11
checking target system type... avr-unknown-none
checking build system type... i386-pc-solaris2.11
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether ln works... yes
checking whether ln -s works... yes
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 gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for correct version of gmp.h... no
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libgomp target-libiberty target-libssp
    (Any other directories should still work fine.)
checking for bison... bison -y
checking for bison... bison
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for i386-pc-solaris2.11-ar... no
checking for ar... ar
checking for i386-pc-solaris2.11-as... no
checking for as... as
checking for i386-pc-solaris2.11-dlltool... no
checking for dlltool... no
checking for i386-pc-solaris2.11-ld... /usr/ccs/bin/ld
checking for i386-pc-solaris2.11-lipo... no
checking for lipo... no
checking for i386-pc-solaris2.11-nm... no
checking for nm... nm
checking for i386-pc-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking for i386-pc-solaris2.11-strip... no
checking for strip... strip
checking for i386-pc-solaris2.11-windres... no
checking for windres... no
checking for i386-pc-solaris2.11-objcopy... no
checking for objcopy... no
checking for i386-pc-solaris2.11-objdump... no
checking for objdump... no
checking for avr-cc... no
checking for avr-gcc... no
checking for avr-c++... no
checking for avr-g++... no
checking for avr-cxx... no
checking for avr-gxx... no
checking for avr-gcc... no
checking for avr-gcj... no
checking for avr-gfortran... no
checking for ar... /usr/local/avr/bin/ar
checking for as... /usr/local/avr/bin/as
checking for dlltool... no
checking for avr-dlltool... no
checking for ld... /usr/local/avr/bin/ld
checking for lipo... no
checking for avr-lipo... no
checking for nm... /usr/local/avr/bin/nm
checking for objdump... /usr/local/avr/bin/objdump
checking for ranlib... /usr/local/avr/bin/ranlib
checking for strip... /usr/local/avr/bin/strip
checking for windres... no
checking for avr-windres... no
checking where to find the target ar... pre-installed in /usr/local/avr/bin
checking where to find the target as... pre-installed in /usr/local/avr/bin
checking where to find the target cc... just compiled
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... just compiled
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed in /usr/local/avr/bin
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed in /usr/local/avr/bin
checking where to find the target objdump... pre-installed in /usr/local/avr/bin
checking where to find the target ranlib... pre-installed in /usr/local/avr/bin
checking where to find the target strip... pre-installed in /usr/local/avr/bin
checking where to find the target windres... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
address@hidden 
address@hidden 
address@hidden 
address@hidden 
address@hidden 
address@hidden gmake
gmake[1]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr'
mkdir ./fixincludes
Configuring in ./fixincludes
configure: creating cache ./config.cache
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... avr-unknown-none
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wno-overlength-strings... no
checking whether gcc supports -pedantic -Wno-long-long... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
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... 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... 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... 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 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
mkdir ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for i386-pc-solaris2.11-ar... ar
checking for i386-pc-solaris2.11-ranlib... ranlib
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 whether gcc accepts -Wc++-compat... no
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.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... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.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 egrep... egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... no
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... 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 mempcpy... no
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 snprintf... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... 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 unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... no
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/libiberty'
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../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/regex.c -o 
pic/regex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cplus-dem.c -o 
cplus-dem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demangle.c -o 
cp-demangle.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/md5.c -o 
pic/md5.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/alloca.c 
-o pic/alloca.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/alloca.c -o 
alloca.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/argv.c -o 
pic/argv.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/choose-temp.c -o pic/choose-temp.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/choose-temp.c -o 
choose-temp.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/concat.c 
-o pic/concat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/concat.c -o 
concat.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/cp-demint.c -o pic/cp-demint.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demint.c -o 
cp-demint.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/dyn-string.c -o pic/dyn-string.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/dyn-string.c -o 
dyn-string.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fdmatch.c 
-o pic/fdmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fdmatch.c -o 
fdmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fibheap.c 
-o pic/fibheap.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fibheap.c -o 
fibheap.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/floatformat.c -o pic/floatformat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/floatformat.c -o 
floatformat.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fnmatch.c 
-o pic/fnmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fnmatch.c -o 
fnmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fopen_unlocked.c 
-o fopen_unlocked.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getopt.c 
-o pic/getopt.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt.c -o 
getopt.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getopt1.c 
-o pic/getopt1.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt1.c -o 
getopt1.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getpwd.c 
-o pic/getpwd.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getpwd.c -o 
getpwd.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/getruntime.c -o pic/getruntime.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getruntime.c -o 
getruntime.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/hashtab.c 
-o pic/hashtab.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hashtab.c -o 
hashtab.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/hex.c -o 
pic/hex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/lbasename.c -o pic/lbasename.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lbasename.c -o 
lbasename.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/lrealpath.c -o pic/lrealpath.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lrealpath.c -o 
lrealpath.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-temp-file.c 
-o make-temp-file.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/objalloc.c 
-o pic/objalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/objalloc.c -o 
objalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/obstack.c 
-o pic/obstack.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/obstack.c -o 
obstack.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/partition.c -o pic/partition.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/partition.c -o 
partition.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pexecute.c 
-o pic/pexecute.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pexecute.c -o 
pexecute.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/physmem.c 
-o pic/physmem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/physmem.c -o 
physmem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/pex-common.c -o pic/pex-common.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-common.c -o 
pex-common.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pex-one.c 
-o pic/pex-one.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-one.c -o 
pex-one.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pex-unix.c 
-o pic/pex-unix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-unix.c -o 
pex-unix.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/safe-ctype.c -o 
safe-ctype.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/sort.c -o 
pic/sort.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/spaces.c 
-o pic/spaces.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/spaces.c -o 
spaces.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/splay-tree.c -o pic/splay-tree.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/splay-tree.c -o 
splay-tree.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strerror.c 
-o pic/strerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strerror.c -o 
strerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/strsignal.c -o pic/strsignal.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strsignal.c -o 
strsignal.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/ternary.c 
-o pic/ternary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/ternary.c -o 
ternary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xatexit.c 
-o pic/xatexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xatexit.c -o 
xatexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xexit.c -o 
pic/xexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xmalloc.c 
-o pic/xmalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmalloc.c -o 
xmalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xmemdup.c 
-o pic/xmemdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmemdup.c -o 
xmemdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xstrdup.c 
-o pic/xstrdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrdup.c -o 
xstrdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/xstrerror.c -o pic/xstrerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrerror.c -o 
xstrerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xstrndup.c 
-o pic/xstrndup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrndup.c -o 
xstrndup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/asprintf.c 
-o pic/asprintf.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/asprintf.c -o 
asprintf.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/mempcpy.c 
-o pic/mempcpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/mempcpy.c -o 
mempcpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/sigsetmask.c -o pic/sigsetmask.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/sigsetmask.c -o 
sigsetmask.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/stpcpy.c 
-o pic/stpcpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/stpcpy.c -o 
stpcpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/stpncpy.c 
-o pic/stpncpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/stpncpy.c -o 
stpncpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strndup.c 
-o pic/strndup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strndup.c -o 
strndup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/strverscmp.c -o pic/strverscmp.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strverscmp.c -o 
strverscmp.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../libiberty/vasprintf.c -o pic/vasprintf.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/vasprintf.c -o 
vasprintf.o
rm -f ./libiberty.a pic/./libiberty.a
ar cr ./libiberty.a \
          ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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  ./asprintf.o ./mempcpy.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
          cd pic; \
          ar cr ./libiberty.a \
            ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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  ./asprintf.o ./mempcpy.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o; 
\
          ranlib ./libiberty.a; \
          cd ..; \
        else true; fi
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 waitpid bcmp bcopy bzero; do \
          for g in ./asprintf.o ./mempcpy.o ./sigsetmask.o ./stpcpy.o 
./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.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 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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
gmake[3]: Entering directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/libiberty/testsuite'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/libiberty/testsuite'
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/libiberty'
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/fixincl.c
In file included from ../../fixincludes/fixincl.c:101:
../../fixincludes/fixincl.x:76: warning: string length `4756' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:228: warning: string length `552' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:273: warning: string length `532' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:317: warning: string length `808' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:403: warning: string length `5139' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:2503: warning: string length `729' is greater than 
the length `509' ISO C89 compilers are required to support
../../fixincludes/fixincl.x:7635: warning: string length `575' is greater than 
the length `509' ISO C89 compilers are required to support
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/fixtests.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/fixfixes.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/server.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/procopen.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/fixlib.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../fixincludes -I../include 
-I../../fixincludes/../include ../../fixincludes/fixopts.c
gcc -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o 
fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../fixincludes" /bin/sh ../../fixincludes/mkfixinc.sh 
avr-unknown-none
sed -e 's/@gcc_version@/4.2.1/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/fixincludes'
mkdir ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for i386-pc-solaris2.11-ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.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 string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... yes
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... yes
checking for setlocale... yes
checking for stpcpy... no
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 __fsetlocking... yes
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 for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... no
checking for autoconf... autoconf
checking for autoheader... autoheader
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mkdir ./gcc
Configuring in ./gcc
configure: creating cache ./config.cache
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... avr-unknown-none
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 i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 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... egrep
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... no
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 gmake sets $(MAKE)... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for i386-pc-solaris2.11-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for cmp's capabilities... fastcompare
checking for mktemp... yes
checking for makeinfo... makeinfo --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... yes
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... yes
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... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... yes
checking for pthread.h... yes
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... yes
checking for clock... 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 getrusage... yes
checking for nl_langinfo... yes
checking for scandir... yes
checking for alphasort... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for mincore... yes
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... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether mbstowcs works... 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 for sys/mman.h... (cached) yes
checking for mmap... (cached) 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 unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
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 for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... no
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 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... yes
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
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... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
Using `../../gcc/config/avr/avr.c' for machine-specific logic.
Using `../../gcc/config/avr/avr.md' as machine description file.
Using the following target machine macro files:
        ../../gcc/config/avr/avr.h
        ../../gcc/config/dbxelf.h
        ../../gcc/config/tm-dwarf2.h
Using host-solaris.o for host machine hooks.
checking whether NLS is requested... no
checking what assembler to use... /usr/local/avr/bin/as
checking what linker to use... /usr/local/avr/bin/ld
checking what nm to use... /usr/local/avr/bin/nm
checking what objdump to use... /usr/local/avr/bin/objdump
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... no
checking assembler for .sleb128 and .uleb128... 
/home/rich/tools/gcc-4.2.1/gcc/configure: test: unknown operator assembler
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/intl'
mkdir build-i386-pc-solaris2.11
mkdir build-i386-pc-solaris2.11/libiberty
Configuring in build-i386-pc-solaris2.11/libiberty
configure: creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for i386-pc-solaris2.11-ar... no
checking for ar... ar
checking for i386-pc-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 whether gcc accepts -Wc++-compat... no
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.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... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.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 egrep... egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... no
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... 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 mempcpy... no
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 snprintf... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... 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 unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... no
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[2]: Entering directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/libiberty'
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../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/regex.c 
-o pic/regex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/regex.c -o 
regex.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cplus-dem.c -o 
cplus-dem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demangle.c 
-o cp-demangle.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/md5.c 
-o pic/md5.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/alloca.c -o pic/alloca.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/alloca.c -o 
alloca.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/argv.c 
-o pic/argv.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/argv.c -o 
argv.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/choose-temp.c 
-o choose-temp.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/concat.c -o pic/concat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/concat.c -o 
concat.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demint.c -o 
cp-demint.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/dyn-string.c 
-o dyn-string.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fdmatch.c -o 
fdmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/fibheap.c -o pic/fibheap.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fibheap.c -o 
fibheap.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/floatformat.c -o pic/floatformat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c 
-o floatformat.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fnmatch.c -o 
fnmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/getopt.c -o pic/getopt.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt.c -o 
getopt.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/getopt1.c -o pic/getopt1.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt1.c -o 
getopt1.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/getpwd.c -o pic/getpwd.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getpwd.c -o 
getpwd.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/getruntime.c -o pic/getruntime.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getruntime.c 
-o getruntime.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/hashtab.c -o pic/hashtab.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hashtab.c -o 
hashtab.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/hex.c 
-o pic/hex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/lbasename.c -o pic/lbasename.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lbasename.c -o 
lbasename.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lrealpath.c -o 
lrealpath.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../../libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/objalloc.c -o pic/objalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/objalloc.c -o 
objalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/obstack.c -o pic/obstack.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/obstack.c -o 
obstack.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/partition.c -o pic/partition.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/partition.c -o 
partition.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/pexecute.c -o pic/pexecute.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pexecute.c -o 
pexecute.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/physmem.c -o pic/physmem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/physmem.c -o 
physmem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/pex-common.c -o pic/pex-common.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-common.c 
-o pex-common.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/pex-one.c -o pic/pex-one.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-one.c -o 
pex-one.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-unix.c -o 
pex-unix.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/safe-ctype.c 
-o safe-ctype.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/sort.c 
-o pic/sort.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/sort.c -o 
sort.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/spaces.c -o pic/spaces.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/spaces.c -o 
spaces.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/splay-tree.c 
-o splay-tree.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/strerror.c -o pic/strerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strerror.c -o 
strerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/strsignal.c -o pic/strsignal.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strsignal.c -o 
strsignal.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/ternary.c -o pic/ternary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/ternary.c -o 
ternary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes 
../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xatexit.c -o pic/xatexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xatexit.c -o 
xatexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xexit.c 
-o pic/xexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xexit.c -o 
xexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmalloc.c -o 
xmalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmemdup.c -o 
xmemdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrdup.c -o 
xstrdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrerror.c -o 
xstrerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrndup.c -o 
xstrndup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/asprintf.c -o pic/asprintf.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/asprintf.c -o 
asprintf.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/mempcpy.c -o pic/mempcpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/mempcpy.c -o 
mempcpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/sigsetmask.c -o pic/sigsetmask.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/sigsetmask.c 
-o sigsetmask.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/stpcpy.c -o pic/stpcpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/stpcpy.c -o 
stpcpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/stpncpy.c -o pic/stpncpy.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/stpncpy.c -o 
stpncpy.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/strndup.c -o pic/strndup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strndup.c -o 
strndup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/strverscmp.c -o pic/strverscmp.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strverscmp.c 
-o strverscmp.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W 
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  
../../../libiberty/vasprintf.c -o pic/vasprintf.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall 
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/vasprintf.c -o 
vasprintf.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
          ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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  ./asprintf.o ./mempcpy.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
          cd pic; \
          ar rc ./libiberty.a \
            ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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  ./asprintf.o ./mempcpy.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o; 
\
          ranlib ./libiberty.a; \
          cd ..; \
        else true; fi
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 waitpid bcmp bcopy bzero; do \
          for g in ./asprintf.o ./mempcpy.o ./sigsetmask.o ./stpcpy.o 
./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.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 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.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 ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.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
gmake[3]: Entering directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/libiberty/testsuite'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/libiberty/testsuite'
gmake[2]: Leaving directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/libiberty'
mkdir build-i386-pc-solaris2.11/fixincludes
Configuring in build-i386-pc-solaris2.11/fixincludes
configure: loading cache ../config.cache
checking build system type... (cached) i386-pc-solaris2.11
checking host system type... (cached) i386-pc-solaris2.11
checking target system type... avr-unknown-none
checking for i386-pc-solaris2.11-gcc... (cached) gcc
checking for C compiler default output file name... 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... (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... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wno-overlength-strings... no
checking whether gcc supports -pedantic -Wno-long-long... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) egrep
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 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 for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) 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... 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... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... no
checking whether vasprintf is declared... (cached) 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 for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) 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
gmake[2]: Entering directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/fixincl.c
In file included from ../../../fixincludes/fixincl.c:101:
../../../fixincludes/fixincl.x:76: warning: string length `4756' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:228: warning: string length `552' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:273: warning: string length `532' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:317: warning: string length `808' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:403: warning: string length `5139' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:2503: warning: string length `729' is greater 
than the length `509' ISO C89 compilers are required to support
../../../fixincludes/fixincl.x:7635: warning: string length `575' is greater 
than the length `509' ISO C89 compilers are required to support
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/fixtests.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/server.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/procopen.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/fixlib.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   
-DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include 
-I../../../fixincludes/../include ../../../fixincludes/fixopts.c
gcc -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o 
fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh 
avr-unknown-none
sed -e 's/@gcc_version@/4.2.1/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
gmake[2]: Leaving directory 
`/home/rich/tools/gcc-4.2.1/obj-avr/build-i386-pc-solaris2.11/fixincludes'
mkdir ./libcpp
Configuring in ./libcpp
configure: creating cache ./config.cache
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... avr-unknown-none
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 for i386-pc-solaris2.11-ranlib... ranlib
checking for aclocal... no
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -pedantic -Wno-long-long... yes
checking dependency style of gcc... gcc3
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 how to run the C preprocessor... gcc -E
checking for egrep... egrep
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 iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.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 string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... no
checking for off_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
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... 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 getopt is declared... yes
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 vasprintf is declared... no
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... no
checking for uchar... 
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
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);
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/libcpp'
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../libcpp/charset.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po 
../../libcpp/directives.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../libcpp/errors.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../libcpp/expr.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../libcpp/files.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po 
../../libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/local/share/locale\"" > localedir.new
../../libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../libcpp/init.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../libcpp/lex.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../libcpp/line-map.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../libcpp/macro.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../libcpp/mkdeps.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../libcpp/pch.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../libcpp/symtab.c
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po 
../../libcpp/traditional.c
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o 
init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  
-I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o 
makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po 
../../libcpp/makedepend.c
gcc -g -O2  -o makedepend \
          makedepend.o libcpp.a ../libiberty/libiberty.a \
           
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/libcpp'
mkdir ./libdecnumber
Configuring in ./libdecnumber
configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for i386-pc-solaris2.11-gcc... gcc
checking for C compiler default output file name... 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 for i386-pc-solaris2.11-ranlib... ranlib
checking for aclocal... no
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wno-long-long... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
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 ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... 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... yes
checking for off_t... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for ANSI C header files... (cached) yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/libdecnumber'
source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decNumber.c
source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decContext.c
source='../../libdecnumber/decUtility.c' object='decUtility.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decUtility.c
source='../../libdecnumber/decimal32.c' object='decimal32.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decimal32.c
source='../../libdecnumber/decimal64.c' object='decimal64.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decimal64.c
source='../../libdecnumber/decimal128.c' object='decimal128.o' libtool=no gcc  
-I../../libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
-Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c 
../../libdecnumber/decimal128.c
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o 
decimal64.o decimal128.o
ranlib libdecnumber.a
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/libdecnumber'
gmake[2]: Entering directory `/home/rich/tools/gcc-4.2.1/obj-avr/gcc'
gmake[2]: *** No rule to make target `all'.  Stop.
gmake[2]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr/gcc'
gmake[1]: *** [all-gcc] Error 2
gmake[1]: Leaving directory `/home/rich/tools/gcc-4.2.1/obj-avr'
gmake: *** [all] Error 2


Cheers,

-- 
Rich Teer, SCSA, SCNA, SCSECA, OGB member

CEO,
My Online Home Inventory

URLs: http://www.rite-group.com/rich
      http://www.myonlinehomeinventory.com




reply via email to

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