Page 1 of 1

-fPIC missing in 6.1.2

Posted: Tue Apr 27, 2010 6:27 pm
by dcaliste
If I'm not mistaken, when using --enable-bindings at configure time, the option -fPIC was added automatically for 64bits GCC compiler, which is good.

But it seems to me that's it's not the case anymore in my 6.1.2. Is it true ? Has it been removed for a specific reason ?

Re: -fPIC missing in 6.1.2

Posted: Wed Apr 28, 2010 4:36 pm
by pouillon
Ahem! I would rather say that it has been left unmaintained. :?

Do you specify FCFLAGS yourself?

Re: -fPIC missing in 6.1.2

Posted: Wed Apr 28, 2010 5:02 pm
by pouillon
Found it! Bindings require --enable-exports, which was not activated automatically anymore. This happened because I changed the order of a few critical steps.

Now fixed in my 6.1.2 branch. Enjoy!