Using fortran routines with root

Hi,

I’m making a root shared library, which contains
one class.

In this class I’d like to use fortran based CTEQ functions.
The fortran code can be found here:
phys.psu.edu/~cteq/CTEQ5Table/Ctq5Pdf.f.

What is the best way to make these fortran routines to be usable
in this class?

I’m using root version 3.05.

Thanks,
Petteri

Yiu can compile your fortran code and include the output object file into your shared library altogether with the other object codes made of C , C++ and alike.