- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
df /nologo file.f90 /check:bounds /arch:host /libs:dll /warn:all /link
df /nologo file.f90 /check:bounds /arch:host /libs:qwins /warn:all /link
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
Sorry to be Dense. But The best I understand the library compatibility warning is that runtmie libraries depend on the final type of application so you cannot simply get any fortran static lib and link it in with any ol' application, they must match in the way they were compiled (a major hassle due to having to maintain differnt versions of the the same library). Due to this limited understanding,I cannot always decipher the resulting errors.
I assume that /nolibdir is to be inserted on the compile directive OF THE QUICKWIN app.
If I do that, the warning goes away, but now I get an unresoved external on the moduel routine the quickqin app is calling but the full decorated name is reported in the error:
_modulename_mp_routinename
So it is as if the mod file is located but not the lib file. If try to I tell the linker where to find the library, then there is no end of paths I have to specify on the command line. So I guess I do not know how to use /libdir.
alt, Perhaps you meant to put /nolibdir on the module's compiler.
further help will be very much appreciated.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page