thread214-1495743
Hello everyone,
I supposedly managed to install DISLIN in ubuntu. In the documentation they say that for 'compiling, linking and running the example programs' with gfortran one should type:
gf95link -a exa_f90
and the answer I obtained from the bash was:
bash: gf95link: order not found
Anyway, I decided to try with raghu81's example. I copy-pasted the code in a file, and put it in a new folder. Then I typed on the bash:
gfortran -o hello hello.f90 -ldislin
and the answer I obtain from the bash is:
/usr/bin/ld: cannot find -ldislin
What I'm doing wrong?
Thanks in advance!
Hello everyone,
I supposedly managed to install DISLIN in ubuntu. In the documentation they say that for 'compiling, linking and running the example programs' with gfortran one should type:
gf95link -a exa_f90
and the answer I obtained from the bash was:
bash: gf95link: order not found
Anyway, I decided to try with raghu81's example. I copy-pasted the code in a file, and put it in a new folder. Then I typed on the bash:
gfortran -o hello hello.f90 -ldislin
and the answer I obtain from the bash is:
/usr/bin/ld: cannot find -ldislin
What I'm doing wrong?
Thanks in advance!