This is the mail archive of the gcc-help@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]

GCC 4.7.1 - Solaris 10 SPARC Build - File not found resolved, takes too much time to run.


Dear all,

I got two errors of "file not found", during my build of GCC
4.7.1 on Solaris 10. I could resolve them just renaming the
files that had wrong names. The correct names are *.hpp, but
I found two files with *.hp extensions.

I am running on a SUN T2000 machine. The compilation is still
running, taking several hours to complete. Is there an option
to run it more quickly? I have re-run it with "--prefix"
option.

Please, see below a clipped screenshot of my run.

Kind Regards,

Argemiro Bevilacqua
Unix Systems Support Analyst Sr. - HP Brasil Ltda.
Outsourcing Services Ericsson Account - Montreal R&D HUB
+55 11 9940-6188 mobile - Ericsson Same Time: xhparbe



...<clipped>

/home/xhparbe/gcc-obj/./gcc/xgcc -shared-libgcc -B/home/xhparbe/gcc-obj/./gcc -nostdinc++ \
-L/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/src \
-L/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/src/.libs \
-B/usr/local/sparc-sun-solaris2.10/bin/ -B/usr/local/sparc-sun-solaris2.10/lib/ -isystem \
/usr/local/sparc-sun-solaris2.10/include \
-isystem /usr/local/sparc-sun-solaris2.10/sys-include  \
  -x c++-header -nostdinc++ -g -O2 \
-I/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include/sparc-sun-solaris2.10 \
-I/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include \
-I/home/xhparbe/gcc/gcc-4.7.1/libstdc++-v3/libsupc++ -O2 \
-g /home/xhparbe/gcc/gcc-4.7.1/libstdc++-v3/include/precompiled/extc++.h \
-o sparc-sun-solaris2.10/bits/extc++.h.gch/O2g.gch
In file included from /home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp:45:0,
                 from /home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:47,
                 from /home/xhparbe/gcc/gcc-4.7.1/libstdc++-v3/include/precompiled/extc++.h:60:
/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp:281:81: \
fatal error: ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: No such file or directory
compilation terminated.
make[5]: *** [sparc-sun-solaris2.10/bits/extc++.h.gch/O2g.gch] Error 1
make[5]: Leaving directory `/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3/include'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/xhparbe/gcc-obj/sparc-sun-solaris2.10/libstdc++-v3'
make[2]: *** [all-stage1-target-libstdc++-v3] Error 2
make[2]: Leaving directory `/home/xhparbe/gcc-obj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/xhparbe/gcc-obj'
make: *** [all] Error 2
ecamoux0800:/home/xhparbe/gcc-obj{xhparbe}234 pwd
/home/xhparbe/gcc-obj
ecamoux0800:/home/xhparbe/gcc-obj{xhparbe}235 ls -lad ext
ext: No such file or directory
ecamoux0800:/home/xhparbe/gcc-obj{xhparbe}236



ecamoux0600:/home/xhparbe/gcc/gcc-4.7.1/libstdc++-v3/include/ext/pb_ds/detail/resize_policy{xhparbe}122 ls -l
total 104
-rw-r--r--   1 xhparbe  is          4912 Apr  9  2009 cc_hash_max_collision_check_resize_trigger_imp.hpp
-rw-r--r--   1 xhparbe  is          2779 Apr  9  2009 hash_exponential_size_policy_imp.hpp
-rw-r--r--   1 xhparbe  is          7780 May 11  2011 hash_load_check_resize_trigger_imp.hp             <------------- .hpp!
-rw-r--r--   1 xhparbe  is          2977 Jun 10  2011 hash_load_check_resize_trigger_size_base.hpp
...<clipped>

ecamoux0600:/home/xhparbe/gcc/gcc-4.7.1/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_{xhparbe}135 ls -l
total 216
-rw-r--r--   1 xhparbe  is         12438 Jun 10  2011 bin_search_tree_.hpp
-rw-r--r--   1 xhparbe  is          5541 May 23  2011 constructors_destructor_fn_imps.hp                   <------------- .hpp!
-rw-r--r--   1 xhparbe  is          8090 May 23  2011 debug_fn_imps.hpp
-rw-r--r--   1 xhparbe  is          2938 May 23  2011 erase_fn_imps.hpp
...<clipped>


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