How to create .dll for linux machine?

조회 수: 3 (최근 30일)
Sai Kalyan
Sai Kalyan 2016년 3월 13일
답변: Walter Roberson 2016년 3월 13일
HI,
I have complied my matlab functions into a c++ shared library (on Win PC). But, i couldn't use this .dll library in a Linux machine. Is there anyway to compile scripts (on Win) for executing on Linux ?

답변 (1개)

Walter Roberson
Walter Roberson 2016년 3월 13일
Only if you intend to execute them under a Windows emulator such as WINE.
You might also be able to edit the toolchain configuration enough to use a cross-compiler. See http://metamod-p.sourceforge.net/cross-compiling.on.windows.for.linux.html

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by