Silverfrost Forums

Welcome to our forums

Object of NAG library missing

29 Mar 2012 2:29 #9926

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!

30 Mar 2012 5:59 #9927

If other routines in the NAG library are running correctly then most likely this routine is not in the given library or you have spelled the name incorrectly.

You will already have installed the NAG dlls on your machine and provided a reference to the required dll in your build process.

30 Mar 2012 9:41 #9928

If you contact support@nag.co.uk we will look at this.

In particular tell us which library implementation you are trying to use.

2 Apr 2012 12:15 #9936

Quoted from PaulLaidler If other routines in the NAG library are running correctly then most likely this routine is not in the given library or you have spelled the name incorrectly.

You will already have installed the NAG dlls on your machine and provided a reference to the required dll in your build process.

Other routines are working, so I think there might be a problem with this specific routine. Furthermore I can't find any misspelled words.

Quoted from David_Sayers If you contact support@nag.co.uk we will look at this.

In particular tell us which library implementation you are trying to use.

I'll send you an e-mail right now with the project attached. (I'm honoured that this topic is worth your first post after 7 years 😛 )

Please login to reply.