由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - Re: How to convert matlab .m file to stand alone C application?
相关主题
对大家讨论的感想:)用nook HD+的短期感受...
和CS专业的朋友的关于工作前景的谈话安装apache和php时碰到的问题
为何现在EE的工作outsource这样厉害?ft, SGI Irix JVM problem
挖个坑吧,offer选择,Juniper跟Interdigital并行程序能做到不用专门写么?
CISCO intends to acquire Arch Rock[转载] SGI的JDK哪有?
请问关于SoC Architect这个方向急!!!!
director职位一般是干啥的?UNIX下发email的问题
mac os用时间长了会变慢要重装系统吗?Is there a C++ compiler coming w/ Solaris x86?
相关话题的讨论汇总
话题: matlab话题: matlabroot话题: convert话题: ld话题: arch
进入EE版参与讨论
1 (共1页)
t****t
发帖数: 6806
1
I think you are using some kind of unix, so you need to tell
your program where the matlab C library (the .so files) are.
Generally it is placed in $MATLABROOT/extern/lib/$ARCH.
$MATLABROOT is the root dir of matlab system
(you should be able to find $MATLABROOT/bin/matlab),
and $ARCH is the type of computer you are using, like
sol2 for SUN, glnx86 for linux, sgi64 or sgi for SGI(IRIX), etc.
write this before you run the program:
if you are using sh/bash
LD_LIBRARY_PATH=the_directory
export LD_L
1 (共1页)
进入EE版参与讨论
相关主题
Is there a C++ compiler coming w/ Solaris x86?CISCO intends to acquire Arch Rock
有什么办法可以check所在服务器的硬件配置?请问关于SoC Architect这个方向
UNIX下的email程序director职位一般是干啥的?
安装apache和php时遇到的问题mac os用时间长了会变慢要重装系统吗?
对大家讨论的感想:)用nook HD+的短期感受...
和CS专业的朋友的关于工作前景的谈话安装apache和php时碰到的问题
为何现在EE的工作outsource这样厉害?ft, SGI Irix JVM problem
挖个坑吧,offer选择,Juniper跟Interdigital并行程序能做到不用专门写么?
相关话题的讨论汇总
话题: matlab话题: matlabroot话题: convert话题: ld话题: arch