bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/64523] Compilation problem with gcc 4.9.2


From: mdsikir at irb dot hr
Subject: [Bug classpath/64523] Compilation problem with gcc 4.9.2
Date: Sun, 18 Jan 2015 15:02:25 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64523

--- Comment #5 from Mathieu Dutour Sikiric <mdsikir at irb dot hr> ---
Hi all,

I finally managed to compile gcc on my machine.
The problem was the compilation of gmp, mpfr, mpc which haf to be done in
static and actually -fPIC in order to work.
In that case the right compiling option was
export CC="gcc -FPIC"
and compile the libraries with --with-pic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]