Topic: Using SF with Numerical Recipes F90 Code
After compiling modules nr, nrtype, and nrutil in SF and creating a test project where a call is made to nrerror (which is defined in nrutil), when I Build the project I get an error message: undefined reference to __nrutil_MOD_nrerror .
I have put the modules in a folder and use the Project Options for File Reference to point to that folder.
Any help would be appreciated.