Errors during installation

Hi,

The installation seemed to complete (mostly), but I did receive two error messages. I looked for the source of those messages, but I did not find them in the install scripts. Did my installation complete ok?

This is on Ubuntu 9.10.

Here are the error messages, in the context they were received:

Note: directory /opt/pgi was created.

Installing software into /opt/pgi (this may take some time).
############################################

ERROR: Linker : not found

Making symbolic links in /opt/pgi/linux86/2010
Making symbolic links in /opt/pgi/linux86-64/2010

Do you wish to install MPICH1? (y/n) y
script /usr/src/pgi/install_mpich

Remote execution method? (rsh,ssh) ssh

Installing PGI MPICH1 components into /opt/pgi
This might take awhile …
test: 146: -p:: unexpected operator

See the files /opt/pgi/linux86-64/10.3/mpi.csh[,.sh]
for examples of how to set your environment to run and debug MPI programs.

The programs exist now in /opt/pgi and give me a version number. Am I just missing some links and an optional component?

Thanks,

Brian Hanna
CMRR University of Minnesota

Hi Brian,

ERROR: Linker : not found

Most likely you don’t have the 32-bit GCC development libraries and tools installed. Are you able to compile a 32-bit program with gcc (‘gcc -m32 hello.c’)?

If not, then you will need to run your package manager to update these files.

If you need additional help, please contact PGI Customer Service (trs@pgroup.com).

Thanks,
Mat