This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Not successfully built ecgs


Dear ecgs maintainers/developers!

Thanks for working at this compiler! (Is this the correct mail address  
to report a build problem?)

You requested:
If you don't mind, please send egcs@cygnus.com a short mail message  
indicating that you successfully built and installed egcs. Include the  
output from running srcdir/config.guess.


I was not able to build egcs. The problem is at the bottom of this mail.  
I'd be glad to answer any further questions. The output from running  
srcdir/config.guess follows at the very bottom. Here is the story:

Unpacking, configuring, building, following the m68k-*-nextstep* -  
specific notes:

~/Library/nobackup> bunzip2 -tvv  
/Net/carnap/Users/tschwarz/Library/Archive/GNU/egcs-1.0.3a.tar.bz2
  /Net/carnap/Users/tschwarz/Library/Archive/GNU/egcs-1.0.3a.tar.bz2:
    block [1: huff+mtf rt+rld] ok
    block [2: huff+mtf rt+rld] ok
    block [3: huff+mtf rt+rld] ok
    block [4: huff+mtf rt+rld] ok
    block [5: huff+mtf rt+rld] ok
    block [6: huff+mtf rt+rld] ok
    block [7: huff+mtf rt+rld] ok
    block [8: huff+mtf rt+rld] ok
    block [9: huff+mtf rt+rld] ok
    block [10: huff+mtf rt+rld] ok
    block [11: huff+mtf rt+rld] ok
    block [12: huff+mtf rt+rld] ok
    block [13: huff+mtf rt+rld] ok
    block [14: huff+mtf rt+rld] ok
    block [15: huff+mtf rt+rld] ok
    block [16: huff+mtf rt+rld] ok
    block [17: huff+mtf rt+rld] ok
    block [18: huff+mtf rt+rld] ok
    block [19: huff+mtf rt+rld] ok
    block [20: huff+mtf rt+rld] ok
    block [21: huff+mtf rt+rld] ok
    block [22: huff+mtf rt+rld] ok
    block [23: huff+mtf rt+rld] ok
    block [24: huff+mtf rt+rld] ok
    block [25: huff+mtf rt+rld] ok
    block [26: huff+mtf rt+rld] ok
    block [27: huff+mtf rt+rld] ok
    block [28: huff+mtf rt+rld] ok
    block [29: huff+mtf rt+rld] ok
    block [30: huff+mtf rt+rld] ok
    block [31: huff+mtf rt+rld] ok
    block [32: huff+mtf rt+rld] ok
    block [33: huff+mtf rt+rld] ok
    block [34: huff+mtf rt+rld] ok
    block [35: huff+mtf rt+rld] ok
    block [36: huff+mtf rt+rld] ok
    block [37: huff+mtf rt+rld] ok
    block [38: huff+mtf rt+rld] ok
    block [39: huff+mtf rt+rld] ok
    block [40: huff+mtf rt+rld] ok
    block [41: huff+mtf rt+rld] ok
    block [42: huff+mtf rt+rld] ok
    block [43: huff+mtf rt+rld] ok
    block [44: huff+mtf rt+rld] ok
    block [45: huff+mtf rt+rld] ok
    block [46: huff+mtf rt+rld] ok
    block [47: huff+mtf rt+rld] ok
    combined CRCs: stored = 0x4d356402, computed = 0x4d356402
    ok
