Feeds
질문
C++0X in mex
I have a piece of code that I need to wrap in a mex file. The original code makes use of gnu++0x (or c++0x) standard by using "-...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
Specify runtime path with mex
What is the correct syntax for including runtime path with mex? With gcc, the syntax is "gcc -Wl,-rpath,dir1:dir2:etc". When I u...
14년 초과 전 | 답변 수: 2 | 0