Is it possible to use IMSL libraries with PGI Fortran?

Hi,

I set paths and names of IMSL libraries in project settings, but I’ve got
errors like this:
unresolved external symbol _BINOM@8 referenced in function MAIN

Can anybody help?

Hi,

How did you get IMSL libraries? What platform do you compile on? Is this win32?

Hongyon

IMSL comes with Intel Visual Fortran 9.0 for Windows

I am afraid they are not compatible. PGI calling convention is stdcall where the @ is added at the end of names. I believe Intel Visual Fortran is not.

However, we are working with VNI to have IMSL libraries compiled by PGI. Hopefully it will be out soon.

Hongyon