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]

Libstdc++-v3 build aborts on CVS head as of 11 UTC today.


As follows (obj is build directory):

/home/toon/compilers/snapshots/obj/gcc/xgcc
-B/home/toon/compilers/snapshots/obj/gcc/ -nostdinc++
-L/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/src
-L/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/snp/alphaev6-unknown-linux-gnu/bin/
-B/usr/snp/alphaev6-unknown-linux-gnu/lib/ -isystem
/usr/snp/alphaev6-unknown-linux-gnu/include
-I../../../../gcc/libstdc++-v3/../gcc
-I../../../../gcc/libstdc++-v3/../include
-I/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/include/alphaev6-unknown-linux-gnu
-I/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/include
-I../../../../gcc/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE -mieee
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c ../../../../gcc/libstdc++-v3/libsupc++/del_op.cc  -fPIC -DPIC -o
del_op.o
In file included from ../../../../gcc/libstdc++-v3/libsupc++/new:40,
                 from
../../../../gcc/libstdc++-v3/libsupc++/del_op.cc:31:
/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/include/cstddef:31:30:
bits/std_cstddef.h: No such file or directory
In file included from
../../../../gcc/libstdc++-v3/libsupc++/del_op.cc:31:

If we look into
/home/toon/compilers/snapshots/obj/alphaev6-unknown-linux-gnu/libstdc++-v3/include/bits
we see:

std_cstddef.h ->
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cstddef.h
 |  |  |  |
 1  2  3  4 up which is just one fewer than needed !

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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