More infos request

Paolo Romanin promanin@supereva.it
Thu Sep 20 11:19:00 GMT 2001


Purpose: Build these cross-compilers

  1) for Motorola ColdFire MCF5272 big endian
  2) for Motorola PowerPC MPC823   big endian


My hardware:
CPU    = GenuineIntel - Pentium III (Coppermine) - FREQ=1004MHz
memory = 512 MB
hdc    = FUJITSU MPB3021ATU       - ATAPI/IDE  2 GB
hdb    = SAMSUNG SV0842D          - ATAPI/IDE  8 GB
hda    = QUANTUM FIREBALLP AS40.0 - ATAPI/IDE 40 GB

only hdb used for Linux Mandrake 8.0

I have operated in this manner:

         mkdir /home/pr                       ;my home
         cd /home/pr                          ;move into home
         mkdir tools                          ;home for pakages
         mkdir tmp                            ;temporary directory
         mkdir ./usr/m68k                     ;home for m68k
cross-compiler & tools
         mkdir ./usr/mppc                     ;home for powerpc
cross-compiler & tools

then I have copied in /home/pr/tool these pakages:

        binutils-2.11.90.0.8.tar.gz
        newlib-1.9.0.tar.gz
        gcc-3.0.1.tar.gz
        gdb-5.0.tar.gz

and the:

        build-crossgcc.sh                     ;from Bill Gatliff


with:

        TARDIR=/home/pr/tools
        PREFIX=/home/pr/usr/m68k
        TARGET=m68k-coff                      ;for m68k cross-compiler


        TARDIR=/home/pr/tools
        PREFIX=/home/pr/usr/mppc
        TARGET=powerpc-eabi                   ;for powerpc cross-compiler


Then I have issued these commands for m68k:

        cd /home/pr/tmp
        sh /home/pr/tools/build-crossgcc --prefix=/home/pr/usr/m68k
--target=m68k-coff &2>1 | tee m68k-build.log

and these commands for powerpc:

        cd /home/pr/tmp
        sh /home/pr/tools/build-crossgcc --prefix=/home/pr/usr/mppc
--target=powerpc-eabi &2>1 | tee mppc-build.log

The two log files have an huge dimension as:

        m68k-build.log > 2.3 MB
        mppc-build.log > 5.6 MB

Two reduced files of these logs are included as attachments to this mail.

The first log file ends as below:

...omissis...

