[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/867] Compilation errors for binutil-2.14 on RedHat 7.2
From: |
vivekk at cybage dot com |
Subject: |
[Bug binutils/867] Compilation errors for binutil-2.14 on RedHat 7.2 |
Date: |
25 Apr 2005 12:45:31 -0000 |
------- 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.