Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] linking static libraries

Hi,
I am developing a project with Photran using gfortran compiler on MacOsX mavericks.
I am trying to add static library to my project. Lets say its libgeometry.a in a separate folder LIBRARIES.
normally with a manual Make file 
if i add this line:
-L /usr/dundar/libraries/ -lgeometry
it will compile with gfortran.
How to setup PHOTRAN to use with this external library in my project.
Best regards.

Back to the top