-----------------------------------------------------------
~/Library/nobackup> gnutar --use-compress-program bzip2 -xf  
/Net/carnap/Users/tschwarz/Library/Archive/GNU/egcs-1.0.3a.tar.bz2
-----------------------------------------------------------
~/Library/nobackup> cd egcs-1.0.3a/
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a> mkdir objdir
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a> cd objdir
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir> ../configure  
--prefix=/Net/carnap/Users/tschwarz/Unix
Configuring for a i386-next-nextstep3 host.
Created "Makefile" in /Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir
ld: warning table of contents of library:  
/usr/local/lib/gcc-lib/i386-next-nextstep3/2.8.1/libgcc.a not sorted  
slower link editing will result (use the ranlib(1) -s option)
Links are now set up to build a native compiler for i386-next-nextstep3
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir> sed --ver
GNU sed version 2.05
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir> gnumake --versi
GNU Make version 3.74, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir> gnumake all-texinfo all-bison  
all-byacc all-binutils all-gas all-ld
gnumake[1]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/libiberty'
if [ -n "" ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
echo "# !Automatically generated from ../../libiberty/functions.def"\
  "- DO NOT EDIT!" >needed2.awk
grep '^DEFVAR(' < ../../libiberty/functions.def \
 | sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ { printf "#ifndef  
NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
 >>needed2.awk
grep '^DEFFUNC(' < ../../libiberty/functions.def \
 | sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\1/ { printf "#ifndef  
NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
 >>needed2.awk
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/dummy.c  
2>/dev/null
(gcc -o dummy -g -O2   dummy.o  ) >errors 2>&1 || true
echo "/* !Automatically generated from ../../libiberty/functions.def"\
  "- DO NOT EDIT! */" >lconfig.h
awk -f needed2.awk <errors >>lconfig.h
cp lconfig.h config.tmp
/bin/sh ../../libiberty/../move-if-change config.tmp config.h
touch stamp-config
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/argv.c -o pic/argv.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/argv.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/basename.c -o pic/basename.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/basename.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/choose-temp.c -o pic/choose-temp.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/choose-temp.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/concat.c -o pic/concat.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/concat.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/cplus-dem.c -o pic/cplus-dem.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/cplus-dem.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/fdmatch.c -o pic/fdmatch.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/fdmatch.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/fnmatch.c -o pic/fnmatch.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/fnmatch.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/getopt.c -o pic/getopt.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/getopt.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/getopt1.c -o pic/getopt1.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/getopt1.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/getruntime.c -o pic/getruntime.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/getruntime.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include   ../../libiberty/hex.c  
-o pic/hex.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/hex.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/floatformat.c -o pic/floatformat.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/floatformat.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/objalloc.c -o pic/objalloc.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/objalloc.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/obstack.c -o pic/obstack.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/obstack.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/pexecute.c -o pic/pexecute.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/pexecute.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/spaces.c -o pic/spaces.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/spaces.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/strerror.c -o pic/strerror.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/strerror.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/strsignal.c -o pic/strsignal.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/strsignal.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/xatexit.c -o pic/xatexit.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/xatexit.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/xexit.c -o pic/xexit.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/xexit.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/xmalloc.c -o pic/xmalloc.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/xmalloc.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/xstrdup.c -o pic/xstrdup.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/xstrdup.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/xstrerror.c -o pic/xstrerror.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/xstrerror.c
echo "# !Automatically generated from ../../libiberty/functions.def"\
  "- DO NOT EDIT!" >needed.awk
grep '^DEF(' < ../../libiberty/functions.def \
    | sed -e '/DEF/s|DEF.\([^,]*\).*|/\1/ { printf "\1.o " }|' \
    >>needed.awk
rm -f lneeded-list
f=""; \
for i in `awk -f needed.awk <errors`  ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
case $f in \
    *alloca.o*) f="$f xmalloc.o xexit.o" ;; \
esac ; \
echo $f >>lneeded-list
cp lneeded-list needed-tmp
/bin/sh ../../libiberty/../move-if-change needed-tmp needed-list
touch stamp-needed
gnumake[2]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/libiberty'
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/asprintf.c -o pic/asprintf.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/asprintf.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/getcwd.c -o pic/getcwd.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/getcwd.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/strdup.c -o pic/strdup.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/strdup.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/vasprintf.c -o pic/vasprintf.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/vasprintf.c
test -z "" || \
  gcc -c -g -O2 -I. -I../../libiberty/../include    
../../libiberty/waitpid.c -o pic/waitpid.o
gcc -c -g -O2 -I. -I../../libiberty/../include  ../../libiberty/waitpid.c
rm -rf libiberty.a
ar rc libiberty.a \
  argv.o basename.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 strerror.o strsignal.o xatexit.o xexit.o  
xmalloc.o xstrdup.o xstrerror.o asprintf.o getcwd.o strdup.o vasprintf.o  
waitpid.o
ranlib libiberty.a
echo argv.o basename.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 strerror.o strsignal.o xatexit.o xexit.o  
xmalloc.o xstrdup.o xstrerror.o > required-list
gnumake[2]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/libiberty'
gnumake[1]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/libiberty'
gnumake[1]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo'
rm -f stmp-sub-all
for dir in libtxi makeinfo util emacs; do \
  echo making sub-all in $dir; \
  (cd $dir && gnumake bindir='/Net/carnap/Users/tschwarz/Unix/bin'  
mandir='/Net/carnap/Users/tschwarz/Unix/man/man1' manext='1'  
prefix='/Net/carnap/Users/tschwarz/Unix' binprefix='' manprefix=''  
infodir='/Net/carnap/Users/tschwarz/Unix/info' CFLAGS='-g -O2' CC='gcc'  
ALLOCA='' LDFLAGS=''  
DEFAULT_INFOPATH='/Net/carnap/Users/tschwarz/Unix/info:.'  
INSTALL='/bin/sh /Users/tschwarz/Library/nobackup/egcs-1.0.3a/install-sh  
-c' INSTALL_DATA='/bin/sh  
/Users/tschwarz/Library/nobackup/egcs-1.0.3a/install-sh -c -m 644'  
INSTALL_PROGRAM='/bin/sh  
/Users/tschwarz/Library/nobackup/egcs-1.0.3a/install-sh -c ' sub-all ||  
exit 1); \
done
making sub-all in libtxi
gnumake[2]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/libtxi'
gcc -c  -I. -I../../../texinfo/libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/libtxi/getopt.c
gcc -c  -I. -I../../../texinfo/libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/libtxi/getopt1.c
gcc -c  -I. -I../../../texinfo/libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/libtxi/bzero.c
gcc -c  -I. -I../../../texinfo/libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/libtxi/strdup.c
rm -f libtxi.a
ar cq libtxi.a getopt.o getopt1.o bzero.o  strdup.o
ranlib libtxi.a
gnumake[2]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/libtxi'
making sub-all in makeinfo
gnumake[2]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/makeinfo'
gcc -c  -I. -I../../../texinfo/makeinfo  
-I../../../texinfo/makeinfo/../libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/makeinfo/makeinfo.c
gcc -c  -I. -I../../../texinfo/makeinfo  
-I../../../texinfo/makeinfo/../libtxi -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  
-DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1  
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1  
-DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1  
-DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1  
-DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1  
-DHAVE_MEMMOVE=1  -g -O2 ../../../texinfo/makeinfo/multi.c
gcc  -o makeinfo makeinfo.o multi.o -L../libtxi -ltxi
ld: warning table of contents of library:  
/usr/local/lib/gcc-lib/i386-next-nextstep3/2.8.1/libgcc.a not sorted  
slower link editing will result (use the ranlib(1) -s option)
./makeinfo --no-split -I../../../texinfo/makeinfo makeinfo.texi
Making info file `makeinfo.info' from `makeinfo.texi'.
gnumake[2]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/makeinfo'
making sub-all in util
gnumake[2]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/util'
gcc -c  -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1  
-DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1  
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1  
-DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1  
-DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1  
-DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1   
-I. -I../../../texinfo/util -I../../../texinfo/util/../libtxi -g -O2  
../../../texinfo/util/texindex.c
gcc  -o texindex texindex.o -L../libtxi -ltxi
ld: warning table of contents of library:  
/usr/local/lib/gcc-lib/i386-next-nextstep3/2.8.1/libgcc.a not sorted  
slower link editing will result (use the ranlib(1) -s option)
gcc -c  -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1  
-DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1  
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1  
-DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1  
-DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1  
-DHAVE_STRERROR=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1   
-I. -I../../../texinfo/util -I../../../texinfo/util/../libtxi -g -O2  
../../../texinfo/util/install-info.c
gcc  -o install-info install-info.o -L../libtxi -ltxi
ld: warning table of contents of library:  
/usr/local/lib/gcc-lib/i386-next-nextstep3/2.8.1/libgcc.a not sorted  
slower link editing will result (use the ranlib(1) -s option)
gnumake[2]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/util'
making sub-all in emacs
gnumake[2]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/emacs'
gnumake[2]: Nothing to be done for `sub-all'.
gnumake[2]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo/emacs'
touch stmp-sub-all
./makeinfo/makeinfo -I../../texinfo texinfo.texi
Making info file `texinfo' from `texinfo.texi'.
gnumake[1]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/texinfo'
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir> cd gcc
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir/gcc> gnumake bootstrap
gnumake CC="cc -traditional-cpp"  
libdir=/Net/carnap/Users/tschwarz/Unix/lib LANGUAGES="c "
gnumake[1]: Entering directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/gcc'
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config \
   
-DGCC_INCLUDE_DIR=\"/Net/carnap/Users/tschwarz/Unix/lib/gcc-lib/i386-next-nextstep3/egcs-2.90.29/include\"  
\
  -DGPLUSPLUS_INCLUDE_DIR=\"/Net/carnap/Users/tschwarz/Unix/include/g++\" \
   
-DOLD_GPLUSPLUS_INCLUDE_DIR=\"/Net/carnap/Users/tschwarz/Unix/lib/g++-include\"  
\
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
   
-DCROSS_INCLUDE_DIR=\"/Net/carnap/Users/tschwarz/Unix/i386-next-nextstep3/sys-include\"  
\
   
-DTOOL_INCLUDE_DIR=\"/Net/carnap/Users/tschwarz/Unix/i386-next-nextstep3/include\"  
\
  -c `echo ../../gcc/cccp.c | sed 's,^\./,,'`
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c ../../gcc/cexp.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/version.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/obstack.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o cccp cccp.o cexp.o \
  version.o obstack.o
rm -f cpp
ln cccp cpp
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c ../../gcc/c-parse.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-lang.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-lex.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-pragma.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-decl.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-typeck.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-convert.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-aux-info.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-common.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/c-iterate.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genattr.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/rtl.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genattr \
 genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genattr ../../gcc/config/i386/i386.md > tmp-attr.h
../../gcc/move-if-change tmp-attr.h insn-attr.h
touch stamp-attr
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config  \
  -DTARGET_NAME=\"i386-next-nextstep3\" \
  -c `echo ../../gcc/toplev.c | sed 's,^\./,,'`
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/tree.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/print-tree.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/stor-layout.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/fold-const.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genflags.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genflags \
 genflags.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genflags ../../gcc/config/i386/i386.md > tmp-flags.h
../../gcc/move-if-change tmp-flags.h insn-flags.h
touch stamp-flags
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/gencodes.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o gencodes \
 gencodes.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./gencodes ../../gcc/config/i386/i386.md > tmp-codes.h
../../gcc/move-if-change tmp-codes.h insn-codes.h
touch stamp-codes
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genconfig.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genconfig \
  genconfig.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genconfig ../../gcc/config/i386/i386.md > tmp-config.h
../../gcc/move-if-change tmp-config.h insn-config.h
touch stamp-config
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/function.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-opcode.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-parser.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-lexer.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-reverse.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o bi-opcode \
 bi-opcode.o bi-parser.o bi-lexer.o bi-reverse.o ` case "obstack.o" in  
?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case ""  
in ?*) echo  ;; esac `
./bi-opcode < ../../gcc/bytecode.def >tmp-bcopcd.h
(Number of opcodes is 232)
../../gcc/move-if-change tmp-bcopcd.h bc-opcode.h
touch stamp-bcopcode
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/stmt.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/except.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/expr.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/calls.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/expmed.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/explow.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/optabs.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/varasm.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/print-rtl.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/rtlanal.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-opname.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o bi-opname \
 bi-opname.o bi-parser.o bi-lexer.o bi-reverse.o ` case "obstack.o" in  
?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case ""  
in ?*) echo  ;; esac `
./bi-opname < ../../gcc/bytecode.def >tmp-bcopnm.h
../../gcc/move-if-change tmp-bcopnm.h bc-opname.h
touch stamp-bcopname
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/emit-rtl.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/real.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/regmove.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/dbxout.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/sdbout.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/dwarfout.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/dwarf2out.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/xcoffout.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/bitmap.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/alias.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/integrate.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/jump.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/cse.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/loop.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/unroll.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/flow.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/stupid.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/combine.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/regclass.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/local-alloc.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/global.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/reload.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/reload1.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/caller-save.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genpeep.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genpeep \
 genpeep.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genpeep ../../gcc/config/i386/i386.md > tmp-peep.c
../../gcc/move-if-change tmp-peep.c insn-peep.c
touch stamp-peep
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-peep.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/reorg.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/sched.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/final.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/recog.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/reg-stack.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genopinit.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genopinit \
 genopinit.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genopinit ../../gcc/config/i386/i386.md > tmp-opinit.c
../../gcc/move-if-change tmp-opinit.c insn-opinit.c
touch stamp-opinit
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-opinit.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genrecog.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genrecog \
 genrecog.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genrecog ../../gcc/config/i386/i386.md > tmp-recog.c
../../gcc/move-if-change tmp-recog.c insn-recog.c
touch stamp-recog
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-recog.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genextract.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genextract \
 genextract.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genextract ../../gcc/config/i386/i386.md > tmp-extract.c
../../gcc/move-if-change tmp-extract.c insn-extract.c
touch stamp-extract
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-extract.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genoutput.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genoutput \
 genoutput.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genoutput ../../gcc/config/i386/i386.md > tmp-output.c
../../gcc/move-if-change tmp-output.c insn-output.c
touch stamp-output
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-output.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genemit.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genemit \
 genemit.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `  
case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genemit ../../gcc/config/i386/i386.md > tmp-emit.c
../../gcc/move-if-change tmp-emit.c insn-emit.c
touch stamp-emit
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-emit.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/profile.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/genattrtab.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genattrtab \
 genattrtab.o rtl.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo  
obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*)  
echo  ;; esac `
if cmp -s Makefile   ../../gcc/config/i386/i386.md;     \
then                                    \
  echo Using ;  \
  cp  tmp-attrtab.c;    \
else                                    \
  ./genattrtab ../../gcc/config/i386/i386.md > tmp-attrtab.c;   \
fi
../../gcc/move-if-change tmp-attrtab.c insn-attrtab.c
touch stamp-attrtab
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config -c insn-attrtab.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/config/i386/i386.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/getpwd.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/convert.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/config/nextstep.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config \
   ../../gcc/bi-arity.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o bi-arity \
 bi-arity.o bi-parser.o bi-lexer.o bi-reverse.o ` case "obstack.o" in  
?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case ""  
in ?*) echo  ;; esac `
./bi-arity < ../../gcc/bytecode.def >tmp-bc-arity.h
../../gcc/move-if-change tmp-bc-arity.h bc-arity.h
touch stamp-bcarity
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/bc-emit.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/bc-optab.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o cc1 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  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 varasm.o rtl.o print-rtl.o rtlanal.o  
emit-rtl.o real.o regmove.o dbxout.o sdbout.o dwarfout.o dwarf2out.o  
xcoffout.o bitmap.o alias.o integrate.o jump.o cse.o loop.o unroll.o  
flow.o stupid.o combine.o regclass.o local-alloc.o global.o reload.o  
reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o  
reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o  
insn-emit.o profile.o insn-attrtab.o i386.o getpwd.o convert.o nextstep.o  
bc-emit.o bc-optab.o obstack.o
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config  \
-DTARGET_MACHINE=\"i386-next-nextstep3\"  \
-c `echo ../../gcc/collect2.c | sed 's,^\./,,'`
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/tlink.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/hash.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/cplus-dem.c
/bin/sh ../../gcc/genmultilib \
  "" \
  "" \
  "" \
  "" \
  "" > tmp-mlib.h
../../gcc/move-if-change tmp-mlib.h multilib.h
touch stamp-mlib
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../gcc  
-I../../gcc/config \
  -DSTANDARD_STARTFILE_PREFIX=\"/Net/carnap/Users/tschwarz/Unix/lib/\"  
-DSTANDARD_EXEC_PREFIX=\"/Net/carnap/Users/tschwarz/Unix/lib/gcc-lib/\"  
-DDEFAULT_TARGET_VERSION=\"egcs-2.90.29\"  
-DDEFAULT_TARGET_MACHINE=\"i386-next-nextstep3\"  
-DTOOLDIR_BASE_PREFIX=\"/Net/carnap/Users/tschwarz/Unix/\" \
  -c `echo ../../gcc/gcc.c | sed 's,^\./,,'`
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/choose-temp.c
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config ../../gcc/pexecute.c
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o xgcc gcc.o  
version.o \
  choose-temp.o pexecute.o  obstack.o
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -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
../../gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
touch stamp-under
cc -traditional-cpp -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I.  
-I../../gcc -I../../gcc/config underscore.c
rm -f collect2
cc -traditional-cpp  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o collect2  
collect2.o tlink.o hash.o \
  cplus-dem.o underscore.o version.o choose-temp.o obstack.o
rm -f ld
ln collect2 ld
./xgcc -B./ -dumpspecs > tmp-specs
mv tmp-specs specs
echo "__foo () {}" > dummy.c
./xgcc -B./  -DIN_GCC    -g -I./include  -c dummy.c
/tmp/cc011730.s:1:Junk character 47.
/tmp/cc011730.s:1:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:2:Junk character 47.
/tmp/cc011730.s:2:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:3:Junk character 47.
/tmp/cc011730.s:3:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:4:Junk character 47.
/tmp/cc011730.s:4:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:5:Junk character 47.
/tmp/cc011730.s:5:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:6:Junk character 47.
/tmp/cc011730.s:6:Rest of line ignored. 1st junk character valued 32 ( ).
gnumake[1]: *** [libgcc1.null] Error 1
gnumake[1]: Leaving directory  
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/gcc'
gnumake: *** [bootstrap] Error 2
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a/objdir/gcc>


Now, I don't know any further...


Output from running srcdir/config.guess:

~/Library/nobackup/egcs-1.0.3a> ./config.guess
i386-next-nextstep3
-----------------------------------------------------------
~/Library/nobackup/egcs-1.0.3a>



Bye
	Tilo

--------------------
Tilo Schwarz, Daimler-Benz AG, Research Center Ulm, FT3/AB
Address:      Wilhelm-Runge-Str.11,  P.O. Box 23 60,  89013 Ulm,  Germany
Phone:        +49 731 505 2376
Email:        tilo.schwarz@dbag.ulm.daimlerbenz.com
              (NeXT- and MIME-Mail welcome)


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