Hi,
for using Dislin with GNU Fortran from Code blocks you need the following settings:
Settings -> Compiler -> Search directories:
c:\dislin\gf
Settings -> Compiler-> Linker Settings:
c:\dislin\dismgu.a
user32
gdi32
opengl32
The file 'dislin.f90' in the directory 'c:\dislin\gf' should be compiled with your compiler version.
For example: gfortran -c dislin.f90
With best regards,
Helmut