bnmurphy / PMCAMx-2008

This Repository is for testing version control between SU, Patras, and CMU
Other
3 stars 1 forks source link

-Bstatic flag; why is it used? #8

Closed sebarn closed 10 years ago

sebarn commented 10 years ago

do you know why they used the -Bstatic flag in the first place? From the PGI Compiler Users's Manual (pp.121) it seems that this functionality is linked to creating static executables on Windows systems.

Just for reference, -Bstatic in PGI and -Bstatic in GNU seem to be the same thing.

bnmurphy commented 10 years ago

New info has come to light. See newer issue (#16) regarding libraries

sebarn commented 10 years ago

yeah, I think we definitely have to use -Bstatic for the self-built libs