the compiling of the numpy module complains:
/usr/bin/ld: cannot find -lptf77blas
I am wondering whether there is any option to add for the gcc search path?
the current gcc search path like:
-L/usr/local/lib
How can I add another search path like -L/my/local/lib ?
many thanks!
r****t 发帖数: 10904
2
that's usually done in the configuration step. why are you compiling numpy
yourself? Most numpy binaries today are compiled with gfortran instead of
g77 now.