Thread: Linux Under Windows

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    44

    Question Linux Under Windows

    Hi!

    I have some source code to a MUD Game I was writing under a linux server(which I used a client, telnet, to connect to and compile the code). I edited the code under windows, and then compiled under linux. however, I no longer use that server and wish to work on the code locally on my windows machine - but the sockets were programmed for linux/unix. So is there an emulator, or some sort of compiler that would compile it into a windows program? Or is it possible to get a linux compiler that would run under windows, or more likely a linux emulator that could run a linux compiler to compile the source, and run the program? I plan to eventually get a linux machine, but that is a ways from now.

    Any help is most appreciated.

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Since you've got the source yourself, I'd recommend cygwin.

    http://sources.redhat.com/cygwin/
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Cygwin is good, I use it a lot.

    Also, if you want two split your Windows workstation, try http://www.vmware.com/products/desktop/ws_features.html
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    44

    EEP!

    Well, I was hoping to avoid Cygwin... but if I must, I guess I will. I'll just leave it up and downloading all night(I've downloaded it three times in the past. -g-)

    Anyhow, thank you for your help. I'll look into both of them.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. windows .dll vs. linux .so - global static objects
    By pheres in forum C++ Programming
    Replies: 11
    Last Post: 11-23-2010, 01:29 PM
  2. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  3. Build linux on windows
    By baash05 in forum Linux Programming
    Replies: 6
    Last Post: 02-19-2008, 10:12 PM
  4. Why can't Windows run Linux binary executables?
    By Kleid-0 in forum Tech Board
    Replies: 30
    Last Post: 12-04-2005, 11:44 PM
  5. Linux and Windows Duel Boot
    By The15th in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-26-2002, 04:59 AM