Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have nag90 library and lahey-fujitsu's lf95 compiler. I'm trying to compile something in lf95 using nag90 modules but its not working. Do I have to use NAG's f95 compiler to be able to use its libraries? I noticed that nag's modules are readable while modules produced by lf95 are unreadable. It seems inconsistent. Thanks.
Post Follow-up to this message> Do I have to use NAG's f95 compiler to be able to > use its libraries? Yes. The format of the file generated by a module usually is very specific to a compiler - it may be a straight binary dump of its internal symbol tables, for instance. I don't know of any two compilers that produce compatible module files. Jan
Post Follow-up to this messageexamnotes <jvorbrueggen-not@mediasec.de> wrote: > >Yes. The format of the file generated by a module usually >is very specific to a compiler - it may be a straight binary >dump of its internal symbol tables, for instance. I don't >know of any two compilers that produce compatible module files. It is true that if you create a library from your Fortran 90 code using the NAG F90 compiler, the library will not be callable from another compiler. I think the OP was asking about using the precompiled NAG Fortran math libra ry with Lahey Fortran. NAG sells its math library for numerous compiler/operati ng system/hardware configurations, and whether the library is compatible with LF depends on which version of the library he bought. He should consult the documentation of the NAG library and/or consult his system administrator or NAG technical support. ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==-- -- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 News groups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption = ---
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.