This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37244] libstdc++ fails to build
- From: "htl10 at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Aug 2008 18:04:38 -0000
- Subject: [Bug libstdc++/37244] libstdc++ fails to build
- References: <bug-37244-10503@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from htl10 at users dot sourceforge dot net 2008-08-26 18:04 -------
Oh dear, sorry about the noise - Looking at my own error message about the
missing files and where they are, I found that it is the vendor tar which is
broken - it truncates file path names to 100 characters - this is normally not
noticeable except in the libstdc++ dir where there are a lot of files with long
names. e.g.
gnu tar:
---------
$ ls gcc-4.3.1/libstdc++-v3/include/ext/pb_ds/detail/resize_policy
cc_hash_max_collision_check_resize_trigger_imp.hpp
hash_standard_resize_policy_imp.hpp
hash_exponential_size_policy_imp.hpp sample_resize_policy.hpp
hash_load_check_resize_trigger_imp.hpp sample_resize_trigger.hpp
hash_load_check_resize_trigger_size_base.hpp sample_size_policy.hpp
hash_prime_size_policy_imp.hpp
vendor tar:
----
$ ls gcc-4.3.1/libstdc++-v3/include/ext/pb_ds/detail/resize_policy
cc_hash_max_collision_check_resize_tri hash_standard_resize_policy_imp.hpp
hash_exponential_size_policy_imp.hpp sample_resize_policy.hpp
hash_load_check_resize_trigger_imp.hpp sample_resize_trigger.hpp
hash_load_check_resize_trigger_size_ba sample_size_policy.hpp
hash_prime_size_policy_imp.hpp
----------
Can somebody update the platform-specific notes please:
http://gcc.gnu.org/install/specific.html ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37244