Makefile using external library with "USE"
From: Mathieu Fregeau (mathieu.fregeau_at_polymtl.ca)
Date: 10/26/03
- Next message: James Giles: "Re: FORTRAN or COBOL first ?"
- Previous message: Michael Milgram: "Re: Help from fellow Fortran Users"
- Next in thread: Trevor: "Re: Makefile using external library with "USE""
- Reply: Trevor: "Re: Makefile using external library with "USE""
- Reply: Tim Prince: "Re: Makefile using external library with "USE""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Oct 2003 18:51:07 GMT
Hi,
I am now compiling a Fortran code and one of the subroutines uses a standard
lib as follow (remember the ! is for comment):
SUBROUTINE mysub()
USE DFLIB !the library I am using
... !(declarations goes here)
GETFILEINFOQQ(...) ! a function that is under the DFLIB library
...
END
so, how to specify in the Makefile to use the DFLIB???
Great thanks
Mat
- Next message: James Giles: "Re: FORTRAN or COBOL first ?"
- Previous message: Michael Milgram: "Re: Help from fellow Fortran Users"
- Next in thread: Trevor: "Re: Makefile using external library with "USE""
- Reply: Trevor: "Re: Makefile using external library with "USE""
- Reply: Tim Prince: "Re: Makefile using external library with "USE""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|