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]
Other format: [Raw text]

[Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0


Bootstraping the compiler results in a compilation error during libstdc++ build:

$ ./gcc-3.4.0/configure --enable-languages=c,c++
[...]
$ gmake bootstrap
[...]
/a61/tmp/build-gcc-3.4.0/gcc/xgcc -shared-libgcc -B/a61/tmp/build-gcc-3.4.0/gcc/
-nostdinc++ -L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src
-L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src/.libs
-B/usr/local/alphaev5-dec-osf5.0/bin/ -B/usr/local/alphaev5-dec-osf5.0/lib/
-isystem /usr/local/alphaev5-dec-osf5.0/include -isystem
/usr/local/alphaev5-dec-osf5.0/sys-include
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/alphaev5-dec-osf5.0
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include
-I/a61/tmp/gcc-3.4.0/libstdc++-v3/libsupc++ -O2 -g -O2 -mieee -g -O2 -mieee
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -c
../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc   -DPIC -o .libs/allocator.o
In file included from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/postypes.h:46,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/iosfwd:50,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/stl_algobase.h:70,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/memory:54,
                 from ../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc:35:
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:182:
error: `::wcsftime' has not been declared
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:193:
error: `::wcstok' has not been declared
[...]

$ uname -a
OSF1 a61.iue.tuwien.ac.at V5.0 910 alpha

Seems to be related to following patch - which should actually fix exactly this
error, but obviously doesn't:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00495.html

-- 
           Summary: bootstrap fails during bulding libstdc++-v3 on Tru64
                    V5.0
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sabelka at iue dot tuwien dot ac dot at
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev5-dec-osf5.0
  GCC host triplet: alphaev5-dec-osf5.0
GCC target triplet: alphaev5-dec-osf5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15065


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