필터 지우기
필터 지우기

How to create Linux .so file under Windows

조회 수: 20 (최근 30일)
David
David 2015년 11월 9일
댓글: Walter Roberson 2015년 11월 9일
Hi dear community,
I have a question for generating a Linux .so file under Windows. I have successfully created a 64-bit .dll of my code under Windows. Now I would like to use this code also within Linux.
My question: Is it possible to compile the code which exists in Windows to a according .so file, so that I can use it within Linux?
Thank you in advance, David

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 9일
Yes, if you go to enough trouble. See for example http://www.blogcompiler.com/2010/07/11/compile-for-windows-on-linux/
But only if "the code which exists on Windows" refers to the source code. Compiling the .dll to a .so is possibly not implemented by anyone. (People who want to do that usually instead install Windows as a virtual machine on Linux, or use Wine or the equivalent.)
  댓글 수: 2
Guillaume
Guillaume 2015년 11월 9일
It seems to me that the OP is asking the opposite: Compile for Linux on Windows.
I would probably go the same route though. Install a Linux VM under windows.
Walter Roberson
Walter Roberson 2015년 11월 9일
Darn, didn't notice google flipped my query around from what I want. Anyhow, see http://stackoverflow.com/questions/4769968/c-cross-compiler-from-windows-to-linux

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by