New Reply

Compiling a program in Unix

 
Share Thread Thread Tools
May9-12, 05:37 PM   #1
 

Compiling a program in Unix


I have a climate modelling program that I need to somehow get to work. I have no experience with Unix whatsoever, so for me this is not a trivial task. I attached a screenshot of what I have. I need to compile the program and since there is a Makefile in my directory, I guess I have to use the command 'make', but that gives me an error. Any ideas?

Click image for larger version

Name:	putty.jpg
Views:	22
Size:	102.8 KB
ID:	47135
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
May9-12, 06:19 PM   #2
 
Mentor
It says it can't find f90, which is a Fortran compiler. Do you have f90 installed on your system?
 
May9-12, 06:35 PM   #3
 
No, I don't. I am using Putty, which I thought would give me remote access to the university system, which has everything installed. But it doesn't work like that?
 
May9-12, 08:02 PM   #4

Math 2012
 
Recognitions:
Science Advisor Science Advisor

Compiling a program in Unix


The uni system may well have a Fortran 90 compiler, but it might not be called "f90".

We can't give you much specific advice about your local computer network, for the obvious reason! It's easy enough set up "make" to use the names of your local software development tools, but I think your best option is persuade a local expert to spend a few minutes helping you do that, rather than trying to do it "blind" from this forum.
 
New Reply
Thread Tools


Similar Threads for: Compiling a program in Unix
Thread Forum Replies
My C++ simple program is not compiling - Need help, thanks! Engineering, Comp Sci, & Technology Homework 11
To query all the file attributes in unix using a c program. Engineering, Comp Sci, & Technology Homework 0
C program to mimic wc command in UNIX Programming & Comp Sci 2