Compilation success on Solaris 2.9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



But... with some troubles !

In order to build gcc, I have done 2 modifications :

1)
./libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hp
./libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hp

are moved to

./libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
./libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp

2) In libjava/classpath/native/jni, comment line (insert a # just before the 'c' of cd )

	cd $(top_srcdir) && $(SHELL) ./scripts/check_jni_methods.sh

in Makefile.am, line 38, and Makefile.in, line 617

Other classicals little things :
- compilation directory is not the source directory,
- I set environment variable CONFIG_SHELL=/bin/ksh.
- configure is called with an absolute path.

What is strange, after many compilation failed, the source directory seems to be altered... I have to re-extract sources to ensure a good compilation.

Now everthing is ok.

Grégoire AVOT.
(France)


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux