Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

libraries for noobs

Name: Anonymous 2008-07-08 17:53

so, I need fortran program that calls some functions from a stupid library (IMSL if anyone cares). I don't have the library, but I can compile the code in someone else's computer. My question is, do I still need the library to run the program after compiling? or will the prog run fine without it?

Name: Anonymous 2008-07-08 18:02

Depends on whether you do static or dynamic linking of the library -- in the former case, your program will include the bits of the library you need and will work; in the latter, your program will not have any of the library code inside that it needs to use and will have to have the library on the same machine.  I'll ignore the idea of funky web service type linkage like MSFT WCF for the moment.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List