Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My colleague cannot run my f95-compiled program because the executable requires the NAGWare f95 shareable library which is not installed on his machine?

0
Posted

My colleague cannot run my f95-compiled program because the executable requires the NAGWare f95 shareable library which is not installed on his machine?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123