top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can a Linux Binary Run On Windows Machine?

+1 vote
469 views

i have compiled a code in Linux (gcc compiler).. is it possible to run that binary on windows machine?

posted Mar 10, 2015 by Chirag Gangdev

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes
 
Best answer

Technically no however you can run the virtualbox or VM running the Linux OS where you can run the Linux binary file.

answer Mar 10, 2015 by Salil Agrawal
+1 vote

It is not possible because the file-system is entirely different for windows and linux. However you can simulate a linux environment in windows, by using cygwin.

answer Mar 11, 2015 by Snehasish Kar
...