[Bug libstdc++/37244] libstdc++ fails to build

htl10 at users dot sourceforge dot net gcc-bugzilla@gcc.gnu.org
Tue Aug 26 18:06:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list