Current Page:
NeXtMidas User's Guide
![]() ![]() |
|
Portland Group Fortran (pgf77) CompilerPortland Group Fortran Compiler compiles the Some PGI Fortran Compiler installations are not setup properly causing errors when building XBC. For example: nM> make all xbc ... INFO: Compiling /opt/midas/nxm282/nxm/host/newrate.for [BUILDOPT] /usr/bin/ld: /crtbeginS.o: No such file: No such file or directory ...The issue here is that the PGI compiler setup file at <PGI_INSTALL_DIR>/bin/localrc (e.g. /usr/pgi/linux86/5.2/bin/localrc) does not point at the gcc installation. The key info here is that the linker was not finding one of the "C" run-time object file (as it was trying to look for it in the root directory) There are several ways to solve this problem:
|
|