[Numpy-discussion] Re: Problems building numpy

Stephen Walton stephen.walton at csun.edu
Mon Apr 24 20:49:03 EDT 2006


Robert Kern wrote:

>Rick Muller wrote:
>
>>
>>
>>That being said, I just had my first system where Numpy failed to 
>>build. It's on a redhat 7.3 (yes, we have a 7.3 box. I didn't believe 
>>it either. not my decision.) and I get the following error when  trying
>>to run Numpy:
>>
>>    
>>
>This usually means that you are not linking in the g2c library.
>  
>
On Redhat 7.3, I don't believe there was a g2c library, but an f2c one.  
So -lf2c is needed at the link step (and f2c needs to be installed).





More information about the NumPy-Discussion mailing list