I would like to use some routines of the DIERCKX library (which is written in Fortran) in a program written in FreePascal with Lazarus. Since I'm totally new to Lazarus, I'd like to know which way to go: Which steps are necessary, and how do I go about this?
EDIT Developing on Linux, but the library I create will need to be compiled on Windows, because it will be used in a Delphi program. gfortran and g95 are installed on my Linux box; but it would be good to be able to compile it on Windows without Cygwin and without Intel Fortran.