由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - matlab问题求教
相关主题
matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍ALPS,一个对做物理的很有用的library
关于sortrowsc函数无法使用的问题(Matlab 1.6版)请问谁用过Intel的MKL (Math Kernel Library)啊???????????
问问Boost library, 尤其是Boost Graph Library (BGL)问个面试问题,请教
哪里有Fortran教程可下?Fortran 和 C的区别? (转载)
Include unix libraries in windows fortran还有个问题
[转载] 大家用C++做数值计算都用哪些library?windows 下如何编译使用cblas
请问VC7里面怎么调用matlab7.0的数学库?谁能推荐一个c++ optimization的library
Re: MPI question请教大型科学计算软件程序的开发经验
相关话题的讨论汇总
话题: matlab话题: path话题: shared话题: file话题: library
进入Computation版参与讨论
1 (共1页)
s**b
发帖数: 169
1
想用matlab编译可执行文件,
mcc -m test.m
运行 ./test 报错
error while loading shared libraries: libmwmclmcrrt.so.7.3: cannot
open shared object file: No such file or directory
请问怎么解决?
//bow
r****y
发帖数: 1437
2
need to link this library
either add the path to environmen var, or specify the -L -l options.

【在 s**b 的大作中提到】
: 想用matlab编译可执行文件,
: mcc -m test.m
: 运行 ./test 报错
: error while loading shared libraries: libmwmclmcrrt.so.7.3: cannot
: open shared object file: No such file or directory
: 请问怎么解决?
: //bow

s**b
发帖数: 169
3
能写的详细点吗?
我google了一下,然后 尝试export LD_LIBRARY_PATH=/usr/lib/matlab/bin/glnx86,
可是没作用。

options.

【在 r****y 的大作中提到】
: need to link this library
: either add the path to environmen var, or specify the -L -l options.

r****y
发帖数: 1437
4
export is only for bash, it's up to your shell, different syntax.
you have to append it, not totally give a new path

【在 s**b 的大作中提到】
: 能写的详细点吗?
: 我google了一下,然后 尝试export LD_LIBRARY_PATH=/usr/lib/matlab/bin/glnx86,
: 可是没作用。
:
: options.

j**u
发帖数: 6059
5
没用过这个,google一下吧。

【在 s**b 的大作中提到】
: 能写的详细点吗?
: 我google了一下,然后 尝试export LD_LIBRARY_PATH=/usr/lib/matlab/bin/glnx86,
: 可是没作用。
:
: options.

g****y
发帖数: 199
6
run : mbuild -setup
then try again

【在 s**b 的大作中提到】
: 想用matlab编译可执行文件,
: mcc -m test.m
: 运行 ./test 报错
: error while loading shared libraries: libmwmclmcrrt.so.7.3: cannot
: open shared object file: No such file or directory
: 请问怎么解决?
: //bow

1 (共1页)
进入Computation版参与讨论
相关主题
请教大型科学计算软件程序的开发经验Include unix libraries in windows fortran
有人在xcode上用过intel的MKL吗? (转载)[转载] 大家用C++做数值计算都用哪些library?
How to adjust Adjust the Matlab path请问VC7里面怎么调用matlab7.0的数学库?
strange matlab slowing-down problemRe: MPI question
matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍ALPS,一个对做物理的很有用的library
关于sortrowsc函数无法使用的问题(Matlab 1.6版)请问谁用过Intel的MKL (Math Kernel Library)啊???????????
问问Boost library, 尤其是Boost Graph Library (BGL)问个面试问题,请教
哪里有Fortran教程可下?Fortran 和 C的区别? (转载)
相关话题的讨论汇总
话题: matlab话题: path话题: shared话题: file话题: library