This is the mail archive of the gcc-bugs@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]

c++ support bits moved


Hi,
the recent patch to move the C++ bits out of libgcc2 and into libstdc++
have broken the in-tree build -- much like the zlib insertion did which
Alexandre fixed. (http://gcc.gnu.org/ml/gcc-bugs/2000-10/msg00221.html)

I attach the configure output and failing build output. It's the same
problem as with zlib, but this time at the build stage. We're inside
topdir/i686-pc-linux-gnu/libstdc++ looking for ../gcc/gansidecl.h

My attempts at fixing it have come to nought, perhaps someone with a
better understanding of how it's supposed to work can help?

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
++ which as
++ which ld
+ CC=gcc
+ CXX=g++
+ ./configure --prefix=/home/nathan/local/unknown-i686-Linux-2/egcs-devel --program-transform-name=s,^,devel-, --with-as=/usr/bin/as --with-ld=/usr/bin/ld
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/nathan/egcs/devel/egcs using "mt-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for sigsetmask... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... (cached) true
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for zlib.h... (cached) yes
checking for gzdopen in -lz... (cached) yes
checking for sigblock... (cached) yes
checking for tputs in -lncurses... (cached) yes
checking for ncurses/termcap.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for pwd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... (cached) yes
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... (cached) no
checking for sys/wait.h... (cached) yes
checking for off_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... (cached) yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigsetmask... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  de fr
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for long double... (cached) yes
checking whether gcc accepts -Wno-long-long... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... yes (/usr/bin/as - GNU as)
checking whether a default linker was specified... yes (/usr/bin/ld - GNU ld)
checking for GNU C library... (cached) yes
checking for inline... (cached) inline
checking for mawk... (cached) gawk
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for volatile... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for iconv.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for gnatbind... (cached) no
Using makeinfo from the unified source tree.
checking for preprocessor stringizing operator... (cached) yes
checking for inttypes.h... (cached) yes
checking for unsigned enumerated bitfields... (cached) yes
checking for strtoul... (cached) yes
checking for bsearch... (cached) yes
checking for putenv... (cached) yes
checking for popen... (cached) yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for isascii... (cached) yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... (cached) yes
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for getrusage... (cached) yes
checking for valloc... (cached) yes
checking for iconv... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ssize_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking for vprintf... (cached) yes
checking whether the printf functions support %p... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap which provides zeroed pages anywhere... (cached) yes
checking for working mmap of a file... (cached) yes
checking whether bcopy is declared... (cached) yes
checking whether bzero is declared... (cached) yes
checking whether bcmp is declared... (cached) yes
checking whether index is declared... (cached) yes
checking whether rindex is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking whether environ is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking if mkdir takes one argument... (cached) no
Using `./config/i386/i386.c' to output insns.
Using `./config/i386/i386.md' as machine description file.
Using `./config/i386/linux.h' as target machine macro file.
Using `./config/i386/xm-i386.h' as host machine macro file.
checking for strerror in -lcposix... (cached) no
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... en_GB
checking whether windows registry support is requested... yes
checking registry key on windows hosts... 2.97
checking what assembler to use... /usr/bin/as
checking what nm to use... nm
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... working .subsection -1
checking assembler weak support... yes
checking assembler hidden support... 
checking assembler instructions... filds fists 
Using ggc-page for garbage collection.
checking for libstdc++ to install... v2
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for i686-pc-linux-gnu
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating cp/Makefile
creating f/Makefile
creating java/Makefile
creating auto-host.h
Merged x-linux.
Merged t-linux and i386/t-crtstuff and t-install-cpp.
Created `objc/Makefile'.
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/libiberty'
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/libiberty/testsuite'
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/libiberty'
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo'
make all-recursive
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo'
Making all in intl
make[3]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo/intl'
Making all in lib
make[3]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo/lib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo/makeinfo'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo/makeinfo'
Making all in util
make[3]: Entering directory `/home/nathan/egcs/devel/egcs/texinfo/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo/util'
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo'
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/texinfo'
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/etc'
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/gcc'
(cd intl && make all)
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/gcc/intl'
(cd po && make all)
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/gcc/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/gcc/po'
make GCC_FOR_TARGET="/home/nathan/egcs/devel/egcs/gcc/xgcc -B/home/nathan/egcs/devel/egcs/gcc/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/bin/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/lib/ -isystem /home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="ar" \
  AR_CREATE_FOR_TARGET="ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g -O2 -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="ranlib" \
  RANLIB_TEST_FOR_TARGET="[ -f ranlib ] || ( [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="nm" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC    `echo -g -O2 -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'` -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I. -I./config -I./../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  -f libgcc.mk all
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/gcc'
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/gcc'
Configuring in i686-pc-linux-gnu/libio
.#editbuf.h.1.2		..linked
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
beos.mt		..linked
dgux.mt		..linked
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
mpeix.mt		..linked
mtsafe.mt		..linked
netware.mt		..linked
vxworks.mt		..linked
config.shared		..linked
configure		..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
m		..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
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty'
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty'
if [ -z "" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd .; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/nathan/egcs/devel/egcs/gcc/xgcc -B/home/nathan/egcs/devel/egcs/gcc/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/bin/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/lib/ -isystem /home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/include"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make "AR=ar" "AR_FLAGS=rc" "CC=/home/nathan/egcs/devel/egcs/gcc/xgcc -B/home/nathan/egcs/devel/egcs/gcc/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/bin/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/lib/ -isystem /home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/include" "CFLAGS=-g -O2" "LIBCFLAGS=-g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c" "INSTALL_DATA=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c " "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/home/nathan/local/unknown-i686-Linux-2/egcs-devel" "exec_prefix=/home/nathan/local/unknown-i686-Linux-2/egcs-devel" "libdir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/lib" "libsubdir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/lib/gcc-lib/i686-pc-linux-gnu/2.97" "tooldir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu" \
			CFLAGS="-g -O2 ${flags}" \
			prefix="/home/nathan/local/unknown-i686-Linux-2/egcs-devel" \
			exec_prefix="/home/nathan/local/unknown-i686-Linux-2/egcs-devel" \
			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[2]: Leaving directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty'
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libiberty'
make[1]: Entering directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libstdc++'
cd ../libio ; make "SHELL=/bin/sh" "INSTALL=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c" "INSTALL_DATA=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/nathan/egcs/devel/egcs/install-sh -c " "prefix=/home/nathan/local/unknown-i686-Linux-2/egcs-devel" "exec_prefix=/home/nathan/local/unknown-i686-Linux-2/egcs-devel" "tooldir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu" "gxx_include_dir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/include/g++-3" "libsubdir=/home/nathan/local/unknown-i686-Linux-2/egcs-devel/lib/gcc-lib/i686-pc-linux-gnu/2.97" "gcc_version=2.97" "gcc_version_trigger=/home/nathan/egcs/devel/egcs/gcc/version.c" "AR=ar" "AR_FLAGS=rc" "CC=/home/nathan/egcs/devel/egcs/gcc/xgcc -B/home/nathan/egcs/devel/egcs/gcc/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/bin/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/lib/ -isystem /home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/include" "CXX=/home/nathan/egcs/devel/egcs/gcc/g++ -B/home/nathan/egcs/devel/egcs/gcc/ -nostdinc++ -isystem /home/nathan/egcs/devel/egcs/libstdc++ -isystem /home/nathan/egcs/devel/egcs/libstdc++/std -isystem /home/nathan/egcs/devel/egcs/libstdc++/stl -isystem /home/nathan/egcs/devel/egcs/libio -isystem /home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libio -L/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libstdc++ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/bin/ -B/home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/lib/ -isystem /home/nathan/local/unknown-i686-Linux-2/egcs-devel/i686-pc-linux-gnu/include" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE" "NM=nm" "RANLIB=ranlib" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/home/nathan/egcs/devel/egcs/texinfo/makeinfo/makeinfo " "SHLIB=libstdc++.so.2.10.0" "SHCURSES=" "RUNTESTFLAGS=" iostream.list
make[2]: Entering directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libio'
make[2]: Nothing to be done for `iostream.list'.
make[2]: Leaving directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libio'
make[1]: *** No rule to make target `../gcc/gansidecl.h', needed by `exception.o'.  Stop.
make[1]: Leaving directory `/home/nathan/egcs/devel/egcs/i686-pc-linux-gnu/libstdc++'
make: *** [all-target-libstdc++] Error 2

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