I run in exactly the same problem while compiling COdeAnalyst.

I could overcome the problem by compiling libutils from source using
extra compiler flags and exchanging the system libiberty.a by the self
compiled one.
I don't know if this is a good idea or not, but it enables me to finish
the 
compilation of CodeAnalyst.

I compiled the binutils doing the following steps

export CXXFLAGS=-fPIC
export CFLAGS=-fPIC
export LDFLAGS=-fPIC
./configure --prefix=<install_path>

cp libiberty.a from <install_path> to /usr/lib

Ciao

Florian





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to