由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - python module build problem:
相关主题
Python的script的兼容问题remove a module from cvs
问个Python的问题damn, love vert.x
gfortran 编译f90程序what kind of language this is and how to change it? (转载)
Windows 7 下的 fortran compiler请教:Linux下gfortran一问
求推荐一个Fortran 90 compiler/ composer for windowsgfortran vs. intel fortran free edition, which one is better?
把python当成通用script来学,哪些module需要熟练?求助: Cygwin GCC g77编译.f文件出错
C array问个简单的Fortran问题
A C++ compiler related interview questionC中的精度问题
相关话题的讨论汇总
话题: module话题: path话题: numpy话题: search话题: gcc
进入Programming版参与讨论
1 (共1页)
F*******i
发帖数: 190
1
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.
1 (共1页)
进入Programming版参与讨论
相关主题
C中的精度问题求推荐一个Fortran 90 compiler/ composer for windows
convert Fortune code to Matlab把python当成通用script来学,哪些module需要熟练?
is g77 abandoned?C array
*** help needed! on MATLAB GUI ***A C++ compiler related interview question
Python的script的兼容问题remove a module from cvs
问个Python的问题damn, love vert.x
gfortran 编译f90程序what kind of language this is and how to change it? (转载)
Windows 7 下的 fortran compiler请教:Linux下gfortran一问
相关话题的讨论汇总
话题: module话题: path话题: numpy话题: search话题: gcc