------- Additional Comments From vivekk at cybage dot com 2005-04-25 12:45 ------- Hello Nick, Thank you for your help. I am able to compile binutils version 2.15 successfully. Since the default gcc on my system is 2.96 and I am using gcc-3.2, I exported the below variables for compiling binutils.
export CC=/usr/local/gcc3.2/bin/gcc export CPP=/usr/local/gcc3.2/bin/cpp export CXX=/usr/local/gcc3.2/bin/g++ export CFLAGS='-I/usr/local/gcc3.2/include -L/usr/local/gcc3.2/lib' export CXXFLAGS='-I/usr/local/gcc3.2/include -L/usr/local/gcc3.2/lib' export LDFLAGS=-L/usr/local/gcc3.2/lib If you see CFLAGS and CXXFLAGS above, they are not compilation options but the include and lib paths. I have to do this because I did not get any help from ./configure --help as to which variables should I export as gcc-3.2 is in different location. Please correct me if wrong. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=867 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils