S
sachin dooble
is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
i made on linux to run on windows.
plz tell me the way.
sachin dooble said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
yes That is the hardest way arround. If you know how windows executessachin said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
sachin said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
sachin dooble said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
sachin said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
But since this is comp.lang.c, I assume you have source code in c. SoYou'll need something like VMWare. AFAIK, there's no way to make a
Linux executable run under Windows natively.
Ian Gay said:But since this is comp.lang.c, I assume you have source code in c. So
get a windows compiler and re-compile it. mingw is a nice free windows
version of gcc.
(in article said:But unless the source code is extremely portable, it probably won't
compile under both Windows and Linux.
sachin said:is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
ed_davis2 said:You could try colinux (at colinux.com). It runs Linux as a task under
Windows. Not exactly what you were asking, but it does let you run
your Linux code under Windows (under Linux), which is kinda/sorta the
same thing, maybe/almost?
Keith said:First, this is off-topic,
Second, you should try colinux.org unless you're interested in Lau Gar
Kung Fu.
is there any method where i can run my linux code that is all the a.out
i made on linux to run on windows.
plz tell me the way.
Why You guys say no way??? if Wine can run Windoze code under linux AJohn said:You'll need something like VMWare. AFAIK, there's no way to make a
Linux executable run under Windows natively.
John Bode wrote:
Why You guys say no way??? if Wine can run Windoze code under linux A
similar system can be developed to run Linux Codes under Windows.
Walter said:Wine requires that the code be recompiled with the Wine libraries.
Most people would not count that as having the "executable" run "natively".
Why You guys say no way??? if Wine can run Windoze code under linux A
similar system can be developed to run Linux Codes under Windows.
Well it might be Extreamly difficult but I think it is Possible.
Alex You Write OS So you can guide him if he is interested to go the
hardest way. Who knows He might be the next Linus
Alexei said:...
The thing is, apart running x86 code on x86 CPU (be this code linux
executable or linux -- doesn't matter) one needs to provide this code with
the expected environment which this code needs. Hence, although it's all
possible to run 90% of code natively (to the degree x86 CPU allows that
since it wasn't designed with the emulation in mind), the rest has to be
mimicked anyway. And it's a good question whether linux/windows emulation is
easier then emulation of the entire x86 PC. Possible != available (not
now, at least .
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.