checking build system type... i686-pc-linux-gnu
checking for m68k-coff-ar... (cached) m68k-coff-ar
checking for m68k-coff-ranlib... (cached) m68k-coff-ranlib
checking for gcc... (cached) /home/pr/tools/build-gcc/gcc/xgcc
-B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/
-B/home/pr/usr/m68k/m68k-coff/lib/ -isystem
/home/pr/usr/m68k/m68k-coff/include
checking whether we are using GNU C... (cached) yes
checking whether /home/pr/tools/build-gcc/gcc/xgcc
-B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/
-B/home/pr/usr/m68k/m68k-coff/lib/ -isystem
/home/pr/usr/m68k/m68k-coff/include accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached)
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/
-B/home/pr/usr/m68k/m68k-coff/bin/ -B/home/pr/usr/m68k/m68k-coff/lib/
-isystem /home/pr/usr/m68k/m68k-coff/include -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... no
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... no
checking for fcntl.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 whether the C compiler (/home/pr/tools/build-gcc/gcc/xgcc
-B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/
-B/home/pr/usr/m68k/m68k-coff/lib/ -isystem
/home/pr/usr/m68k/m68k-coff/include -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
make: *** [configure-target-libiberty] Error 1


the latter ends as below:

/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/
-nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src
-L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs
-B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/
-isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float
-mrelocatable-lib -mno-eabi -mstrict-align
-I../../../../../gcc-3.0.1/libstdc++-v3/../gcc
-I../../../../../gcc-3.0.1/libstdc++-v3/../include
-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eab
i -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include
-I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float
-mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall
-Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g
-c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new_op.cc -o new_op.o
/home/pr/tmp/ccQvYUm9.s: Assembler messages:
/home/pr/tmp/ccQvYUm9.s:234: Error: Relocation cannot be done when using
-mrelocatable
make[6]: *** [new_op.lo] Error 1
make[6]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libsupc++'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
make[4]: *** [all-recursive-am] Error 2
make[4]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make: *** [install-target-libstdc++-v3] Error 2


Question: Why  these errors?

Thanks from Paolo Romanin - Verona - North Italy

-------------- next part --------------

Linux crosscompiler building script,
revision : build-crossgcc.sh,v 1.13 2001/06/21 19:43:13 bgat Exp $


Building for:
    --target=m68k-coff
    --prefix=/home/pr/usr/m68k
    tarballs are at /home/pr/tools

Building binutils.
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/pr/tools/build-binutils
Configuring intl...
creating cache ../config.cache

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
Configuring libiberty...
loading cache ../config.cache

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring opcodes...
loading cache ../config.cache

...omissis...

updating cache ../config.cache
loading cache ../config.cache within ltconfig

...omissis...

creating libtool
updating cache ../config.cache
loading cache ../config.cache

...omissis...

creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring bfd...
loading cache ../config.cache

...omissis...

creating libtool
loading cache ../config.cache

...omissis...

checking for xgettext... (cached) /usr/bin/xgettext
../../binutils-2.11.90.0.8/bfd/configure: ../../binutils-2.11.90.0.8/bfd/po/POTFILES.in: No such file or directory
checking for a BSD compatible install... /usr/bin/install -c
checking for stddef.h... yes

...omissis...

updating cache ../config.cache
creating ./config.status
creating ../binutils.spec
creating Makefile
creating doc/Makefile
creating bfd-in3.h
creating po/Makefile.in
creating config.h
Configuring texinfo...
No configuration information in texinfo
Configuring binutils...
loading cache ../config.cache

...omissis...

updating cache ../config.cache
loading cache ../config.cache within ltconfig

...omissis...

creating libtool
loading cache ../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring ld...
loading cache ../config.cache

...omissis...

creating libtool
loading cache ../config.cache

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring gas...
loading cache ../config.cache

...omissis...

creating libtool
loading cache ../config.cache
checking for gcc... (cached) gcc

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating .gdbinit
creating po/Makefile.in
creating config.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
make[1]: Entering directory `/home/pr/tools/build-binutils/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../../binutils-2.11.90.0.8/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../binutils-2.11.90.0.8/libiberty/argv.c -o pic/argv.o; \
else true; fi

...omissis...

gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.11.90.0.8/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../binutils-2.11.90.0.8/libiberty/mkstemps.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o alloca.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o ternary.o  mkstemps.o
ranlib libiberty.a
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 mkstemps.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o alloca.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o ternary.o > required-list
make[2]: Entering directory `/home/pr/tools/build-binutils/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pr/tools/build-binutils/libiberty/testsuite'
make[1]: Leaving directory `/home/pr/tools/build-binutils/libiberty'
make[1]: Entering directory `/home/pr/tools/build-binutils/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/pr/tools/build-binutils/intl'
make[1]: Entering directory `/home/pr/tools/build-binutils/bfd'
make  all-recursive
make[2]: Entering directory `/home/pr/tools/build-binutils/bfd'
Making all in doc
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd/doc'
Making all in po
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd/po'
( if test 'x../../../binutils-2.11.90.0.8/bfd/po' != 'x.'; then \
    posrcprefix='../../../binutils-2.11.90.0.8/bfd/'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	$posrcprefix& \\\\@" < ../../../binutils-2.11.90.0.8/bfd/po/SRC-POTFILES.in \
	| sed -e '$s/\\$//') > SRC-POTFILES-t \
    && chmod a-w SRC-POTFILES-t \
    && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	../& \\\\@" < ../../../binutils-2.11.90.0.8/bfd/po/BLD-POTFILES.in \
	| sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in:po/Make-in \
     CONFIG_HEADERS= /bin/sh ./config.status
creating po/Makefile.in
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-2.11.90.0.8/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE     -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include  -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/archive.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/archive.c -o archive.o

...omissis...

/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE     -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include  -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/syms.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/syms.c -o syms.o
rm -f targmatch.h
sed -f ../../binutils-2.11.90.0.8/bfd/targmatch.sed < ../../binutils-2.11.90.0.8/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE     -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include  -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl   -W -Wall -g -O2 -c -DDEFAULT_VECTOR=m68kcoff_vec -DSELECT_VECS='&m68kcoff_vec,&versados_vec,&ieee_vec' -DSELECT_ARCHITECTURES='&bfd_m68k_arch' -DHAVE_m68kcoff_vec -DHAVE_versados_vec -DHAVE_ieee_vec ../../binutils-2.11.90.0.8/bfd/targets.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl -W -Wall -g -O2 -c -DDEFAULT_VECTOR=m68kcoff_vec "-DSELECT_VECS=&m68kcoff_vec,&versados_vec,&ieee_vec" "-DSELECT_ARCHITECTURES=&bfd_m68k_arch" -DHAVE_m68kcoff_vec -DHAVE_versados_vec -DHAVE_ieee_vec ../../binutils-2.11.90.0.8/bfd/targets.c -o targets.o

...omissis...

/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE     -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include  -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/cpu-m68k.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/bfd -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/bfd -I../../binutils-2.11.90.0.8/bfd/../include -I../../binutils-2.11.90.0.8/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/bfd/cpu-m68k.c -o cpu-m68k.o
rm -f tofiles
f=""; \
for i in coff-m68k.lo cofflink.lo versados.lo ieee.lo cpu-m68k.lo  ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-2.11.90.0.8/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link gcc -W -Wall -g -O2  -o libbfd.la -rpath /home/pr/usr/m68k/lib -release 2.11.90.0.8  archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo `cat ofiles`  
mkdir .libs
ar cru .libs/libbfd.a  archive.o archures.o bfd.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o coff-m68k.o cofflink.o versados.o ieee.o cpu-m68k.o
ranlib .libs/libbfd.a
creating libbfd.la
(cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  ranlib libbfd.tmp; \
  /bin/sh ../../binutils-2.11.90.0.8/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Entering directory `/home/pr/tools/build-binutils/opcodes'
make  all-recursive
make[2]: Entering directory `/home/pr/tools/build-binutils/opcodes'
Making all in po
make[3]: Entering directory `/home/pr/tools/build-binutils/opcodes/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/opcodes/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd  -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/dis-buf.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/dis-buf.c -o dis-buf.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd  -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl   -W -Wall -g -O2 -c  -DARCH_m68k ../../binutils-2.11.90.0.8/opcodes/disassemble.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl -W -Wall -g -O2 -c -DARCH_m68k ../../binutils-2.11.90.0.8/opcodes/disassemble.c -o disassemble.o
../../binutils-2.11.90.0.8/opcodes/disassemble.c: In function `disassembler_usage':
../../binutils-2.11.90.0.8/opcodes/disassemble.c:325: warning: unused parameter `stream'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd  -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/m68k-dis.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/m68k-dis.c -o m68k-dis.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd  -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/m68k-opc.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/opcodes -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/opcodes -I../bfd -I../../binutils-2.11.90.0.8/opcodes/../include -I../../binutils-2.11.90.0.8/opcodes/../bfd -I../../binutils-2.11.90.0.8/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/opcodes/m68k-opc.c -o m68k-opc.o
/bin/sh ./libtool --mode=link gcc -W -Wall -g -O2  -o libopcodes.la -rpath /home/pr/usr/m68k/lib -release 2.11.90.0.8  dis-buf.lo disassemble.lo m68k-dis.lo m68k-opc.lo  
mkdir .libs
ar cru .libs/libopcodes.a  dis-buf.o disassemble.o m68k-dis.o m68k-opc.o
ranlib .libs/libopcodes.a
creating libopcodes.la
(cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-2.11.90.0.8/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[2]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Entering directory `/home/pr/tools/build-binutils/binutils'
make  all-recursive
make[2]: Entering directory `/home/pr/tools/build-binutils/binutils'
Making all in po
make[3]: Entering directory `/home/pr/tools/build-binutils/binutils/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/binutils/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/binutils'
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/binutils -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/binutils -I../bfd -I../../binutils-2.11.90.0.8/binutils/../bfd -I../../binutils-2.11.90.0.8/binutils/../include  -I../../binutils-2.11.90.0.8/binutils/../intl -I../intl -DLOCALEDIR="\"/home/pr/usr/m68k/share/locale\""   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/binutils/size.c

...omissis...

rm -f ../../binutils-2.11.90.0.8/binutils/cxxfilt.man.pod
sed -e 's/@PROGRAM@/c++filt/' < ../../binutils-2.11.90.0.8/binutils/cxxfilt.man \
	> c++filt.1
make[3]: Leaving directory `/home/pr/tools/build-binutils/binutils'
make[2]: Leaving directory `/home/pr/tools/build-binutils/binutils'
make[1]: Leaving directory `/home/pr/tools/build-binutils/binutils'
make[1]: Entering directory `/home/pr/tools/build-binutils/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/pr/tools/build-binutils/etc'
make[1]: Entering directory `/home/pr/tools/build-binutils/gas'
make  all-recursive
make[2]: Entering directory `/home/pr/tools/build-binutils/gas'
Making all in doc
make[3]: Entering directory `/home/pr/tools/build-binutils/gas/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/gas/doc'
Making all in po
make[3]: Entering directory `/home/pr/tools/build-binutils/gas/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/gas/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/gas'
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/gas -I../bfd -I../../binutils-2.11.90.0.8/gas/config -I../../binutils-2.11.90.0.8/gas/../include -I../../binutils-2.11.90.0.8/gas/.. -I../../binutils-2.11.90.0.8/gas/../bfd -I../../binutils-2.11.90.0.8/gas/../intl -I../intl -DLOCALEDIR="\"/home/pr/usr/m68k/share/locale\""   -W -Wall -g -O2 -c ../../binutils-2.11.90.0.8/gas/app.c

...omissis...

gcc -W -Wall -g -O2 -o gasp-new gasp.o macro.o sb.o hash.o  ../libiberty/libiberty.a
make[3]: Leaving directory `/home/pr/tools/build-binutils/gas'
make[2]: Leaving directory `/home/pr/tools/build-binutils/gas'
make[1]: Leaving directory `/home/pr/tools/build-binutils/gas'
make[1]: Entering directory `/home/pr/tools/build-binutils/ld'
make  all-recursive
make[2]: Entering directory `/home/pr/tools/build-binutils/ld'
Making all in po
make[3]: Entering directory `/home/pr/tools/build-binutils/ld/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/ld/po'
make[3]: Entering directory `/home/pr/tools/build-binutils/ld'
/bin/sh ../../binutils-2.11.90.0.8/ld/../ylwrap "bison -y" ../../binutils-2.11.90.0.8/ld/ldgram.y y.tab.c ldgram.c y.tab.h ldgram.h --  -d
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.90.0.8/ld -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.90.0.8/ld -I../bfd -I../../binutils-2.11.90.0.8/ld/../bfd -I../../binutils-2.11.90.0.8/ld/../include -I../../binutils-2.11.90.0.8/ld/../intl -I../intl  -g -O2 -DLOCALEDIR="\"/home/pr/usr/m68k/share/locale\""   -W -Wall -g -O2 -c ldgram.c
flex   ../../binutils-2.11.90.0.8/ld/ldlex.l && mv lex.yy.c ldlex.c

...omissis...

gcc -W -Wall -g -O2 -o ld-new ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o em68kcoff.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
touch ../../binutils-2.11.90.0.8/ld/ld.1
perl ../../binutils-2.11.90.0.8/ld/../etc/texi2pod.pl -Dman < ../../binutils-2.11.90.0.8/ld/ld.texinfo > ld.pod
(pod2man --center="GNU" --release="binutils-2.11.90.0.8" --section=1 ld.pod | \
	sed -e '/^.if n .na/d' > ../../binutils-2.11.90.0.8/ld/ld.1.T$$ && \
	mv -f ../../binutils-2.11.90.0.8/ld/ld.1.T$$ ../../binutils-2.11.90.0.8/ld/ld.1) || \
	(rm -f ../../binutils-2.11.90.0.8/ld/ld.1.T$$ && exit 1)
make[3]: Leaving directory `/home/pr/tools/build-binutils/ld'
make[2]: Leaving directory `/home/pr/tools/build-binutils/ld'
make[1]: Leaving directory `/home/pr/tools/build-binutils/ld'
/bin/sh ../binutils-2.11.90.0.8/mkinstalldirs /home/pr/usr/m68k /home/pr/usr/m68k
make[1]: Entering directory `/home/pr/tools/build-binutils/bfd'
Making install in doc
make[2]: Entering directory `/home/pr/tools/build-binutils/bfd/doc'
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd/doc'
make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd/doc'
Making install in po
make[2]: Entering directory `/home/pr/tools/build-binutils/bfd/po'
if test -r ../../../binutils-2.11.90.0.8/bfd/po/../../mkinstalldirs; then \
  ../../../binutils-2.11.90.0.8/bfd/po/../../mkinstalldirs /home/pr/usr/m68k/share; \
else \
  ../../../binutils-2.11.90.0.8/bfd/mkinstalldirs /home/pr/usr/m68k/share; \
fi
mkdir /home/pr/usr/m68k/share
if test "bfd" = "gettext"; then \
  if test -r ../../../binutils-2.11.90.0.8/bfd/po/../../mkinstalldirs; then \
    ../../../binutils-2.11.90.0.8/bfd/po/../../mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  else \
    ../../../binutils-2.11.90.0.8/bfd/mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  fi; \
  /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../../binutils-2.11.90.0.8/bfd/po/Makefile.in.in \
		  /home/pr/usr/m68k/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/bfd'
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd'
/bin/sh ../../binutils-2.11.90.0.8/bfd/../mkinstalldirs /home/pr/usr/m68k/lib
mkdir /home/pr/usr/m68k/lib
/bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c libbfd.la /home/pr/usr/m68k/lib/libbfd.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libbfd.lai /home/pr/usr/m68k/lib/libbfd.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libbfd.a /home/pr/usr/m68k/lib/libbfd.a
ranlib /home/pr/usr/m68k/lib/libbfd.a
chmod 644 /home/pr/usr/m68k/lib/libbfd.a
PATH="$PATH:/sbin" ldconfig -n /home/pr/usr/m68k/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/m68k/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../../binutils-2.11.90.0.8/bfd/../mkinstalldirs /home/pr/usr/m68k/include
mkdir /home/pr/usr/m68k/include
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 bfd.h /home/pr/usr/m68k/include/bfd.h
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../binutils-2.11.90.0.8/bfd/../include/ansidecl.h /home/pr/usr/m68k/include/ansidecl.h
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../binutils-2.11.90.0.8/bfd/../include/bfdlink.h /home/pr/usr/m68k/include/bfdlink.h
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Entering directory `/home/pr/tools/build-binutils/opcodes'
Making install in po
make[2]: Entering directory `/home/pr/tools/build-binutils/opcodes/po'
if test -r ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs; then \
  ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs /home/pr/usr/m68k/share; \
else \
  ../../../binutils-2.11.90.0.8/opcodes/mkinstalldirs /home/pr/usr/m68k/share; \
fi
if test "opcodes" = "gettext"; then \
  if test -r ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs; then \
    ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  else \
    ../../../binutils-2.11.90.0.8/opcodes/mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  fi; \
  /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../../binutils-2.11.90.0.8/opcodes/po/Makefile.in.in \
		  /home/pr/usr/m68k/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/home/pr/tools/build-binutils/opcodes/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/opcodes'
make[3]: Entering directory `/home/pr/tools/build-binutils/opcodes'
/bin/sh ../../binutils-2.11.90.0.8/opcodes/../mkinstalldirs /home/pr/usr/m68k/lib
/bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c libopcodes.la /home/pr/usr/m68k/lib/libopcodes.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libopcodes.lai /home/pr/usr/m68k/lib/libopcodes.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libopcodes.a /home/pr/usr/m68k/lib/libopcodes.a
ranlib /home/pr/usr/m68k/lib/libopcodes.a
chmod 644 /home/pr/usr/m68k/lib/libopcodes.a
PATH="$PATH:/sbin" ldconfig -n /home/pr/usr/m68k/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/m68k/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[2]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Entering directory `/home/pr/tools/build-binutils/binutils'
Making install in po
make[2]: Entering directory `/home/pr/tools/build-binutils/binutils/po'
if test -r ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs; then \
  ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs /home/pr/usr/m68k/share; \
else \
  ../../../binutils-2.11.90.0.8/binutils/mkinstalldirs /home/pr/usr/m68k/share; \
fi
if test "binutils" = "gettext"; then \
  if test -r ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs; then \
    ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  else \
    ../../../binutils-2.11.90.0.8/binutils/mkinstalldirs /home/pr/usr/m68k/share/gettext/po; \
  fi; \
  /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../../binutils-2.11.90.0.8/binutils/po/Makefile.in.in \
		  /home/pr/usr/m68k/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/home/pr/tools/build-binutils/binutils/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/binutils'
make[3]: Entering directory `/home/pr/tools/build-binutils/binutils'
/bin/sh ../../binutils-2.11.90.0.8/binutils/../mkinstalldirs /home/pr/usr/m68k/bin
mkdir /home/pr/usr/m68k/bin
 /bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c  size /home/pr/usr/m68k/bin/m68k-coff-size
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c size /home/pr/usr/m68k/bin/m68k-coff-size

...omissis...

/bin/sh ../../binutils-2.11.90.0.8/binutils/../mkinstalldirs /home/pr/usr/m68k/m68k-coff/bin
mkdir /home/pr/usr/m68k/m68k-coff/bin
for i in nm-new strip-new ar ranlib dlltool; do \
  if [ -f $i ]; then \
    j=`echo $i | sed -e 's/-new//'`; \
    k=`echo $j | sed 's,^,m68k-coff-,; '`; \
    if [ "/home/pr/usr/m68k/bin/$k" != "/home/pr/usr/m68k/m68k-coff/bin/$j" ]; then \
      rm -f /home/pr/usr/m68k/m68k-coff/bin/$j; \
      ln /home/pr/usr/m68k/bin/$k /home/pr/usr/m68k/m68k-coff/bin/$j >/dev/null 2>/dev/null \
	|| /bin/sh ./libtool --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c  $i /home/pr/usr/m68k/m68k-coff/bin/$j; \
    fi; \
  else true; \
  fi; \
done
make  install-man1
make[4]: Entering directory `/home/pr/tools/build-binutils/binutils'
/bin/sh ../../binutils-2.11.90.0.8/binutils/../mkinstalldirs /home/pr/usr/m68k/man/man1
mkdir /home/pr/usr/m68k/man
mkdir /home/pr/usr/m68k/man/man1
 /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../binutils-2.11.90.0.8/binutils/addr2line.1 /home/pr/usr/m68k/man/man1/m68k-coff-addr2line.1

...omissis...

 /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 c++filt.1 /home/pr/usr/m68k/man/man1/m68k-coff-c++filt.1
make[4]: Leaving directory `/home/pr/tools/build-binutils/binutils'

...omissis...

Building gcc-core.
Configuring for a i686-pc-linux-gnu host.
Copying no to /home/pr/usr/m68k/m68k-coff/sys-include
../gcc-3.0.1-core/configure: cd: no: File o directory inesistente
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava target-libstdc++-v3 target-libf2c zlib fastjar target-libobjc
    (Any other directories should still work fine.)
Created "Makefile" in /home/pr/tools/build-gcc-core
Configuring libiberty...
creating cache ../config.cache

...omissis...

creating config.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... m68k-unknown-coff
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc

...omissis...

Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler for m68k-unknown-coff
  from i686-pc-linux-gnu.
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
make[1]: Entering directory `/home/pr/tools/build-gcc-core/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../../gcc-3.0.1-core/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.0.1-core/libiberty/argv.c -o pic/argv.o; \
else true; fi

...omissis...

rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.o 
ranlib libiberty.a
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 mkstemps.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/home/pr/tools/build-gcc-core/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pr/tools/build-gcc-core/libiberty/testsuite'
make[1]: Leaving directory `/home/pr/tools/build-gcc-core/libiberty'
make[1]: Entering directory `/home/pr/tools/build-gcc-core/gcc'
HEADERS="auto-host.h gansidecl.h  i386/xm-i386.h defaults.h hwint.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0.1-core/gcc/mkconfig.sh config.h
HEADERS="gansidecl.h m68k/m68k-coff.h dbx.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0.1-core/gcc/mkconfig.sh tm.h
HEADERS="auto-host.h gansidecl.h  i386/xm-i386.h defaults.h hwint.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0.1-core/gcc/mkconfig.sh hconfig.h
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.1-core/gcc -I../../gcc-3.0.1-core/gcc/. -I../../gcc-3.0.1-core/gcc/config -I../../gcc-3.0.1-core/gcc/../include ../../gcc-3.0.1-core/gcc/gengenrtl.c
rm -f obstack.c
ln -s ../../gcc-3.0.1-core/gcc/../libiberty/obstack.c obstack.c

...omissis...

Building newlib.
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/pr/tools/build-newlib
Configuring texinfo...
No configuration information in texinfo
Configuring etc...
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c
updating cache ../config.cache
creating ./config.status
creating Makefile
make[1]: Entering directory `/home/pr/tools/build-newlib/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/pr/tools/build-newlib/etc'
Configuring in m68k-coff/newlib
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c

...omissis...

touch stmp-targ-include
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2  -m68000" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "LDFLAGS=-m68000" "LIBCFLAGS=-g -O2  -m68000" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo    " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/pr/usr/m68k" "infodir=/home/pr/usr/m68k/info" "libdir=/home/pr/usr/m68k/lib" "prefix=/home/pr/usr/m68k" "tooldir=/home/pr/usr/m68k/m68k-coff" "AR=m68k-coff-ar" "AS=m68k-coff-as" "CC=m68k-coff-gcc -B/home/pr/tools/build-newlib/m68k-coff/newlib/ -isystem /home/pr/tools/build-newlib/m68k-coff/newlib/targ-include -isystem /home/pr/tools/newlib-1.9.0/newlib/libc/include" "LD=m68k-coff-ld" "LIBCFLAGS=-g -O2  -m68000" "NM=m68k-coff-nm" "PICFLAG=" "RANLIB=m68k-coff-ranlib" "DESTDIR=" DO=all multi-do
Making all in libc
make[4]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/m68000/newlib/libc'
Making all in stdlib
make[5]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/m68000/newlib/libc/stdlib'
m68k-coff-gcc -B/home/pr/tools/build-newlib/m68k-coff/newlib/ -isystem /home/pr/tools/build-newlib/m68k-coff/newlib/targ-include -isystem /home/pr/tools/newlib-1.9.0/newlib/libc/include -DPACKAGE=\"newlib\" -DVERSION=\"1.9.0\"  -I. -I../../../../../../newlib-1.9.0/newlib/libc/stdlib  -O2 -DMISSING_SYSCALL_NAMES -I../../targ-include -I../../../../../../newlib-1.9.0/newlib/libc/../libc/include -fno-builtin      -g -O2  -m68000 -c ../../../../../../newlib-1.9.0/newlib/libc/stdlib/__adjust.c

...omissis...

make[1]: Leaving directory `/home/pr/tools/build-newlib/etc'
make[1]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/libgloss'
rootpre=`pwd`/; export rootpre; \
srcrootpre=`cd ../../../newlib-1.9.0/libgloss; pwd`/; export srcrootpre; \
make DO=install-info DODIRS=doc "CC=m68k-coff-gcc -B/home/pr/tools/build-newlib/m68k-coff/newlib/ -isystem /home/pr/tools/build-newlib/m68k-coff/newlib/targ-include -isystem /home/pr/tools/newlib-1.9.0/newlib/libc/include" "CFLAGS=-g -O2" "AR=m68k-coff-ar" "RANLIB=m68k-coff-ranlib" "AR_FLAGS=rc" "MAKEINFO=makeinfo " "AS=m68k-coff-as" "LD=m68k-coff-ld" "CROSS_CFLAGS=" "TARGET_CFLAGS=" "exec_prefix=/home/pr/usr/m68k" "prefix=/home/pr/usr/m68k" "tooldir=/home/pr/usr/m68k/m68k-coff" "INSTALL=/bin/sh /home/pr/tools/newlib-1.9.0/install-sh -c" "INSTALL_PROGRAM=/bin/sh /home/pr/tools/newlib-1.9.0/install-sh -c " "INSTALL_DATA=/bin/sh /home/pr/tools/newlib-1.9.0/install-sh -c -m 644" subdir_do
make[2]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/libgloss'
make[3]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/libgloss/doc'
for i in *.info* ; do \
	/bin/sh /home/pr/tools/newlib-1.9.0/install-sh -c -m 644 $i /home/pr/usr/m68k/info/$i ; \
done
make[3]: Leaving directory `/home/pr/tools/build-newlib/m68k-coff/libgloss/doc'
make[2]: Leaving directory `/home/pr/tools/build-newlib/m68k-coff/libgloss'
make[1]: Leaving directory `/home/pr/tools/build-newlib/m68k-coff/libgloss'
make[1]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/newlib'
Making install-info in libc
make[2]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/newlib/libc'
Making install-info in stdlib
make[3]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/newlib/libc/stdlib'
make[3]: Nothing to be done for `install-info'.
make[3]: Leaving directory `/home/pr/tools/build-newlib/m68k-coff/newlib/libc/stdlib'
Making install-info in ctype
make[3]: Entering directory `/home/pr/tools/build-newlib/m68k-coff/newlib/libc/ctype'
make[3]: Nothing to be done for `install-info'.
make[3]: Leaving directory `/home/pr/tools/build-newlib/m68k-coff/newlib/libc/ctype'

...omissis...

Building gcc.
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava target-libf2c zlib fastjar target-libobjc
    (Any other directories should still work fine.)
Created "Makefile" in /home/pr/tools/build-gcc
Configuring libiberty...
creating cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes

...omissis...

gcc -o c++filt -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  \
  cxxmain.o underscore.o obstack.o         ../libiberty/libiberty.a
make[1]: Leaving directory `/home/pr/tools/build-gcc/gcc'
Configuring in m68k-coff/libstdc++-v3
creating cache ../config.cache
checking host system type... m68k-unknown-coff
checking target system type... m68k-unknown-coff
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

...omissis...

creating config.h
linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=m68000

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir m5200
pwd: /home/pr/tools/build-gcc/m68k-coff
mkdir m5200
creating cache ../config.cache
checking host system type... m68k-unknown-coff
checking target system type... m68k-unknown-coff
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=m5200

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir mcpu32
pwd: /home/pr/tools/build-gcc/m68k-coff
mkdir mcpu32
creating cache ../config.cache
checking host system type... m68k-unknown-coff
checking target system type... m68k-unknown-coff
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=mcpu32

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir msoft-float
pwd: /home/pr/tools/build-gcc/m68k-coff
mkdir msoft-float
creating cache ../config.cache
checking host system type... m68k-unknown-coff
checking target system type... m68k-unknown-coff
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=msoft-float

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.


Please make certain that you read the installation information here:
  faster => ../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Configuring in m68k-coff/libiberty
loading cache ../config.cache
checking host system type... m68k-unknown-coff

...omissis...

checking build system type... i686-pc-linux-gnu
checking for m68k-coff-ar... (cached) m68k-coff-ar
checking for m68k-coff-ranlib... (cached) m68k-coff-ranlib
checking for gcc... (cached) /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/ -B/home/pr/usr/m68k/m68k-coff/lib/ -isystem /home/pr/usr/m68k/m68k-coff/include
checking whether we are using GNU C... (cached) yes
checking whether /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/ -B/home/pr/usr/m68k/m68k-coff/lib/ -isystem /home/pr/usr/m68k/m68k-coff/include accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/ -B/home/pr/usr/m68k/m68k-coff/lib/ -isystem /home/pr/usr/m68k/m68k-coff/include -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... no
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... no
checking for fcntl.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 whether the C compiler (/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/m68k/m68k-coff/bin/ -B/home/pr/usr/m68k/m68k-coff/lib/ -isystem /home/pr/usr/m68k/m68k-coff/include -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
make: *** [configure-target-libiberty] Error 1
-------------- next part --------------
Linux crosscompiler building script,
revision : build-crossgcc.sh,v 1.13 2001/06/21 19:43:13 bgat Exp $


Building for:
    --target=powerpc-eabi
    --prefix=/home/pr/usr/mppc
    tarballs are at /home/pr/tools

Building binutils.
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/pr/tools/build-binutils
Configuring intl...
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c

...omissis...

make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/bfd'
make[3]: Entering directory `/home/pr/tools/build-binutils/bfd'
/bin/sh ../../binutils-2.11.90.0.8/bfd/../mkinstalldirs /home/pr/usr/mppc/lib
mkdir /home/pr/usr/mppc/lib
/bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c libbfd.la /home/pr/usr/mppc/lib/libbfd.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libbfd.lai /home/pr/usr/mppc/lib/libbfd.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libbfd.a /home/pr/usr/mppc/lib/libbfd.a
ranlib /home/pr/usr/mppc/lib/libbfd.a
chmod 644 /home/pr/usr/mppc/lib/libbfd.a
PATH="$PATH:/sbin" ldconfig -n /home/pr/usr/mppc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/mppc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../../binutils-2.11.90.0.8/bfd/../mkinstalldirs /home/pr/usr/mppc/include
mkdir /home/pr/usr/mppc/include
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 bfd.h /home/pr/usr/mppc/include/bfd.h
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../binutils-2.11.90.0.8/bfd/../include/ansidecl.h /home/pr/usr/mppc/include/ansidecl.h
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../binutils-2.11.90.0.8/bfd/../include/bfdlink.h /home/pr/usr/mppc/include/bfdlink.h
make[3]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[2]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Leaving directory `/home/pr/tools/build-binutils/bfd'
make[1]: Entering directory `/home/pr/tools/build-binutils/opcodes'
Making install in po
make[2]: Entering directory `/home/pr/tools/build-binutils/opcodes/po'
if test -r ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs; then \
  ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs /home/pr/usr/mppc/share; \
else \
  ../../../binutils-2.11.90.0.8/opcodes/mkinstalldirs /home/pr/usr/mppc/share; \
fi
if test "opcodes" = "gettext"; then \
  if test -r ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs; then \
    ../../../binutils-2.11.90.0.8/opcodes/po/../../mkinstalldirs /home/pr/usr/mppc/share/gettext/po; \
  else \
    ../../../binutils-2.11.90.0.8/opcodes/mkinstalldirs /home/pr/usr/mppc/share/gettext/po; \
  fi; \
  /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../../binutils-2.11.90.0.8/opcodes/po/Makefile.in.in \
		  /home/pr/usr/mppc/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/home/pr/tools/build-binutils/opcodes/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/opcodes'
make[3]: Entering directory `/home/pr/tools/build-binutils/opcodes'
/bin/sh ../../binutils-2.11.90.0.8/opcodes/../mkinstalldirs /home/pr/usr/mppc/lib
/bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c libopcodes.la /home/pr/usr/mppc/lib/libopcodes.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libopcodes.lai /home/pr/usr/mppc/lib/libopcodes.la
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c .libs/libopcodes.a /home/pr/usr/mppc/lib/libopcodes.a
ranlib /home/pr/usr/mppc/lib/libopcodes.a
chmod 644 /home/pr/usr/mppc/lib/libopcodes.a
PATH="$PATH:/sbin" ldconfig -n /home/pr/usr/mppc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/mppc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[2]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Leaving directory `/home/pr/tools/build-binutils/opcodes'
make[1]: Entering directory `/home/pr/tools/build-binutils/binutils'
Making install in po
make[2]: Entering directory `/home/pr/tools/build-binutils/binutils/po'
if test -r ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs; then \
  ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs /home/pr/usr/mppc/share; \
else \
  ../../../binutils-2.11.90.0.8/binutils/mkinstalldirs /home/pr/usr/mppc/share; \
fi
if test "binutils" = "gettext"; then \
  if test -r ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs; then \
    ../../../binutils-2.11.90.0.8/binutils/po/../../mkinstalldirs /home/pr/usr/mppc/share/gettext/po; \
  else \
    ../../../binutils-2.11.90.0.8/binutils/mkinstalldirs /home/pr/usr/mppc/share/gettext/po; \
  fi; \
  /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c -m 644 ../../../binutils-2.11.90.0.8/binutils/po/Makefile.in.in \
		  /home/pr/usr/mppc/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/home/pr/tools/build-binutils/binutils/po'
make[2]: Entering directory `/home/pr/tools/build-binutils/binutils'
make[3]: Entering directory `/home/pr/tools/build-binutils/binutils'
/bin/sh ../../binutils-2.11.90.0.8/binutils/../mkinstalldirs /home/pr/usr/mppc/bin
mkdir /home/pr/usr/mppc/bin
 /bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c  size /home/pr/usr/mppc/bin/powerpc-eabi-size
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c size /home/pr/usr/mppc/bin/powerpc-eabi-size
 /bin/sh ./libtool  --mode=install /bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c  objdump /home/pr/usr/mppc/bin/powerpc-eabi-objdump
/bin/sh /home/pr/tools/binutils-2.11.90.0.8/install-sh -c objdump /home/pr/usr/mppc/bin/powerpc-eabi-objdump

...omissis...

Building newlib.
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/pr/tools/build-newlib
Configuring texinfo...
No configuration information in texinfo
Configuring etc...
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c
updating cache ../config.cache
creating ./config.status
creating Makefile
make[1]: Entering directory `/home/pr/tools/build-newlib/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/pr/tools/build-newlib/etc'
Configuring in powerpc-eabi/newlib
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... powerpc-unknown-eabi
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found

...omissis...

Making install-info in .
make[2]: Entering directory `/home/pr/tools/build-newlib/powerpc-eabi/newlib'
make[2]: Nothing to be done for `install-info-am'.
make[2]: Leaving directory `/home/pr/tools/build-newlib/powerpc-eabi/newlib'
make[1]: Leaving directory `/home/pr/tools/build-newlib/powerpc-eabi/newlib'
if [ -f ../newlib-1.9.0/texinfo/gen-info-dir ] ; then \
  ../newlib-1.9.0/texinfo/gen-info-dir /home/pr/usr/mppc/info ../newlib-1.9.0/texinfo/dir.info-template > dir.info.new ; \
  mv -f dir.info.new dir.info ; \
else true ; \
fi
s=`cd ../newlib-1.9.0; pwd`; export s; \
if [ -f dir.info ] ; then \
  /bin/sh $s/install-sh -c -m 644 dir.info /home/pr/usr/mppc/info/dir.info ; \
else true ; fi

Building gcc.
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava target-libf2c zlib fastjar target-libobjc
    (Any other directories should still work fine.)
Created "Makefile" in /home/pr/tools/build-gcc
Configuring libiberty...
creating cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=nof

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir le
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir le
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=le

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir ca
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir ca
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=ca

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir und
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir und
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu

...omissis...

linking ../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=und

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir le/und
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir le/und
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes

...omissis...

linking ../../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=le/und

Please make certain that you read the installation information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir nof/le
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir nof/le
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi

...omissis...

linking ../../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=nof/le

Please make certain that you read the installation information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir nof/ca
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir nof/ca
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi

...omissis...

linking ../../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=nof/ca

Please make certain that you read the installation information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir nof/und
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir nof/und
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

...omissis...

linking ../../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=nof/und

Please make certain that you read the installation information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Running configure in multilib subdir nof/le/und
pwd: /home/pr/tools/build-gcc/powerpc-eabi
mkdir nof/le/und
creating cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking target system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu
checking whether ln -s works... yes

...omissis...

linking ../../../../../../gcc-3.0.1/libstdc++-v3/config/basic_file_stdio.cc to src/basic_file.cc
linking ../../../../../../gcc-3.0.1/libstdc++-v3/config/c_locale_generic.cc to src/c++locale.cc
Adding multilib support to Makefile in ../../../../../../gcc-3.0.1/libstdc++-v3
with_multisubdir=nof/le/und

Please make certain that you read the installation information here:
  faster => ../../../../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.


Please make certain that you read the installation information here:
  faster => ../../../gcc-3.0.1/libstdc++-v3/docs/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../gcc-3.0.1/libstdc++-v3/docs/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

Configuring in powerpc-eabi/libiberty
loading cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu
checking for powerpc-eabi-ar... (cached) powerpc-eabi-ar
checking for powerpc-eabi-ranlib... (cached) powerpc-eabi-ranlib
checking for gcc... (cached) /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include
checking whether we are using GNU C... (cached) yes

...omissis...

updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in ../../../gcc-3.0.1/libiberty
multidirs=nof le ca und le/und nof/le nof/ca nof/und nof/le/und
with_multisubdir=
Running configure in multilib subdirs nof le ca und le/und nof/le nof/ca nof/und nof/le/und
pwd: /home/pr/tools/build-gcc/powerpc-eabi/libiberty
Running configure in multilib subdir nof
pwd: /home/pr/tools/build-gcc/powerpc-eabi
loading cache ../config.cache
checking host system type... powerpc-unknown-eabi
checking build system type... i686-pc-linux-gnu
checking for powerpc-eabi-ar... (cached) powerpc-eabi-ar
checking for powerpc-eabi-ranlib... (cached) powerpc-eabi-ranlib
checking for gcc... (cached) /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align
checking whether we are using GNU C... (cached) yes

...omissis...

/bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c .libs/libsupc++.a /home/pr/usr/mppc/powerpc-eabi/lib/libsupc++.a
powerpc-eabi-ranlib /home/pr/usr/mppc/powerpc-eabi/lib/libsupc++.a
chmod 644 /home/pr/usr/mppc/powerpc-eabi/lib/libsupc++.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/mppc/powerpc-eabi/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../../../../gcc-3.0.1/libstdc++-v3/../mkinstalldirs /home/pr/usr/mppc/include/g++-v3
 /bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644 ../../../../gcc-3.0.1/libstdc++-v3/libsupc++/exception /home/pr/usr/mppc/include/g++-v3/exception
 /bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644 ../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new /home/pr/usr/mppc/include/g++-v3/new
 /bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644 ../../../../gcc-3.0.1/libstdc++-v3/libsupc++/typeinfo /home/pr/usr/mppc/include/g++-v3/typeinfo
 /bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644 ../../../../gcc-3.0.1/libstdc++-v3/libsupc++/cxxabi.h /home/pr/usr/mppc/include/g++-v3/cxxabi.h
 /bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644 ../../../../gcc-3.0.1/libstdc++-v3/libsupc++/exception_defines.h /home/pr/usr/mppc/include/g++-v3/exception_defines.h
make[3]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/libsupc++'
make[2]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/libsupc++'
Making install in src
make[2]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++  -L/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -nostdinc++ 	-I/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/include 	-I../../../../gcc-3.0.1/libstdc++-v3/libsupc++  -I../../../../gcc-3.0.1/libstdc++-v3/libmath 	 	         -g -O2 -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c basic_file.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -nostdinc++ -I/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/include -I../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -I../../../../gcc-3.0.1/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c basic_file.cc -o basic_file.o

...omissis...

powerpc-eabi-ranlib /home/pr/usr/mppc/powerpc-eabi/lib/libstdc++.a
chmod 644 /home/pr/usr/mppc/powerpc-eabi/lib/libstdc++.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/pr/usr/mppc/powerpc-eabi/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src'
make[2]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/src'
Making install in testsuite
make[2]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/testsuite'
make[3]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/testsuite'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/testsuite'
make[2]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3/testsuite'
make[2]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make "AR_FLAGS=rc" 	"CC_FOR_BUILD=gcc" 	"CC_FOR_TARGET=/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include" 	"CFLAGS=-g -O2" 	"CXXFLAGS=-g -O2" 	"CFLAGS_FOR_BUILD=" 	"CFLAGS_FOR_TARGET=-g -O2" 	"INSTALL=/bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c" 	"INSTALL_DATA=/bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c -m 644" 	"INSTALL_PROGRAM=/bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c " 	"INSTALL_SCRIPT=/bin/sh /home/pr/tools/gcc-3.0.1/install-sh -c" 	"LDFLAGS=" 	"LIBCFLAGS=-g -O2" 	"LIBCFLAGS_FOR_TARGET=-g -O2" 	"MAKE=make" 	"MAKEINFO=makeinfo   " 	"PICFLAG=" 	"PICFLAG_FOR_TARGET=" 	"SHELL=/bin/sh" 	"RUNTESTFLAGS=" 	"exec_prefix=/home/pr/usr/mppc" 	"infodir=/home/pr/usr/mppc/info" 	"libdir=/home/pr/usr/mppc/lib" 	"includedir=/home/pr/usr/mppc/include" 	"prefix=/home/pr/usr/mppc" 	"tooldir=/home/pr/usr/mppc/powerpc-eabi" 	"AR=powerpc-eabi-ar" 	"AS=/home/pr/usr/mppc/powerpc-eabi/bin/as" 	"LD=/home/pr/usr/mppc/powerpc-eabi/bin/ld" 	"LIBCFLAGS=-g -O2" 	"PICFLAG=" 	"RANLIB=powerpc-eabi-ranlib" 	"NM=/home/pr/usr/mppc/powerpc-eabi/bin/nm" 	"NM_FOR_BUILD=" 	"NM_FOR_TARGET=/home/pr/usr/mppc/powerpc-eabi/bin/nm" 	"DESTDIR=" 	"WERROR="  DO=all multi-do
make[3]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'

...omissis...

if [ -z "nof le ca und le/und nof/le nof/ca nof/und nof/le/und" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd ../../../gcc-3.0.1/libstdc++-v3; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make  \
			CFLAGS="-g -O2 ${flags}" \
			prefix="/home/pr/usr/mppc" \
			exec_prefix="/home/pr/usr/mppc" \
			GCJFLAGS="@GCJFLAGS@ ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[4]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
make "AR_FLAGS=rc" 	"CC_FOR_BUILD=gcc" 	"CC_FOR_TARGET=/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include" 	"CFLAGS=-g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align" 	"CXXFLAGS=-g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align" 	"CFLAGS_FOR_BUILD=" 	"CFLAGS_FOR_TARGET=-g -O2" 	"INSTALL=/usr/bin/install -c" 	"INSTALL_DATA=/usr/bin/install -c -m 644" 	"INSTALL_PROGRAM=/usr/bin/install -c " 	"INSTALL_SCRIPT=/usr/bin/install -c " 	"LDFLAGS=-msoft-float -mrelocatable-lib -mno-eabi -mstrict-align" 	"LIBCFLAGS=-g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align" 	"LIBCFLAGS_FOR_TARGET=-g -O2" 	"MAKE=make" 	"MAKEINFO=makeinfo " 	"PICFLAG=" 	"PICFLAG_FOR_TARGET=" 	"SHELL=/bin/sh" 	"RUNTESTFLAGS=" 	"exec_prefix=/home/pr/usr/mppc" 	"infodir=/home/pr/usr/mppc/info" 	"libdir=/home/pr/usr/mppc/lib" 	"includedir=/home/pr/usr/mppc/include" 	"prefix=/home/pr/usr/mppc" 	"tooldir=/home/pr/usr/mppc/powerpc-eabi" 	"AR=powerpc-eabi-ar" 	"AS=/home/pr/usr/mppc/powerpc-eabi/bin/as" 	"LD=/home/pr/usr/mppc/powerpc-eabi/bin/ld" 	"LIBCFLAGS=-g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align" 	"PICFLAG=" 	"RANLIB=powerpc-eabi-ranlib" 	"NM=/home/pr/usr/mppc/powerpc-eabi/bin/nm" 	"NM_FOR_BUILD=" 	"NM_FOR_TARGET=/home/pr/usr/mppc/powerpc-eabi/bin/nm" 	"DESTDIR=" 	"WERROR="  all-recursive
make[5]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
Making all in include
make[6]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include'
echo `date` > stamp-powerpc-eabi
sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < /home/pr/tools/gcc-3.0.1/libstdc++-v3/../gcc/gthr.h > powerpc-eabi/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    < /home/pr/tools/gcc-3.0.1/libstdc++-v3/../gcc/gthr-single.h > powerpc-eabi/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
    < /home/pr/tools/gcc-3.0.1/libstdc++-v3/../gcc/gthr-single.h > powerpc-eabi/bits/gthr-default.h
make[6]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include'
Making all in libio
make[6]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libio'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libio'
Making all in libmath
make[6]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libmath'
/bin/sh ../libtool --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I..      -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/signbit.c
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I.. -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/signbit.c -o signbit.o
/bin/sh ../libtool --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I..      -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/signbitf.c
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I.. -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/signbitf.c -o signbitf.o
/bin/sh ../libtool --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I..      -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/stubs.c
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.0.1/libstdc++-v3/libmath -I.. -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -c ../../../../../gcc-3.0.1/libstdc++-v3/libmath/stubs.c -o stubs.o
/bin/sh ../libtool --mode=link "/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align"  -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -o libmath.la   signbit.lo signbitf.lo stubs.lo   
mkdir .libs
powerpc-eabi-ar cru .libs/libmath.a  signbit.o signbitf.o stubs.o
powerpc-eabi-ranlib .libs/libmath.a
creating libmath.la
(cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la)
make[6]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libmath'
Making all in libsupc++
make[6]: Entering directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_op.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_op.cc -o del_op.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opnt.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opnt.cc -o del_opnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opv.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opv.cc -o del_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opvnt.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/del_opvnt.cc -o del_opvnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_alloc.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_aux_runtime.cc -o eh_aux_runtime.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_catch.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_catch.cc -o eh_catch.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_exception.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_exception.cc -o eh_exception.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_globals.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_globals.cc -o eh_globals.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_personality.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_personality.cc -o eh_personality.o
../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_personality.cc: In function 
   `void __cxa_call_unexpected(_Unwind_Exception*)':
../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_personality.cc:403: warning: new
   declaration `void __cxa_call_unexpected(_Unwind_Exception*)'
../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_personality.cc:403: warning: ambiguates
   built-in declaration `void __cxa_call_unexpected(void*)'
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_terminate.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_terminate.cc -o eh_terminate.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_throw.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_throw.cc -o eh_throw.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new_handler.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new_handler.cc -o new_handler.o
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include 	-I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ 	         -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-g    -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new_op.cc
/home/pr/tools/build-gcc/gcc/xgcc -B/home/pr/tools/build-gcc/gcc/ -nostdinc++ -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src -L/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/src/.libs -B/home/pr/usr/mppc/powerpc-eabi/bin/ -B/home/pr/usr/mppc/powerpc-eabi/lib/ -isystem /home/pr/usr/mppc/powerpc-eabi/include -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -I../../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../../gcc-3.0.1/libstdc++-v3/../include -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include/powerpc-eabi -I/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/include -I../../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.0.1/libstdc++-v3/libsupc++/new_op.cc -o new_op.o
/home/pr/tmp/ccQvYUm9.s: Assembler messages:
/home/pr/tmp/ccQvYUm9.s:234: Error: Relocation cannot be done when using -mrelocatable
make[6]: *** [new_op.lo] Error 1
make[6]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3/libsupc++'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
make[4]: *** [all-recursive-am] Error 2
make[4]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/nof/libstdc++-v3'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pr/tools/build-gcc/powerpc-eabi/libstdc++-v3'
make: *** [install-target-libstdc++-v3] Error 2


More information about the crossgcc mailing list