Lisandro Dalcin, 31.07.2012 18:59:
> On 28 July 2012 06:37, Stefan Behnel wrote:
>> I've been trying to set up a 32bit build environment on Jenkins. Most of it
>> works nicely by just switching to "gcc -m32", but NumPy fails to build with
>> that setup due to the lack of dependencies. It actually f
On 28 July 2012 06:37, Stefan Behnel wrote:
> Hi,
>
> I've been trying to set up a 32bit build environment on Jenkins. Most of it
> works nicely by just switching to "gcc -m32", but NumPy fails to build with
> that setup due to the lack of dependencies. It actually finds them when
> looking for th
Hi,
I've been trying to set up a 32bit build environment on Jenkins. Most of it
works nicely by just switching to "gcc -m32", but NumPy fails to build with
that setup due to the lack of dependencies. It actually finds them when
looking for their header files in the wrong (64bit) places, and then f