Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

photran

Status
Not open for further replies.

tuli01

Technical User
Aug 10, 2001
14
US
Hello,

I am new to photran. I was able to install it and run the HelloWorld project

Now I need to create a project that:

1. include multiples files
2. links to a number of libraries

similar to the make file I used in CodeBlocks

gfortran -c TEST_EXA01.f90
gfortran -c dislin.f90
gfortran -c EXA01.f90
gfortran -o TEST_EXA01.exe TEST_EXA01.o dislin.o EXA01.o disgf.a -lgdi32 -lopengl32

What I do not yet know (cand could not find in the Eclipepedia Documentation is:

1. How to ADD FILES to the project
2. Create a makefile similar to the one above

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top