How do I run a PGI developed program on a Windows machine without PGI compilers installed?
PGI’s compilers for the supported versions of Microsoft Windows include Microsoft Visual C++ 2005 Redistributable Package. This package needs to be installed on the target system. In addition, there are some dynamically linked PGI libraries that should be present, either locally or in a path. You can remove most of the PGI dll dependencies by linking -Bstatic_pgi, but currently not pg.dll. The Microsoft Visual C++ 2005 Redistributable Package for 32-bits (x86) is available from Microsoft. If you have problems, go to http://www.microsoft.com/downloads and follow the Visual C++ link to the Microsoft Visual C++ 2005 Redistributable Package (x86). A Microsoft Visual C++ 2005 Redistributable Package for 64-bits (x64) is also available. If you have problems, follow the same path descibed above to the Microsoft Visual C++ 2005 Redistributable Package (x64). Both packages must to be executed to install them. Copying over the Microsoft libraries from the PGI compiler area will not work. Once yo
Related Questions
- Can I pay cash to have vinyl siding or replacement windows installed, but use the loan program for everything else?
- I have upgraded to Access XP or have installed an earlier version prior to 2000. Why won my program run?
- How do I run a PGI developed program on a Windows machine without PGI compilers installed?