View previous topic :: View next topic |
Author |
Message |
JR_NL
Joined: 30 Sep 2011 Posts: 2 Location: The Netherlands
|
Posted: Thu Mar 29, 2012 3:29 pm Post subject: Object of NAG library missing |
|
|
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:
Quote: | 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! |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Fri Mar 30, 2012 6:59 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
David_Sayers
Joined: 14 Jun 2005 Posts: 1
|
Posted: Fri Mar 30, 2012 10:41 am Post subject: Using the NAG Library with PLATO |
|
|
If you contact support@nag.co.uk we will look at this.
In particular tell us which library implementation you are trying to use. |
|
Back to top |
|
 |
JR_NL
Joined: 30 Sep 2011 Posts: 2 Location: The Netherlands
|
Posted: Mon Apr 02, 2012 1:15 pm Post subject: Re: |
|
|
PaulLaidler wrote: | 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.
David_Sayers wrote: | 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 ) |
|
Back to top |
|
 |
|