My colleague cannot run my f95-compiled program because the executable requires the NAGWare f95 shareable library which is not installed on his machine?
Top] The default is to link to the shareable run time library (i.e. -Bdynamic). The -Bstatic option (not available on all systems) will link all libraries statically resulting in a large executable. In most circumstances the -unsharedf95 option is the solution, linking only the NAGWare f95 run time library statically. Other libraries including the C run time library will be linked dynamically resulting in a smaller executable.
Related Questions
- My colleague cannot run my f95-compiled program because the executable requires the NAGWare f95 shareable library which is not installed on his machine?
- After I run the SETUP program and try to run the installed program, I get a message that says the executable file (.EXE file) can be found. Whats up?
- Can I run executable program such as .exe, .dll, etc. under my Windows 2000 hosting plan?