Does 'g95link' Need to be Created First for FORTRAN GUI with DISLIN?

  • Context: Fortran 
  • Thread starter Thread starter VasanthG
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
VasanthG
Messages
13
Reaction score
0
I am trying to create a GUI for FORTRAN using DISLIN. I installed DISLIN in /usr/local/dislin folder and tried to compile some example programs given in the directory.

g95link -a exa_f90.f90
I got the error message

g95link not found.

I wanted to know if "g95link" needs to be created first. Usually "command not found" error can be because the package is not installed or the path is not correct. I have gfortran in my machine. Is there a way to create link files simply by using "-lxxx" command?
 
on Phys.org