From: Robert K. <ke...@it...> - 2001-02-27 18:35:10
|
On Tue, 27 Feb 2001, crag wolfe wrote: > Well, this a problem that is similar to the one discussed in the "Da > Blas" thread in September 2000. > > My first command which works fine is "from Numeric import *". The > problem is when I "import * from LinearAlgebra" I get " > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File > "/usr/local/lib/python2.0/site-packages/Numeric/LinearAlgebra.py", line > 8, in ? > import lapack_lite > ImportError: /usr/lib/liblapack.so.3: undefined symbol: e_wsfe" Try adding 'g2c' to the list of libraries. You may just end up with the same problem as linking with g77, but it's worth a shot. [snip] -- Robert Kern ke...@ca... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |