[SciPy-dev] FTBFS on Debian

Robert Kern robert.kern at gmail.com
Mon Apr 14 10:19:23 EDT 2008


On Mon, Apr 14, 2008 at 8:19 AM, Ondrej Certik <ondrej at certik.cz> wrote:
>  Now I am trying to figure out how to set the -fPIC for the gfortran.
>  Probably in some setup.py.

No, this flag is coded into the FCompiler implementation for each
compiler. Check FFLAGS. This will override the compilation flags just
like LDFLAGS overrides the link flags.

>  I have no idea why these errors suddenly started to pop up, but
>  anyway, here we are.

Environment variables, usually.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the SciPy-Dev mailing list