由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - python module build question:
相关主题
问个 python 问题有matplotlib或numpy/scipy的同学帮我试试 (转载)
ubuntu怎么自动加载网卡?anyone used Octave ?
请教Thinkpad的tp-smapi-module准备抛弃perl,投入python了
请教一个基础C++问题 (转载)请教一个gnuplot的问题
弱问编译器是executable吗?怎样在Linux上安装Eclipse?
about compiling new glibc/gcc in fc14python GUI你们都用的哪个? 另, 机器里好像有2。6的, 需要下2。7。2还是3。3?
谁推荐一个distri吧,是不是有的软件在有的distro上就是不好/不能安装?
Best KDE Linux distroPython用什么editor比较好。
相关话题的讨论汇总
话题: module话题: path话题: search话题: python话题: gcc
进入Linux版参与讨论
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!
h***r
发帖数: 726
2

blas: 一个数值运算的包,还是用fortran些的。
I am using it on c++, works well : )
Do now know python, sorry~

【在 F*******i 的大作中提到】
: 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!

v******n
发帖数: 421
3
可以设环境变量LD_LIBRARY_PATH什么的,忘记怎么拼了

【在 F*******i 的大作中提到】
: 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!

1 (共1页)
进入Linux版参与讨论
相关主题
Python用什么editor比较好。弱问编译器是executable吗?
求Numpy中文教程。非常感谢!about compiling new glibc/gcc in fc14
xfrce里的scim怎么出来?谁推荐一个distri吧,
linux下有没有象wampserver的module?Best KDE Linux distro
问个 python 问题有matplotlib或numpy/scipy的同学帮我试试 (转载)
ubuntu怎么自动加载网卡?anyone used Octave ?
请教Thinkpad的tp-smapi-module准备抛弃perl,投入python了
请教一个基础C++问题 (转载)请教一个gnuplot的问题
相关话题的讨论汇总
话题: module话题: path话题: search话题: python话题: gcc