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

             Bug #: 50653
           Summary: At build phase there are demanded two files named
                    ....hpp but there are only files named ....hp
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: sour...@centrum.cz


GCC version: 4.6.1
Platform Powerpc 32b, AIX 5.3
Action: build of gcc and g++ from gcc-core-4.6.1.tar.gz and
gcc-g++-4.6.1.tar.gz archives

First step is configuration of build:
/home/davids/gcc/gcc-4.6.1/configure \
    --prefix=/home/davids/gcc/gcc461 \
    --enable-languages=c,c++ \
    --enable-shared --enable-threads=posix --disable-checking \
    --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
It is processed Ok

And the second step is build:
.../gcc/build make

There are to file naming problems at g++ part:
In file included from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp:45:0,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:47,
                 from
/home/davids/gcc/gcc-4.6.1/libstdc++-v3/include/precompiled/extc++.h:60:
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp:288:81:
fatal error:
ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: A file
or directory in the path name does not exist.
compilation terminated.

In file included from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp:48:0,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp:55,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:48,
                 from
/home/davids/gcc/gcc-4.6.1/libstdc++-v3/include/precompiled/extc++.h:60:
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:467:81:
fatal error:
ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: A file
or directory in the path name does not exist.
compilation terminated.

There are demanded 2 files named ....hpp but there are only ....hp files.

Reply via email to