PDA

View Full Version : Help to get [C] code running on Vista


Arachno331
11-11-2007, 12:08 PM
Hi - I am quite a noob to C. I am having trouble compiling and running the following Source Code:

http://phantasia4.com/phantasia4.tar.gz

It was originally wrote/run on Redhat 9. But now I'd like it to work on Vista. If anyone can help me, it'd be much appreciated. I cant even compile or run it.

So a step by step to get it to run would be nice if you figure out how to. :)

Thanks!

abduraooft
11-11-2007, 12:42 PM
What is the purpose of this code? What are the errors you've got on compilation?

Arachno331
11-11-2007, 01:26 PM
Its a Text Based Game.

And I cannot even compile it. I dont understand why. I cant even do anything with the Make File.

I am SO confused. Lol.

oracleguy
11-12-2007, 01:11 AM
Vista does not come with a C compiler by default like Linux does so the make file won't do anything by default. You are going to need to download and setup GCC for windows.