Feeds
已回答
Compiling mex file that depends on external libraries with extension .so.n
Bit late to the party, but the answer is that -l adds a "lib" prefix and a ".so" suffix to its argument, so linking with -Lpath/...
Compiling mex file that depends on external libraries with extension .so.n
Bit late to the party, but the answer is that -l adds a "lib" prefix and a ".so" suffix to its argument, so linking with -Lpath/...
8 years 前 | 0