(╯°□°)╯︵ ┻━┻

Don't take life too seriously. You'll never get out of it alive.

Compiling scipy in 32 bit in a 64 bit environment (el5)

During the last 2 days I’ve been trying to compile an old product in 32 bit mode on a 64 bit Redhat Enterprise Linux 5 environment which should not be that hard. Python itself is no problem: TCC=“gcc -m32” ./configure (got information from here) And this approach works for almost every 3rd party software, except for Scipy. Scipy contains a lot of FORTRAN code and it wasn’t obvious how to get setup.