We're working on a Fortran project with Plato and we're using the NAG library. We want to use routine D03EBF. However, when we run the file it says that a part of the library is missing. See:
Compiling file: XXX.f95 Compilation completed with no errors. Linking... WARNING the following symbols are missing: Netbios D:\Documents\...\nagbl.lib (obj\P01ZZFT.obj) Creating executable: CheckMate\Win32\XXX.exe Linking completed.
It does run the project, but very quickly, so it does not execute the routine. Other routines of the library do work, though. Is this a common problem? How can we avoid it and make the routine work?
Thanks in advance!