This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

2.95.3 build problem (PowerPC, if it matters)



Hi,

I'm building on a cross-compiler for PowerPC.

Making binutils (2.11.2) works (I can compile and link ppcboot and a 2.4.18 kernel)
Making gcc-core (2.95.3) works (I can compile and link ppcboot and a 2.4.18 kernel)
Making glibc (2.2.5) appears to work.  It completes and installs, anyway

building a gcc-2.95.3 cross-compiler to use the glibc compiled and installed above fails:

 tar xvfj tarballs/gcc-2.95.3.tar.bz2 
 cd gcc-2.95.3
 ./configure --prefix=/usr/local --target=powerpc-unknown-linux-gnu --enable-threads --enable-shared
 make
 [...]

ends in:  (I've appended the whole make log below)

/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
  ./cinst.cc -o ldcomio.o
touch bigstmp-complx
cd ../libiberty ; make "SHELL=/bin/sh" "INSTALL=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c " "prefix=/usr/local" "exec_prefix=/usr/local" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gxx_include_dir=/usr/local/include/g++-3" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "gcc_version=2.95.3" "gcc_version_trigger=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/version.c" "AR=powerpc-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CXX=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE" "NM=powerpc-unknown-linux-gnu-nm" "RANLIB=powerpc-unknown-linux-gnu-ranlib" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "SHLIB=libstdc++-3-libc6.1-2-2.10.0.so" "SHCURSES=" "RUNTESTFLAGS="
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
make[1]: *** [../libiberty/libiberty.a] Error 2
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++'
make: *** [all-target-libstdc++] Error 2

Shore 'nuff, there is no Makefile (linked?) in powerpc-unknown-linux-gnu/libiberty

jim@zaphod:~/Musenki/Musenki-toolkit/gcc-2.95.3$ ls -l powerpc-unknown-linux-gnu/*/Makefile*
lrwxrwxrwx    1 jim      musenki        29 Feb 17 01:41 powerpc-unknown-linux-gnu/libiberty/Makefile.in -> ../.././libiberty/Makefile.in
-rw-rw-r--    1 jim      musenki     26580 Feb 17 01:37 powerpc-unknown-linux-gnu/libio/Makefile
lrwxrwxrwx    1 jim      musenki        25 Feb 17 01:37 powerpc-unknown-linux-gnu/libio/Makefile.in -> ../.././libio/Makefile.in
-rw-rw-r--    1 jim      musenki     24208 Feb 17 01:39 powerpc-unknown-linux-gnu/libstdc++/Makefile
lrwxrwxrwx    1 jim      musenki        29 Feb 17 01:38 powerpc-unknown-linux-gnu/libstdc++/Makefile.in -> ../.././libstdc++/Makefile.in

Looks to me like configure failed to build the Makefile here, but I don't know 'why'.

Help?

Jim
p.s.  I'm not subscribed, so please 'Cc' me on any replies.


-------- Complete make.log --------
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  argv.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  choose-temp.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  concat.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  cplus-dem.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fdmatch.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fnmatch.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt1.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getruntime.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  hex.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  floatformat.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  objalloc.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  obstack.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  pexecute.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  spaces.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic splay-tree.c -o pic/splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  splay-tree.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strerror.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strsignal.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xatexit.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xexit.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xmalloc.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrdup.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic xstrerror.c -o pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrerror.c
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic mkstemps.c -o pic/mkstemps.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  mkstemps.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.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 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 fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/testsuite'
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty'
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo'
make all-recursive
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo'
Making all in intl
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/intl'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  intl-compat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  bindtextdom.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  dcgettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  dgettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  gettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  finddomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  loadmsgcat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  localealias.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  textdomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  l10nflist.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2  explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
ranlib libintl.a
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/intl'
Making all in lib
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -g -O2 -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -g -O2 -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -g -O2 -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -g -O2 -c xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o 
ranlib libtxi.a
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"  -g -O2 -c makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"  -g -O2 -c multi.c
gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a 
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo'
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo'
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo'
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/etc'
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
(cd intl && make all)
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/intl'
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  ./gencheck.c
rm -f obstack.c
ln -s ./../libiberty/obstack.c obstack.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include obstack.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gencheck > tmp-check.h
./move-if-change tmp-check.h tree-check.h
touch s-check
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./gengenrtl.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gengenrtl tmp-genrtl.h tmp-genrtl.c
./move-if-change tmp-genrtl.h genrtl.h
./move-if-change tmp-genrtl.c genrtl.c
touch s-genrtl
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genattr.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include rtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include bitmap.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include print-rtl.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genattr \
 genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genattr ./config/rs6000/rs6000.md > tmp-attr.h
./move-if-change tmp-attr.h insn-attr.h
touch s-attr
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./gencodes.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o gencodes \
 gencodes.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gencodes ./config/rs6000/rs6000.md > tmp-codes.h
./move-if-change tmp-codes.h insn-codes.h
touch s-codes
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genconfig.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genconfig \
  genconfig.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genconfig ./config/rs6000/rs6000.md > tmp-config.h
./move-if-change tmp-config.h insn-config.h
touch s-config
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include  \
  -DTARGET_NAME=\"powerpc-unknown-linux-gnu\" \
  -c `echo ./toplev.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include version.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include print-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stor-layout.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include fold-const.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genflags.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genflags \
 genflags.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genflags ./config/rs6000/rs6000.md > tmp-flags.h
./move-if-change tmp-flags.h insn-flags.h
touch s-flags
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include function.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stmt.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include except.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include calls.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include expmed.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include explow.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include optabs.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DLOCALEDIR=\"/usr/local/share/locale\" \
  -c `echo ./intl.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include varasm.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include rtlanal.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include emit-rtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include genrtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include real.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dbxout.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include sdbout.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dwarfout.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dwarf2out.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include xcoffout.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include alias.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include gcse.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include integrate.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include jump.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cse.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include loop.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include unroll.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include flow.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stupid.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include combine.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include varray.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include regclass.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include regmove.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include local-alloc.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include global.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reload.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reload1.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include caller-save.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genpeep.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genpeep \
 genpeep.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genpeep ./config/rs6000/rs6000.md > tmp-peep.c
./move-if-change tmp-peep.c insn-peep.c
touch s-peep
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-peep.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reorg.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include haifa-sched.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include final.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include recog.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reg-stack.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genopinit.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genopinit \
 genopinit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genopinit ./config/rs6000/rs6000.md > tmp-opinit.c
./move-if-change tmp-opinit.c insn-opinit.c
touch s-opinit
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-opinit.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genrecog.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genrecog \
 genrecog.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genrecog ./config/rs6000/rs6000.md > tmp-recog.c
./move-if-change tmp-recog.c insn-recog.c
touch s-recog
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-recog.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genextract.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genextract \
 genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genextract ./config/rs6000/rs6000.md > tmp-extract.c
./move-if-change tmp-extract.c insn-extract.c
touch s-extract
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-extract.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genoutput.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genoutput \
 genoutput.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genoutput ./config/rs6000/rs6000.md > tmp-output.c
./move-if-change tmp-output.c insn-output.c
touch s-output
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-output.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genemit.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genemit \
 genemit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./genemit ./config/rs6000/rs6000.md > tmp-emit.c
./move-if-change tmp-emit.c insn-emit.c
touch s-emit
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-emit.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include lcm.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include profile.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genattrtab.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o genattrtab \
 genattrtab.o rtl.o bitmap.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
if cmp -s Makefile   ./config/rs6000/rs6000.md;	\
then					\
  echo Using ;	\
  cp  tmp-attrtab.c;	\
else					\
  ./genattrtab ./config/rs6000/rs6000.md > tmp-attrtab.c;	\
fi
./move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-attrtab.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./config/rs6000/rs6000.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include getpwd.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include convert.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include mbchar.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dyn-string.c
rm -f splay-tree.c
ln -s ./../libiberty/splay-tree.c splay-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include splay-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include graph.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include sbitmap.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include resource.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include hash.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c ./c-parse.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-lang.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-pragma.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-decl.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-typeck.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-convert.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-aux-info.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-common.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-iterate.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o cc1 toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o rs6000.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o  obstack.o        ../libiberty/libiberty.a
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
          -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/include\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DSTD_PROTO_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3\" \
  ./protoize.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o protoize protoize.o getpwd.o intl.o version.o  obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
          -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/include\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DSTD_PROTO_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3\" \
  ./unprotoize.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o unprotoize unprotoize.o getpwd.o intl.o version.o  obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
/bin/sh ./genmultilib \
  "msoft-float" \
  "nof" \
  "msoft-float=mcpu?401 msoft-float=mcpu?403 msoft-float=mcpu?ec603e msoft-float=mcpu?801 msoft-float=mcpu?821 msoft-float=mcpu?823 msoft-float=mcpu?860" \
  "" \
  "mstrict-align" > tmp-mlib.h
./move-if-change tmp-mlib.h multilib.h
touch s-mlib
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.3\" -DDEFAULT_TARGET_MACHINE=\"powerpc-unknown-linux-gnu\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\" \
  -c `echo ./gcc.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include gccspec.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
-DPREFIX=\"/usr/local\" \
  -c `echo ./prefix.c | sed 's,^\./,,'`
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu/include\" \
  -c `echo ./cccp.c | sed 's,^\./,,'`
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c ./cexp.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o cccp cccp.o cexp.o intl.o prefix.o version.o  mbchar.o  obstack.o        ../libiberty/libiberty.a
rm -f cpp0
ln cccp cpp0
MAKE="make"; srcdir=`cd ./fixinc; pwd` ; \
export MAKE srcdir ; \
cd ./fixinc; /bin/sh ${srcdir}/mkfixinc.sh powerpc-unknown-linux-gnu
constructing ../fixinc.sh for powerpc-unknown-linux-gnu
rm -rf include; mkdir include
TARGET_MACHINE=powerpc-unknown-linux-gnu; srcdir=`cd .; pwd`; \
INSTALL_ASSERT_H=; SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/local/powerpc-unknown-linux-gnu/sys-include 
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ./gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
if [ "/usr/local/powerpc-unknown-linux-gnu/sys-include" = "/usr/local/powerpc-unknown-linux-gnu/sys-include" ] \
   && [ -d /usr/local/powerpc-unknown-linux-gnu/sys-include ]; then \
  if [ -d /usr/local/lib ] ; then true ; else mkdir /usr/local/lib ; fi; \
  if [ -d /usr/local/lib/gcc-lib ] ; then true ; else mkdir /usr/local/lib/gcc-lib; fi; \
  if [ -d /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu ] ; then true ; else mkdir /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu ; fi; \
  if [ -d /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3 ] ; then true ; else mkdir /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3 ; fi; \
else true; fi
touch stmp-fixinc
if [ -f /usr/local/powerpc-unknown-linux-gnu/sys-include/limits.h ] ; then \
  cat ./limitx.h ./glimits.h ./limity.h > tmp-xlimits.h; \
else \
  cat ./glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
for file in .. ./ginclude/stdarg.h ./ginclude/stddef.h ./ginclude/varargs.h ./ginclude/va-alpha.h ./ginclude/va-h8300.h ./ginclude/va-i860.h ./ginclude/va-i960.h ./ginclude/va-mips.h ./ginclude/va-m88k.h ./ginclude/va-mn10200.h ./ginclude/va-mn10300.h ./ginclude/va-pa.h ./ginclude/va-pyr.h ./ginclude/va-sparc.h ./ginclude/va-clipper.h ./ginclude/va-spur.h ./ginclude/va-m32r.h ./ginclude/va-sh.h ./ginclude/va-v850.h ./ginclude/va-arc.h ./ginclude/iso646.h ./ginclude/va-ppc.h ./ginclude/va-c4x.h ./ginclude/ppc-asm.h ./cp/inc/typeinfo ./cp/inc/exception ./cp/inc/new ./cp/inc/new.h    ./ginclude/proto.h ./ginclude/stdbool.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    touch include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xfloat-i64.h != xMakefile.in ]; then \
  cp ./config/float-i64.h include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ./README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
rm -f SYSCALLS.c tmp-SYSCALLS.s
cat ./sys-types.h ./sys-protos.h > SYSCALLS.c
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include     -I. -I. -I./config -I./../include \
  -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
rm -f SYSCALLS.c tmp-SYSCALLS.s
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include gcov.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  gcov.o intl.o obstack.o        ../libiberty/libiberty.a -o gcov
thisdir=`pwd` ; \
sed -e "s:startfile=chillrt0:startfile=${thisdir}/ch/runtime/chillrt0.o:" \
    -e "s:libpath=chillrt:libpath=-L${thisdir}/ch/runtime/:" \
    -e "s:whatgcc=gcc:whatgcc=\"${thisdir}/xgcc -B${thisdir}/\":" \
    -e "s:gnuchill_version=unknown:gnuchill_version=1.5.2:" \
    -e "s:gnuchill_script_flags=:gnuchill_script_flags=\"\":" ./ch/chill.in > chill ; \
chmod a+x chill ; \
if [ -f ../gcc-cross ]; then \
  whatgcc=`t='s,^,powerpc-unknown-linux-gnu-,'; echo gcc | sed -e $t` ; \
else \
  whatgcc=`t='s,x,x,'; echo gcc | sed -e $t` ; \
fi; \
sed -e "s:startfile=chillrt0:startfile=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/chillrt0.o:" \
    -e "s:whatgcc=gcc:whatgcc=/usr/local/bin/${whatgcc}:" \
    -e "s:gnuchill_version=unknown:gnuchill_version=1.5.2:" \
    -e "s:libpath=chillrt:libpath=:" \
    -e "s:gnuchill_script_flags=:gnuchill_script_flags=\"\":" ./ch/chill.in > chill.install ; \
chmod a+x chill.install
echo " toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o rs6000.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o" | sed -e 's, \([a-z0-9]\), ../\1,g' -e 's/\.o/.o/g' >stamp-objlist
cd ch; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "CHILLFLAGS=-g -O2" "CHILL_FOR_TARGET=powerpc-unknown-linux-gnu-gcc" "CHILL_LIB=-lchill" "GNUCHILL_VERSION=1.5.2" ../cc1chill
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ch'
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include parse.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include actions.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include except.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include grant.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include lang.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include decl.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include typeck.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include convert.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include loop.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include tasking.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include timing.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include inout.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include satisfy.c
echo 'char *gnuchill_version = "1.5.2";' > ch-version.c
gcc -c -DCROSS_COMPILE -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include ch-version.c
gcc -DCROSS_COMPILE -DIN_GCC   -g -O2   -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o \
      `cat ../stamp-objlist`  `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `if [ x != x ]; then echo ../; else true; fi` `if [ x != x ]; then echo ../; else true; fi` 
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ch'
cd cp; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "CXX_FOR_BUILD=c++" "CXXFLAGS=-g -O2" "CXX_FOR_TARGET=powerpc-unknown-linux-gnu-c++" ../cc1plus
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/cp'
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include call.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include decl.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include errfn.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include pt.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include sig.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include typeck2.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include class.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include decl2.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include error.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include  \
  `echo ./parse.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include ptree.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include rtti.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include spew.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include typeck.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include cvt.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include except.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include friend.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include init.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include method.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include search.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include semantics.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include xref.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include repo.c
gcc -DCROSS_COMPILE -DIN_GCC    -g -O2   -o ../cc1plus `cat ../stamp-objlist` ../c-common.o ../c-pragma.o call.o decl.o errfn.o expr.o pt.o sig.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o  `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `case "gcc" in "cc") if [ x != x ]; then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi`  
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/cp'
touch lang-f77
cd f; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" \
  HOST_CC="`case 'gcc' in stage*) echo 'gcc' | sed -e 's|stage|../stage|g';; *) echo 'gcc';; esac`" \
  HOST_CFLAGS="-DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H" HOST_CPPFLAGS="  " \
  ../f771
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/f'
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include bad.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include bit.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include bld.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include com.c
com.c: In function `ffecom_possible_partial_overlap_':
com.c:1599: warning: unused parameter `expr2'
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include data.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include equiv.c
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -I. -I.. -I. -I./.. -I./../config -I./../../include \
      `echo ./fini.c | sed 's,^\./,,'` -o fini.o
gcc -c -DUSE_HCONFIG -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -I. -I.. -I. -I./.. -I./../config -I./../../include \
      `echo ./proj.c | sed 's,^\./,,'` -o proj-h.o
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o fini fini.o proj-h.o
./fini `echo ./str-1t.fin | sed 's,^\./,,'` str-1t.j str-1t.h
./fini `echo ./str-2t.fin | sed 's,^\./,,'` str-2t.j str-2t.h
./fini `echo ./str-fo.fin | sed 's,^\./,,'` str-fo.j str-fo.h
./fini `echo ./str-io.fin | sed 's,^\./,,'` str-io.j str-io.h
./fini `echo ./str-nq.fin | sed 's,^\./,,'` str-nq.j str-nq.h
./fini `echo ./str-op.fin | sed 's,^\./,,'` str-op.j str-op.h
./fini `echo ./str-ot.fin | sed 's,^\./,,'` str-ot.j str-ot.h
touch stamp-str
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include global.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include implic.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include info.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include intrin.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include lab.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include malloc.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include name.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include parse.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include proj.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include src.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include st.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include sta.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stb.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stc.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include std.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include ste.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include storag.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stp.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include str.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include sts.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stt.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stu.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stv.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include stw.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include symbol.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include target.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include top.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include type.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include version.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I. -I./.. -I./../config -I./../../include where.c
rm -f f771
gcc -DCROSS_COMPILE -DIN_GCC    -g -O2  -W -Wall  -o ../f771 bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o proj.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o version.o where.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `case "gcc" in "cc") if [ x != x ]; then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi` 
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/f'
cd java; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../jc1
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include parse.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include class.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include decl.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include expr.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include constants.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include lang.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include typeck.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include except.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include verify.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include zextract.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jcf-io.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jcf-parse.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include mangle.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jcf-write.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include buffer.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include check-init.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jcf-depend.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include \
  -DLIBGCJ_ZIP_FILE='"/usr/local/share/libgcj.zip"' ./jcf-path.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include xref.c
rm -f ../jc1
gcc  -DIN_GCC    -g -O2   -o ../jc1 \
      parse.o class.o decl.o expr.o constants.o lang.o typeck.o except.o verify.o zextract.o jcf-io.o jcf-parse.o mangle.o jcf-write.o buffer.o check-init.o jcf-depend.o jcf-path.o xref.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` ../../libiberty/libiberty.a
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    \
	-I. -I. -I./config -I./../include ./java/jvspec.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o gcj gcc.o jvspec.o prefix.o intl.o \
  version.o  obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
cd java && make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../jvgenmain
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jvgenmain.c
gcc  -DIN_GCC    -g -O2   -o ../jvgenmain jvgenmain.o mangle.o ../obstack.o ../../libiberty/libiberty.a
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
cd java && make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../gcjh
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include gjavah.c
gcc  -DIN_GCC    -g -O2   -o ../gcjh gjavah.o jcf-io.o \
  jcf-depend.o jcf-path.o zextract.o ../../libiberty/libiberty.a
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
cd java && make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../jv-scan
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include parse-scan.c
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jv-scan.c
rm -f ../jv-scan
gcc  -DIN_GCC    -g -O2   -o ../jv-scan \
      parse-scan.o jv-scan.o `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` ../../libiberty/libiberty.a
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
cd java && make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=powerpc-unknown-linux-gnu-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=powerpc-unknown-linux-gnu-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3/../../../../powerpc-unknown-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../jcf-dump
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -c  -DIN_GCC    -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include jcf-dump.c
gcc  -DIN_GCC    -g -O2   -o ../jcf-dump jcf-dump.o jcf-io.o \
  jcf-depend.o jcf-path.o zextract.o ../../libiberty/libiberty.a
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/java'
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -I./objc \
-c ./objc/objc-parse.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -I./objc \
-c ./objc/objc-act.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o cc1obj toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o rs6000.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o  obstack.o        ../libiberty/libiberty.a
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include  \
-DTARGET_MACHINE=\"powerpc-unknown-linux-gnu\"  \
-c `echo ./collect2.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include tlink.c
echo "int xxy_us_dummy;" >tmp-dum.c
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
./move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include underscore.c
rm -f collect2
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o collect2 collect2.o tlink.o hash.o intl.o underscore.o version.o  obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
cp xgcc gcc-cross
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -dumpspecs > tmp-specs
mv tmp-specs specs
touch stmp-headers
if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
echo '#define FLOAT' > fp-bit.c
cat ./config/fp-bit.c >> fp-bit.c
cat ./config/fp-bit.c > dp-bit.c
cat ./config/rs6000/eabi.asm > eabi.S
cat ./config/rs6000/eabi-ctors.c > eabi-ctors.c
cat ./config/rs6000/tramp.asm > tramp.S
case " c proto gcov CHILL c++ f77 java objc " in \
*" "[cC]"++ "*) \
  echo tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o > cplib2.new;; \
*) \
  echo "" > cplib2.new;; \
esac
mv -f cplib2.new cplib2.txt 
for i in `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include --print-multi-lib`; do \
  dir=`echo $i | sed -e 's/;.*$//'`; \
  flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
    AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    RANLIB_FOR_TARGET="powerpc-unknown-linux-gnu-ranlib" \
    RANLIB_TEST_FOR_TARGET="[ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ "i686-pc-linux-gnu" = "powerpc-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
    LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   ${flags}" \
    MULTILIB_CFLAGS="${flags}" \
    LIBGCC1="" LIBGCC2="libgcc2.a" \
    dir="${dir}" stmp-multilib-sub; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
done
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
  cd .; \
  rm -f libgcc.a ecrti.o ecrtn.o scrt0.o scrti.o scrtn.o; \
else true; \
fi
make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
  AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g -O2" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align" libgcc2.a
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
       ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c eabi.S eabi-ctors.c tramp.S cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
	AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g -O2" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
	LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align" ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
eabi
eabi-ctors
tramp
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/tinfo.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/tinfo2.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new1.cc -DL_op_new -o opnew.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new1.cc -DL_op_newnt -o opnewnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vnew -o opvnew.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vnewnt -o opvnewnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_delete -o opdel.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_delnt -o opdelnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vdel -o opvdel.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vdelnt -o opvdelnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c -fexceptions ./cp/exception.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
mv tmplibgcc2.a libgcc2.a
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
    AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
    LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mstrict-align" ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; powerpc-unknown-linux-gnu-ar x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[2]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; powerpc-unknown-linux-gnu-ar x ../libgcc2.a)
(cd tmpcopy; powerpc-unknown-linux-gnu-ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ i686-pc-linux-gnu = powerpc-unknown-linux-gnu ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  powerpc-unknown-linux-gnu-ranlib tmplibgcc.a; \
else true; fi
if [ -d . ]; then true; else mkdir .; fi
mv tmplibgcc.a ./libgcc.a
for f in .. ecrti.o ecrtn.o scrt0.o scrti.o scrtn.o; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
    AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
    MULTILIB_CFLAGS="-mstrict-align" T="t" t${f}; \
  mv t${f} ./${f}; \
else true; \
fi; done
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
cat ./config/rs6000/eabi-ci.asm >ecrti.S
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -mstrict-align -c ecrti.S -o tecrti.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
cat ./config/rs6000/eabi-cn.asm >ecrtn.S
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -mstrict-align -c ecrtn.S -o tecrtn.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
cat ./config/rs6000/sol-c0.c >scrt0.c
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -mstrict-align -c scrt0.c -o tscrt0.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
cat ./config/rs6000/sol-ci.asm >scrti.S
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -mstrict-align -c scrti.S -o tscrti.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
cat ./config/rs6000/sol-cn.asm >scrtn.S
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -mstrict-align -c scrtn.S -o tscrtn.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
rm -f libgcc2.a
if [ -d nof ]; then \
  cd nof; \
  rm -f libgcc.a ecrti.o ecrtn.o scrt0.o scrti.o scrtn.o; \
else true; \
fi
make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
  AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g -O2" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align" libgcc2.a
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
       ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c eabi.S eabi-ctors.c tramp.S cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
	AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g -O2" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
	LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align" ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    powerpc-unknown-linux-gnu-ar rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
eabi
eabi-ctors
tramp
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/tinfo.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/tinfo2.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new1.cc -DL_op_new -o opnew.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new1.cc -DL_op_newnt -o opnewnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vnew -o opvnew.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vnewnt -o opvnewnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_delete -o opdel.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_delnt -o opdelnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vdel -o opvdel.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/new2.cc -DL_op_vdelnt -o opvdelnt.o
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align -g -O2 -I. -I. -I./config -I./../include \
  -c -fexceptions ./cp/exception.cc
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
mv tmplibgcc2.a libgcc2.a
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
    AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
    LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -mstrict-align" ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; powerpc-unknown-linux-gnu-ar x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[2]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; powerpc-unknown-linux-gnu-ar x ../libgcc2.a)
(cd tmpcopy; powerpc-unknown-linux-gnu-ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f powerpc-unknown-linux-gnu-ranlib ] || ( [ i686-pc-linux-gnu = powerpc-unknown-linux-gnu ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  powerpc-unknown-linux-gnu-ranlib tmplibgcc.a; \
else true; fi
if [ -d nof ]; then true; else mkdir nof; fi
mv tmplibgcc.a nof/libgcc.a
for f in .. ecrti.o ecrtn.o scrt0.o scrti.o scrtn.o; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include" \
    AR_FOR_TARGET="powerpc-unknown-linux-gnu-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
    MULTILIB_CFLAGS="-msoft-float -mstrict-align" T="t" t${f}; \
  mv t${f} nof/${f}; \
else true; \
fi; done
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -msoft-float -mstrict-align -c ecrti.S -o tecrti.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -msoft-float -mstrict-align -c ecrtn.S -o tecrtn.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -msoft-float -mstrict-align -c scrt0.c -o tscrt0.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -msoft-float -mstrict-align -c scrti.S -o tscrti.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -msoft-float -mstrict-align -c scrtn.S -o tscrtn.o
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
touch stmp-multilib
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -msdata=none \
  -c ./crtstuff.c -DCRT_BEGIN -o crtbegin.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -fpic -msdata=none \
  -DCRT_BEGIN -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -g0 -c ./crtstuff.c 
mv crtstuff.o crtbeginS.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include -fpic -msdata=none \
  -DCRT_END -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -g0 -c ./crtstuff.c -o crtendS.o
touch s-crtS
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -I/usr/local/powerpc-unknown-linux-gnu/include -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2 -I./include  -I. -I. -I./config -I./../include  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -msdata=none \
  -c ./crtstuff.c -DCRT_END -o crtend.o
touch chill-cross
gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./cp/g++spec.c
gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o g++ \
  gcc.o g++spec.o intl.o prefix.o version.o   obstack.o        ../libiberty/libiberty.a
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
rm -f g++-cross
cp g++ g++-cross
rm -f cxxmain.c
ln -s ./../libiberty/cplus-dem.c cxxmain.c
gcc -c -DMAIN -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DVERSION=\"2.95.3\" cxxmain.c
cxxmain.c: In function `main':
cxxmain.c:4527: warning: assignment discards qualifiers from pointer target type
cxxmain.c:4530: warning: assignment discards qualifiers from pointer target type
gcc -o c++filt -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  \
  cxxmain.o underscore.o obstack.o        ../libiberty/libiberty.a
case "c proto gcov CHILL c++ f77 java objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./f/g77spec.c; \
else true; fi
case "c proto gcov CHILL c++ f77 java objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -o g77version.o \
    ./f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  gcc -DCROSS_COMPILE -DIN_GCC -DHAIFA    -g -O2  -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o        ../libiberty/libiberty.a; \
else true; fi
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
if [ -f lang-f77 ]; then \
  rm -f g77-cross; \
  cp g77 g77-cross; \
else true; fi
rm -f gcj-cross
cp gcj gcj-cross
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo   -I. -o cpp.info ./cpp.texi
Making info file `cpp.info' from `./cpp.texi'.
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo   -I. -o gcc.info ./gcc.texi
Making info file `gcc.info' from `./gcc.texi'.
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo  -I./ch -o ch/chill.info ./ch/chill.texi
Making info file `ch/chill.info' from `./ch/chill.texi'.
case "c proto gcov CHILL c++ f77 java objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  rm -f ./f/g77.info-*; \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo  -I./f -o f/g77.info ./f/g77.texi; \
else true; fi
Making info file `f/g77.info' from `./f/g77.texi'.
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc'
Configuring in powerpc-unknown-linux-gnu/libio
ChangeLog		..linked
Makefile.in		..linked
NEWS		..linked
PlotFile.cc		..linked
PlotFile.h		..linked
README		..linked
SFile.cc		..linked
SFile.h		..linked
builtinbuf.cc		..linked
builtinbuf.h		..linked
cleanup.c		..linked
config		..working in
hpux.mt		..linked
isc.mt		..linked
linux.mt		..linked
linuxaxp1-libc-lock.h		..linked
linuxaxp1-stdio-lock.h		..linked
linuxaxp1.mt		..linked
linuxlibc1.mt		..linked
mn10200.mt		..linked
mtsafe.mt		..linked
netware.mt		..linked
sco4.mt		..linked
config.shared		..linked
configure.in		..linked
dbz		..working in
Makefile.in		..linked
README		..linked
altbytes		..linked
byteflip.c		..linked
case.c		..linked
case.h		..linked
configure.in		..linked
dbz.1		..linked
dbz.3z		..linked
dbz.c		..linked
dbz.h		..linked
dbzmain.c		..linked
fake.c		..linked
firstlast25		..linked
getmap		..linked
random.c		..linked
revbytes		..linked
stdio.h		..linked
depend		..linked
editbuf.cc		..linked
editbuf.h		..linked
filebuf.cc		..linked
filedoalloc.c		..linked
fileops.c		..linked
floatconv.c		..linked
floatio.h		..linked
fstream.cc		..linked
fstream.h		..linked
gen-params		..linked
genops.c		..linked
include		..working in
empty.h		..linked
indstream.cc		..linked
indstream.h		..linked
ioassign.cc		..linked
ioextend.cc		..linked
iofclose.c		..linked
iofdopen.c		..linked
iofeof.c		..linked
ioferror.c		..linked
iofflush.c		..linked
iofflush_u.c		..linked
iofgetpos.c		..linked
iofgets.c		..linked
iofopen.c		..linked
iofprintf.c		..linked
iofputs.c		..linked
iofread.c		..linked
iofscanf.c		..linked
iofsetpos.c		..linked
ioftell.c		..linked
iofwrite.c		..linked
iogetc.c		..linked
iogetdelim.c		..linked
iogetline.c		..linked
iogets.c		..linked
ioignore.c		..linked
iolibio.h		..linked
iomanip.cc		..linked
iomanip.h		..linked
iopadn.c		..linked
ioperror.c		..linked
iopopen.c		..linked
ioprims.c		..linked
ioprintf.c		..linked
ioputc.c		..linked
ioputs.c		..linked
ioscanf.c		..linked
ioseekoff.c		..linked
ioseekpos.c		..linked
iosetbuffer.c		..linked
iosetvbuf.c		..linked
iosprintf.c		..linked
iosscanf.c		..linked
iostdio.h		..linked
iostream.cc		..linked
iostream.h		..linked
iostream.texi		..linked
iostreamP.h		..linked
iostrerror.c		..linked
ioungetc.c		..linked
iovfprintf.c		..linked
iovfscanf.c		..linked
iovsprintf.c		..linked
iovsscanf.c		..linked
isgetline.cc		..linked
isgetsb.cc		..linked
isscan.cc		..linked
istream.h		..linked
libio.h		..linked
libioP.h		..linked
osform.cc		..linked
ostream.h		..linked
outfloat.c		..linked
parsestream.cc		..linked
parsestream.h		..linked
peekc.c		..linked
pfstream.cc		..linked
pfstream.h		..linked
procbuf.cc		..linked
procbuf.h		..linked
sbform.cc		..linked
sbgetline.cc		..linked
sbscan.cc		..linked
stdfiles.c		..linked
stdio		..working in
ChangeLog		..linked
ChangeLog.old		..linked
Makefile.in		..linked
clearerr.c		..linked
clearerr_u.c		..linked
configure.in		..linked
fdopen.c		..linked
feof.c		..linked
feof_u.c		..linked
ferror.c		..linked
ferror_u.c		..linked
fgetc.c		..linked
fileno.c		..linked
fputc.c		..linked
fputc_u.c		..linked
freopen.c		..linked
fseek.c		..linked
getc.c		..linked
getc_u.c		..linked
getchar.c		..linked
getchar_u.c		..linked
getline.c		..linked
getw.c		..linked
obprintf.c		..linked
popen.c		..linked
putc.c		..linked
putc_u.c		..linked
putchar.c		..linked
putchar_u.c		..linked
putw.c		..linked
rewind.c		..linked
setbuf.c		..linked
setfileno.c		..linked
setlinebuf.c		..linked
snprintf.c		..linked
stdio.h		..linked
vasprintf.c		..linked
vfprintf.c		..linked
vfscanf.c		..linked
vprintf.c		..linked
vscanf.c		..linked
vsnprintf.c		..linked
stdiostream.cc		..linked
stdiostream.h		..linked
stdstrbufs.cc		..linked
stdstreams.cc		..linked
stream.cc		..linked
stream.h		..linked
streambuf.cc		..linked
streambuf.h		..linked
strfile.h		..linked
strops.c		..linked
strstream.cc		..linked
strstream.h		..linked
tests		..working in
ChangeLog		..linked
Makefile.in		..linked
configure.in		..linked
hounddog.cc		..linked
hounddog.exp		..linked
hounddog.inp		..linked
putbackdog.cc		..linked
tFile.cc		..linked
tFile.exp		..linked
tFile.inp		..linked
tfformat.c		..linked
tiformat.c		..linked
tiomanip.cc		..linked
tiomanip.exp		..linked
tiomisc.cc		..linked
tiomisc.exp		..linked
tstdiomisc.c		..linked
tstdiomisc.exp		..linked
testsuite		..working in
ChangeLog		..linked
Makefile.in		..linked
config		..working in
default.exp		..linked
configure.in		..linked
lib		..working in
libio.exp		..linked
libio.tests		..working in
hounddog.exp		..linked
putbackdog.exp		..linked
tFile.exp		..linked
tfformat.exp		..linked
tiformat.exp		..linked
tiomanip.exp		..linked
tiomisc.exp		..linked
tstdiomisc.exp		..linked
Appending ./config/linux.mt to target-mkfrag
Appending ./config/mtsafe.mt to target-mkfrag
Appending ./config/../../../config/mh-ppcpic to target-mkfrag
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio using "target-mkfrag"
Adding multilib support to Makefile in .
multidirs=nof
with_multisubdir=
Running configure in multilib subdirs nof
pwd: /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio
Running configure in multilib subdir nof
pwd: /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu
Building symlink tree in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio
ChangeLog		..linked
Makefile.in		..linked
NEWS		..linked
PlotFile.cc		..linked
PlotFile.h		..linked
README		..linked
SFile.cc		..linked
SFile.h		..linked
builtinbuf.cc		..linked
builtinbuf.h		..linked
cleanup.c		..linked
config		..working in
hpux.mt		..linked
isc.mt		..linked
linux.mt		..linked
linuxaxp1-libc-lock.h		..linked
linuxaxp1-stdio-lock.h		..linked
linuxaxp1.mt		..linked
linuxlibc1.mt		..linked
mn10200.mt		..linked
mtsafe.mt		..linked
netware.mt		..linked
sco4.mt		..linked
config.shared		..linked
configure.in		..linked
dbz		..working in
Makefile.in		..linked
README		..linked
altbytes		..linked
byteflip.c		..linked
case.c		..linked
case.h		..linked
configure.in		..linked
dbz.1		..linked
dbz.3z		..linked
dbz.c		..linked
dbz.h		..linked
dbzmain.c		..linked
fake.c		..linked
firstlast25		..linked
getmap		..linked
random.c		..linked
revbytes		..linked
stdio.h		..linked
depend		..linked
editbuf.cc		..linked
editbuf.h		..linked
filebuf.cc		..linked
filedoalloc.c		..linked
fileops.c		..linked
floatconv.c		..linked
floatio.h		..linked
fstream.cc		..linked
fstream.h		..linked
gen-params		..linked
genops.c		..linked
include		..working in
empty.h		..linked
indstream.cc		..linked
indstream.h		..linked
ioassign.cc		..linked
ioextend.cc		..linked
iofclose.c		..linked
iofdopen.c		..linked
iofeof.c		..linked
ioferror.c		..linked
iofflush.c		..linked
iofflush_u.c		..linked
iofgetpos.c		..linked
iofgets.c		..linked
iofopen.c		..linked
iofprintf.c		..linked
iofputs.c		..linked
iofread.c		..linked
iofscanf.c		..linked
iofsetpos.c		..linked
ioftell.c		..linked
iofwrite.c		..linked
iogetc.c		..linked
iogetdelim.c		..linked
iogetline.c		..linked
iogets.c		..linked
ioignore.c		..linked
iolibio.h		..linked
iomanip.cc		..linked
iomanip.h		..linked
iopadn.c		..linked
ioperror.c		..linked
iopopen.c		..linked
ioprims.c		..linked
ioprintf.c		..linked
ioputc.c		..linked
ioputs.c		..linked
ioscanf.c		..linked
ioseekoff.c		..linked
ioseekpos.c		..linked
iosetbuffer.c		..linked
iosetvbuf.c		..linked
iosprintf.c		..linked
iosscanf.c		..linked
iostdio.h		..linked
iostream.cc		..linked
iostream.h		..linked
iostream.texi		..linked
iostreamP.h		..linked
iostrerror.c		..linked
ioungetc.c		..linked
iovfprintf.c		..linked
iovfscanf.c		..linked
iovsprintf.c		..linked
iovsscanf.c		..linked
isgetline.cc		..linked
isgetsb.cc		..linked
isscan.cc		..linked
istream.h		..linked
libio.h		..linked
libioP.h		..linked
osform.cc		..linked
ostream.h		..linked
outfloat.c		..linked
parsestream.cc		..linked
parsestream.h		..linked
peekc.c		..linked
pfstream.cc		..linked
pfstream.h		..linked
procbuf.cc		..linked
procbuf.h		..linked
sbform.cc		..linked
sbgetline.cc		..linked
sbscan.cc		..linked
stdfiles.c		..linked
stdio		..working in
ChangeLog		..linked
ChangeLog.old		..linked
Makefile.in		..linked
clearerr.c		..linked
clearerr_u.c		..linked
configure.in		..linked
fdopen.c		..linked
feof.c		..linked
feof_u.c		..linked
ferror.c		..linked
ferror_u.c		..linked
fgetc.c		..linked
fileno.c		..linked
fputc.c		..linked
fputc_u.c		..linked
freopen.c		..linked
fseek.c		..linked
getc.c		..linked
getc_u.c		..linked
getchar.c		..linked
getchar_u.c		..linked
getline.c		..linked
getw.c		..linked
obprintf.c		..linked
popen.c		..linked
putc.c		..linked
putc_u.c		..linked
putchar.c		..linked
putchar_u.c		..linked
putw.c		..linked
rewind.c		..linked
setbuf.c		..linked
setfileno.c		..linked
setlinebuf.c		..linked
snprintf.c		..linked
stdio.h		..linked
vasprintf.c		..linked
vfprintf.c		..linked
vfscanf.c		..linked
vprintf.c		..linked
vscanf.c		..linked
vsnprintf.c		..linked
stdiostream.cc		..linked
stdiostream.h		..linked
stdstrbufs.cc		..linked
stdstreams.cc		..linked
stream.cc		..linked
stream.h		..linked
streambuf.cc		..linked
streambuf.h		..linked
strfile.h		..linked
strops.c		..linked
strstream.cc		..linked
strstream.h		..linked
tests		..working in
ChangeLog		..linked
Makefile.in		..linked
configure.in		..linked
hounddog.cc		..linked
hounddog.exp		..linked
hounddog.inp		..linked
putbackdog.cc		..linked
tFile.cc		..linked
tFile.exp		..linked
tFile.inp		..linked
tfformat.c		..linked
tiformat.c		..linked
tiomanip.cc		..linked
tiomanip.exp		..linked
tiomisc.cc		..linked
tiomisc.exp		..linked
tstdiomisc.c		..linked
tstdiomisc.exp		..linked
testsuite		..working in
ChangeLog		..linked
Makefile.in		..linked
config		..working in
default.exp		..linked
configure.in		..linked
lib		..working in
libio.exp		..linked
libio.tests		..working in
hounddog.exp		..linked
putbackdog.exp		..linked
tFile.exp		..linked
tfformat.exp		..linked
tiformat.exp		..linked
tiomanip.exp		..linked
tiomisc.exp		..linked
tstdiomisc.exp		..linked
Appending ./config/linux.mt to target-mkfrag
Appending ./config/mtsafe.mt to target-mkfrag
Appending ./config/../../../../config/mh-ppcpic to target-mkfrag
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio using "target-mkfrag"
Adding multilib support to Makefile in .
with_multisubdir=nof
Configuring tests...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/tests
Configuring dbz...
Linked "rdbz.c" to "./dbz.c".
Linked "rdbzmain.c" to "./dbzmain.c".
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/dbz
Configuring stdio...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/stdio
Configuring testsuite...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/testsuite
Configuring tests...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/tests
Configuring dbz...
Linked "rdbz.c" to "./dbz.c".
Linked "rdbzmain.c" to "./dbzmain.c".
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/dbz
Configuring stdio...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/stdio
Configuring testsuite...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/testsuite
Configuring in powerpc-unknown-linux-gnu/libiberty
COPYING.LIB		..linked
ChangeLog		..linked
Makefile		..linked
Makefile.in		..linked
README		..linked
acconfig.h		..linked
alloca-conf.h		..linked
alloca.c		..linked
argv.c		..linked
argv.o		..linked
asprintf.c		..linked
atexit.c		..linked
basename.c		..linked
bcmp.c		..linked
bcopy.c		..linked
bzero.c		..linked
calloc.c		..linked
choose-temp.c		..linked
choose-temp.o		..linked
clock.c		..linked
concat.c		..linked
concat.o		..linked
config		..working in
mh-aix		..linked
mh-cxux7		..linked
mh-fbsd21		..linked
mh-windows		..linked
config.h		..linked
config.h-vms		..linked
config.in		..linked
config.log		..linked
config.status		..linked
config.table		..linked
configure		..linked
configure.bat		..linked
configure.in		..linked
copysign.c		..linked
cplus-dem.c		..linked
cplus-dem.o		..linked
fdmatch.c		..linked
fdmatch.o		..linked
floatformat.c		..linked
floatformat.o		..linked
fnmatch.c		..linked
fnmatch.o		..linked
getcwd.c		..linked
getopt.c		..linked
getopt.o		..linked
getopt1.c		..linked
getopt1.o		..linked
getpagesize.c		..linked
getruntime.c		..linked
getruntime.o		..linked
hex.c		..linked
hex.o		..linked
index.c		..linked
insque.c		..linked
libiberty.a		..linked
makefile.dos		..linked
makefile.vms		..linked
memchr.c		..linked
memcmp.c		..linked
memcpy.c		..linked
memmove.c		..linked
memset.c		..linked
mkstemps.c		..linked
mkstemps.o		..linked
mpw-config.in		..linked
mpw-make.sed		..linked
mpw.c		..linked
msdos.c		..linked
needed-list		..linked
objalloc.c		..linked
objalloc.o		..linked
obstack.c		..linked
obstack.o		..linked
pexecute.c		..linked
pexecute.o		..linked
pic		..working in
argv.o		..linked
choose-temp.o		..linked
concat.o		..linked
cplus-dem.o		..linked
fdmatch.o		..linked
floatformat.o		..linked
fnmatch.o		..linked
getopt.o		..linked
getopt1.o		..linked
getruntime.o		..linked
hex.o		..linked
mkstemps.o		..linked
objalloc.o		..linked
obstack.o		..linked
pexecute.o		..linked
spaces.o		..linked
splay-tree.o		..linked
strerror.o		..linked
strsignal.o		..linked
xatexit.o		..linked
xexit.o		..linked
xmalloc.o		..linked
xstrdup.o		..linked
xstrerror.o		..linked
putenv.c		..linked
random.c		..linked
rename.c		..linked
required-list		..linked
rindex.c		..linked
setenv.c		..linked
sigsetmask.c		..linked
spaces.c		..linked
spaces.o		..linked
splay-tree.c		..linked
splay-tree.o		..linked
stamp-h		..linked
stamp-picdir		..linked
strcasecmp.c		..linked
strchr.c		..linked
strdup.c		..linked
strerror.c		..linked
strerror.o		..linked
strncasecmp.c		..linked
strrchr.c		..linked
strsignal.c		..linked
strsignal.o		..linked
strstr.c		..linked
strtod.c		..linked
strtol.c		..linked
strtoul.c		..linked
testsuite		..working in
Makefile		..linked
Makefile.in		..linked
demangle-expected		..linked
regress-demangle		..linked
tmpnam.c		..linked
vasprintf.c		..linked
vfork.c		..linked
vfprintf.c		..linked
vmsbuild.com		..linked
vprintf.c		..linked
vsprintf.c		..linked
waitpid.c		..linked
xatexit.c		..linked
xatexit.o		..linked
xexit.c		..linked
xexit.o		..linked
xhost-mkfrag		..linked
xmalloc.c		..linked
xmalloc.o		..linked
xstrdup.c		..linked
xstrdup.o		..linked
xstrerror.c		..linked
xstrerror.o		..linked
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -f test-us.c test-filter
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -rf *.o pic core errs \#* *.E a.out
rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
rm -f   stamp-picdir
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -f test-us.c test-filter
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -f *.a required-list tmpmulti.out
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -f test-us.c test-filter
rm -f Makefile
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty/testsuite'
rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
rm -f config.log
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
creating cache ./config.cache
checking host system type... powerpc-unknown-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for powerpc-unknown-linux-gnu-ar... powerpc-unknown-linux-gnu-ar
checking for powerpc-unknown-linux-gnu-ranlib... powerpc-unknown-linux-gnu-ranlib
checking for gcc... /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/
checking whether we are using GNU C... yes
checking whether /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ accepts -g... yes
checking for POSIXized ISC... no
checking for a BSD compatible install... /usr/bin/install -c
Appending ./config/../../../config/mh-ppcpic to xhost-mkfrag
checking how to run the C preprocessor... /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether the C compiler (/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"yes" != xyes ||\
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -I. -I. -D_IO_MTSAFE_IO -fPIC iogetline.c -o pic/iogetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -I. -I. -D_IO_MTSAFE_IO iogetline.c
rm -rf libio.a
powerpc-unknown-linux-gnu-ar rc libio.a iogetline.o   
powerpc-unknown-linux-gnu-ranlib libio.a
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC builtinbuf.cc -o pic/builtinbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO builtinbuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC filebuf.cc -o pic/filebuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO filebuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC fstream.cc -o pic/fstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO fstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC indstream.cc -o pic/indstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC ioassign.cc -o pic/ioassign.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioassign.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC ioextend.cc -o pic/ioextend.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioextend.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC iomanip.cc -o pic/iomanip.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO iomanip.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC iostream.cc -o pic/iostream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO iostream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isgetline.cc -o pic/isgetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isgetline.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isgetsb.cc -o pic/isgetsb.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isgetsb.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isscan.cc -o pic/isscan.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isscan.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC osform.cc -o pic/osform.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO osform.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC procbuf.cc -o pic/procbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO procbuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbform.cc -o pic/sbform.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbform.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbgetline.cc -o pic/sbgetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbgetline.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbscan.cc -o pic/sbscan.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbscan.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdiostream.cc -o pic/stdiostream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdiostream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdstrbufs.cc -o pic/stdstrbufs.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdstrbufs.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdstreams.cc -o pic/stdstreams.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdstreams.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stream.cc -o pic/stream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC streambuf.cc -o pic/streambuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO streambuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC strstream.cc -o pic/strstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO strstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC PlotFile.cc -o pic/PlotFile.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO PlotFile.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC SFile.cc -o pic/SFile.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO SFile.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC parsestream.cc -o pic/parsestream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO parsestream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC pfstream.cc -o pic/pfstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO pfstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC editbuf.cc -o pic/editbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO editbuf.cc
rm -rf libiostream.a
powerpc-unknown-linux-gnu-ar rc libiostream.a iogetline.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o 
powerpc-unknown-linux-gnu-ranlib libiostream.a
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
if [ -z "nof" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd .; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/"; \
  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 "SHELL=/bin/sh" "INSTALL=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c " "prefix=/usr/local" "exec_prefix=/usr/local" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gxx_include_dir=/usr/local/include/g++-3" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "gcc_version=2.95.3" "gcc_version_trigger=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/version.c" "AR=powerpc-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CXX=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE" "NM=powerpc-unknown-linux-gnu-nm" "RANLIB=powerpc-unknown-linux-gnu-ranlib" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "SHLIB=" "SHCURSES=" "RUNTESTFLAGS=" \
			CFLAGS="-g -O2 ${flags}" \
			CXXFLAGS="-g -O2 -fvtable-thunks -D_GNU_SOURCE ${flags}" \
			LIBCFLAGS="-g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"yes" != xyes ||\
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2  -msoft-float -mstrict-align -I. -I. -D_IO_MTSAFE_IO -fPIC iogetline.c -o pic/iogetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2  -msoft-float -mstrict-align -I. -I. -D_IO_MTSAFE_IO iogetline.c
rm -rf libio.a
powerpc-unknown-linux-gnu-ar rc libio.a iogetline.o   
powerpc-unknown-linux-gnu-ranlib libio.a
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC builtinbuf.cc -o pic/builtinbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO builtinbuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC filebuf.cc -o pic/filebuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO filebuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC fstream.cc -o pic/fstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO fstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC indstream.cc -o pic/indstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC ioassign.cc -o pic/ioassign.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioassign.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC ioextend.cc -o pic/ioextend.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioextend.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC iomanip.cc -o pic/iomanip.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO iomanip.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC iostream.cc -o pic/iostream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO iostream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isgetline.cc -o pic/isgetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isgetline.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isgetsb.cc -o pic/isgetsb.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isgetsb.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC isscan.cc -o pic/isscan.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO isscan.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC osform.cc -o pic/osform.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO osform.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC procbuf.cc -o pic/procbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO procbuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbform.cc -o pic/sbform.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbform.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbgetline.cc -o pic/sbgetline.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbgetline.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC sbscan.cc -o pic/sbscan.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO sbscan.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdiostream.cc -o pic/stdiostream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdiostream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdstrbufs.cc -o pic/stdstrbufs.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdstrbufs.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdstreams.cc -o pic/stdstreams.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stdstreams.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC stream.cc -o pic/stream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO stream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC streambuf.cc -o pic/streambuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO streambuf.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC strstream.cc -o pic/strstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO strstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC PlotFile.cc -o pic/PlotFile.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO PlotFile.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC SFile.cc -o pic/SFile.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO SFile.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC parsestream.cc -o pic/parsestream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO parsestream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC pfstream.cc -o pic/pfstream.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO pfstream.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO -fPIC editbuf.cc -o pic/editbuf.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -msoft-float -mstrict-align -I. -I. -nostdinc++ -D_IO_MTSAFE_IO editbuf.cc
rm -rf libiostream.a
powerpc-unknown-linux-gnu-ar rc libiostream.a iogetline.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o 
powerpc-unknown-linux-gnu-ranlib libiostream.a
make[4]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio'
cd tests; make all ...
make[5]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/tests'
make[5]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/tests'
cd dbz; make all ...
make[5]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/dbz'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/dbz'
cd stdio; make all ...
make[5]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/stdio'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
make[5]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/stdio'
cd testsuite; make all ...
make[5]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/testsuite'
make[5]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio/testsuite'
make[4]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio'
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libio'
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
cd tests; make all ...
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/tests'
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/tests'
cd dbz; make all ...
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/dbz'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/dbz'
cd stdio; make all ...
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/stdio'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/stdio'
cd testsuite; make all ...
make[3]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/testsuite'
make[3]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio/testsuite'
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
Configuring in powerpc-unknown-linux-gnu/libstdc++
ChangeLog		..linked
Makefile.in		..linked
NEWS		..linked
cassert		..linked
cctype		..linked
cerrno		..linked
cfloat		..linked
cinst.cc		..linked
ciso646		..linked
climits		..linked
clocale		..linked
cmath		..linked
cmathi.cc		..linked
complex		..linked
complex.h		..linked
config		..working in
aix.ml		..linked
dec-osf.ml		..linked
delta.mt		..linked
elf.ml		..linked
elfshlibm.ml		..linked
freebsd.ml		..linked
gnu.ml		..linked
hpux.ml		..linked
irix5.ml		..linked
linux.ml		..linked
linux.mt		..linked
openbsd.ml		..linked
openbsd.mt		..linked
posix.mt		..linked
sol2pth.mt		..linked
sol2shm.ml		..linked
sol2solth.mt		..linked
sunos4.ml		..linked
x86-interix.ml		..linked
configure.in		..linked
csetjmp		..linked
csignal		..linked
cstdarg		..linked
cstddef		..linked
cstdio		..linked
cstdlib		..linked
cstdlibi.cc		..linked
cstring		..linked
cstringi.cc		..linked
ctime		..linked
cwchar		..linked
cwctype		..linked
fstream		..linked
iomanip		..linked
iosfwd		..linked
iostream		..linked
sinst.cc		..linked
sstream		..linked
std		..working in
bastring.cc		..linked
bastring.h		..linked
complext.cc		..linked
complext.h		..linked
dcomplex.h		..linked
fcomplex.h		..linked
gslice.h		..linked
gslice_array.h		..linked
indirect_array.h		..linked
ldcomplex.h		..linked
mask_array.h		..linked
slice.h		..linked
slice_array.h		..linked
std_valarray.h		..linked
straits.h		..linked
valarray_array.h		..linked
valarray_array.tcc		..linked
valarray_meta.h		..linked
stdexcept		..linked
stdexcepti.cc		..linked
stl		..working in
ChangeLog		..linked
README		..linked
algo.h		..linked
algobase.h		..linked
algorithm		..linked
alloc.h		..linked
bitset		..linked
bvector.h		..linked
defalloc.h		..linked
deque		..linked
deque.h		..linked
function.h		..linked
functional		..linked
hash_map		..linked
hash_map.h		..linked
hash_set		..linked
hash_set.h		..linked
hashtable.h		..linked
heap.h		..linked
iterator		..linked
iterator.h		..linked
list		..linked
list.h		..linked
map		..linked
map.h		..linked
memory		..linked
multimap.h		..linked
multiset.h		..linked
numeric		..linked
pair.h		..linked
pthread_alloc		..linked
pthread_alloc.h		..linked
queue		..linked
rope		..linked
rope.h		..linked
ropeimpl.h		..linked
set		..linked
set.h		..linked
slist		..linked
slist.h		..linked
stack		..linked
stack.h		..linked
stl_algo.h		..linked
stl_algobase.h		..linked
stl_alloc.h		..linked
stl_bvector.h		..linked
stl_config.h		..linked
stl_construct.h		..linked
stl_deque.h		..linked
stl_function.h		..linked
stl_hash_fun.h		..linked
stl_hash_map.h		..linked
stl_hash_set.h		..linked
stl_hashtable.h		..linked
stl_heap.h		..linked
stl_iterator.h		..linked
stl_list.h		..linked
stl_map.h		..linked
stl_multimap.h		..linked
stl_multiset.h		..linked
stl_numeric.h		..linked
stl_pair.h		..linked
stl_queue.h		..linked
stl_raw_storage_iter.h		..linked
stl_relops.h		..linked
stl_rope.h		..linked
stl_set.h		..linked
stl_slist.h		..linked
stl_stack.h		..linked
stl_tempbuf.h		..linked
stl_tree.h		..linked
stl_uninitialized.h		..linked
stl_vector.h		..linked
tempbuf.h		..linked
tree.h		..linked
type_traits.h		..linked
utility		..linked
vector		..linked
vector.h		..linked
stl.h		..linked
stlinst.cc		..linked
string		..linked
strstream		..linked
tests		..working in
ChangeLog		..linked
Makefile.in		..linked
configure.in		..linked
tcomplex.cc		..linked
tcomplex.exp		..linked
tcomplex.inp		..linked
tlist.cc		..linked
tlist.exp		..linked
tmap.cc		..linked
tmap.exp		..linked
tstring.cc		..linked
tstring.exp		..linked
tstring.inp		..linked
tvector.cc		..linked
tvector.exp		..linked
testsuite		..working in
ChangeLog		..linked
Makefile.in		..linked
config		..working in
default.exp		..linked
configure.in		..linked
lib		..working in
libstdc++.exp		..linked
libstdc++.tests		..working in
test.exp		..linked
valarray		..linked
valarray.cc		..linked
Appending ./config/../../../config/mh-ppcpic to target-mkfrag
Appending ./config/linux.ml to target-mkfrag
Appending ./config/linux.mt to target-mkfrag
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++ using "target-mkfrag"
Adding multilib support to Makefile in .
multidirs=nof
with_multisubdir=
Running configure in multilib subdirs nof
pwd: /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++
Running configure in multilib subdir nof
pwd: /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu
Building symlink tree in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libstdc++
ChangeLog		..linked
Makefile.in		..linked
NEWS		..linked
cassert		..linked
cctype		..linked
cerrno		..linked
cfloat		..linked
cinst.cc		..linked
ciso646		..linked
climits		..linked
clocale		..linked
cmath		..linked
cmathi.cc		..linked
complex		..linked
complex.h		..linked
config		..working in
aix.ml		..linked
dec-osf.ml		..linked
delta.mt		..linked
elf.ml		..linked
elfshlibm.ml		..linked
freebsd.ml		..linked
gnu.ml		..linked
hpux.ml		..linked
irix5.ml		..linked
linux.ml		..linked
linux.mt		..linked
openbsd.ml		..linked
openbsd.mt		..linked
posix.mt		..linked
sol2pth.mt		..linked
sol2shm.ml		..linked
sol2solth.mt		..linked
sunos4.ml		..linked
x86-interix.ml		..linked
configure.in		..linked
csetjmp		..linked
csignal		..linked
cstdarg		..linked
cstddef		..linked
cstdio		..linked
cstdlib		..linked
cstdlibi.cc		..linked
cstring		..linked
cstringi.cc		..linked
ctime		..linked
cwchar		..linked
cwctype		..linked
fstream		..linked
iomanip		..linked
iosfwd		..linked
iostream		..linked
sinst.cc		..linked
sstream		..linked
std		..working in
bastring.cc		..linked
bastring.h		..linked
complext.cc		..linked
complext.h		..linked
dcomplex.h		..linked
fcomplex.h		..linked
gslice.h		..linked
gslice_array.h		..linked
indirect_array.h		..linked
ldcomplex.h		..linked
mask_array.h		..linked
slice.h		..linked
slice_array.h		..linked
std_valarray.h		..linked
straits.h		..linked
valarray_array.h		..linked
valarray_array.tcc		..linked
valarray_meta.h		..linked
stdexcept		..linked
stdexcepti.cc		..linked
stl		..working in
ChangeLog		..linked
README		..linked
algo.h		..linked
algobase.h		..linked
algorithm		..linked
alloc.h		..linked
bitset		..linked
bvector.h		..linked
defalloc.h		..linked
deque		..linked
deque.h		..linked
function.h		..linked
functional		..linked
hash_map		..linked
hash_map.h		..linked
hash_set		..linked
hash_set.h		..linked
hashtable.h		..linked
heap.h		..linked
iterator		..linked
iterator.h		..linked
list		..linked
list.h		..linked
map		..linked
map.h		..linked
memory		..linked
multimap.h		..linked
multiset.h		..linked
numeric		..linked
pair.h		..linked
pthread_alloc		..linked
pthread_alloc.h		..linked
queue		..linked
rope		..linked
rope.h		..linked
ropeimpl.h		..linked
set		..linked
set.h		..linked
slist		..linked
slist.h		..linked
stack		..linked
stack.h		..linked
stl_algo.h		..linked
stl_algobase.h		..linked
stl_alloc.h		..linked
stl_bvector.h		..linked
stl_config.h		..linked
stl_construct.h		..linked
stl_deque.h		..linked
stl_function.h		..linked
stl_hash_fun.h		..linked
stl_hash_map.h		..linked
stl_hash_set.h		..linked
stl_hashtable.h		..linked
stl_heap.h		..linked
stl_iterator.h		..linked
stl_list.h		..linked
stl_map.h		..linked
stl_multimap.h		..linked
stl_multiset.h		..linked
stl_numeric.h		..linked
stl_pair.h		..linked
stl_queue.h		..linked
stl_raw_storage_iter.h		..linked
stl_relops.h		..linked
stl_rope.h		..linked
stl_set.h		..linked
stl_slist.h		..linked
stl_stack.h		..linked
stl_tempbuf.h		..linked
stl_tree.h		..linked
stl_uninitialized.h		..linked
stl_vector.h		..linked
tempbuf.h		..linked
tree.h		..linked
type_traits.h		..linked
utility		..linked
vector		..linked
vector.h		..linked
stl.h		..linked
stlinst.cc		..linked
string		..linked
strstream		..linked
tests		..working in
ChangeLog		..linked
Makefile.in		..linked
configure.in		..linked
tcomplex.cc		..linked
tcomplex.exp		..linked
tcomplex.inp		..linked
tlist.cc		..linked
tlist.exp		..linked
tmap.cc		..linked
tmap.exp		..linked
tstring.cc		..linked
tstring.exp		..linked
tstring.inp		..linked
tvector.cc		..linked
tvector.exp		..linked
testsuite		..working in
ChangeLog		..linked
Makefile.in		..linked
config		..working in
default.exp		..linked
configure.in		..linked
lib		..working in
libstdc++.exp		..linked
libstdc++.tests		..working in
test.exp		..linked
valarray		..linked
valarray.cc		..linked
Appending ./config/../../../../config/mh-ppcpic to target-mkfrag
Appending ./config/linux.ml to target-mkfrag
Appending ./config/linux.mt to target-mkfrag
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libstdc++ using "target-mkfrag"
Adding multilib support to Makefile in .
with_multisubdir=nof
Configuring tests...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libstdc++/tests using "../target-mkfrag"
Configuring testsuite...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/nof/libstdc++/testsuite using "../target-mkfrag"
Configuring tests...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++/tests using "../target-mkfrag"
Configuring testsuite...
Created "Makefile" in /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++/testsuite using "../target-mkfrag"
make[1]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
cd ../libio ; make "SHELL=/bin/sh" "INSTALL=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c " "prefix=/usr/local" "exec_prefix=/usr/local" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gxx_include_dir=/usr/local/include/g++-3" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "gcc_version=2.95.3" "gcc_version_trigger=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/version.c" "AR=powerpc-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CXX=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE" "NM=powerpc-unknown-linux-gnu-nm" "RANLIB=powerpc-unknown-linux-gnu-ranlib" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "SHLIB=libstdc++-3-libc6.1-2-2.10.0.so" "SHCURSES=" "RUNTESTFLAGS=" iostream.list
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
make[2]: `iostream.list' is up to date.
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libio'
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC cstringi.cc -o pic/cstringi.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO cstringi.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC stdexcepti.cc -o pic/stdexcepti.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO stdexcepti.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC cstdlibi.cc -o pic/cstdlibi.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO cstdlibi.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC cmathi.cc -o pic/cmathi.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO cmathi.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC stlinst.cc -o pic/stlinst.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO stlinst.cc
test x"yes" != xyes || \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC valarray.cc -o pic/valarray.o
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO valarray.cc
echo cstring
cstring
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DC \
    `for N in REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP; do echo " -D${N}"; done` \
    ./sinst.cc -o pic/cstrmain.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DC `for N in REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP; do echo " -D${N}"; done` \
  ./sinst.cc -o cstrmain.o
echo cstrio
cstrio
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DC \
    `for N in EXTRACT INSERT GETLINE; do echo " -D${N}"; done` \
    ./sinst.cc -o pic/cstrio.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DC `for N in EXTRACT INSERT GETLINE; do echo " -D${N}"; done` \
  ./sinst.cc -o cstrio.o
touch bigstmp-string
echo fcomplex
fcomplex
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DF \
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/fcomplex.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DF `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
  ./cinst.cc -o fcomplex.o
echo fcomio
fcomio
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DF \
    `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/fcomio.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DF `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
  ./cinst.cc -o fcomio.o
echo dcomplex
dcomplex
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DD \
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/dcomplex.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DD `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
  ./cinst.cc -o dcomplex.o
echo dcomio
dcomio
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DD \
    `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/dcomio.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DD `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
  ./cinst.cc -o dcomio.o
echo ldcomplex
ldcomplex
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DLD \
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/ldcomplex.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
  ./cinst.cc -o ldcomplex.o
echo ldcomio
ldcomio
if [ x"yes" = xyes ]; then \
  /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -fPIC -DLD \
    `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/ldcomio.o; \
else true ; fi
/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
  ./cinst.cc -o ldcomio.o
touch bigstmp-complx
cd ../libiberty ; make "SHELL=/bin/sh" "INSTALL=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/install-sh -c " "prefix=/usr/local" "exec_prefix=/usr/local" "tooldir=/usr/local/powerpc-unknown-linux-gnu" "gxx_include_dir=/usr/local/include/g++-3" "libsubdir=/usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/2.95.3" "gcc_version=2.95.3" "gcc_version_trigger=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/version.c" "AR=powerpc-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CXX=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/xgcc -B/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE" "NM=powerpc-unknown-linux-gnu-nm" "RANLIB=powerpc-unknown-linux-gnu-ranlib" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/texinfo/makeinfo/makeinfo " "SHLIB=libstdc++-3-libc6.1-2-2.10.0.so" "SHCURSES=" "RUNTESTFLAGS="
make[2]: Entering directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libiberty'
make[1]: *** [../libiberty/libiberty.a] Error 2
make[1]: Leaving directory `/home/jim/Musenki/Musenki-toolkit/gcc-2.95.3/powerpc-unknown-linux-gnu/libstdc++'
make: *** [all-target-libstdc++] Error 2

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]