Associate
- Joined
- 22 Jan 2005
- Posts
- 186
In unix, I have a file, which i write in textedit, which goes something like this:
#g95 -o simple file1.f file2.f
I'll set chmod +x to create a simple executable file, and it will run the command: ie, the compiler g95 will create a unix executable file called simple.
How the heck do I do this in windows? I tried being stupid, and renaming as .exe which led to much awfulness.
Now I'm hearing something about needing to convert to binary?
Please help! Thank you
#g95 -o simple file1.f file2.f
I'll set chmod +x to create a simple executable file, and it will run the command: ie, the compiler g95 will create a unix executable file called simple.
How the heck do I do this in windows? I tried being stupid, and renaming as .exe which led to much awfulness.
Now I'm hearing something about needing to convert to binary?
Please help! Thank you
