As I stated in my response to your first e-mail, you are having a compiler
problem. Your compiler has segfaulted, which is something it should never
do. You need to talk to Portland Group about their compiler and see if
you can come to a resolution as to why your compiler is not operating
properly.
Brian
On Thu, 27 May 2004, yang hui wrote:
> Hi:
>
> I try to make lam-7.0.6 on Redhat9.0 by PGI 5.1 compiler. The following is
> configure file:
>
> #!/bin/sh
>
> CC=pgcc
> CXX=pgCC
> FC=pgf77
> export CC CXX FC
>
> configure --prefix=/usr/local/MPI/lam706 --with-fc=pgf77
>
> The error messages are:
>
> make[2]: Leaving directory `/usr/local/MPI/lam-7.0.6/tools/lamboot'
> Making all in laminfo
> make[2]: Entering directory `/usr/local/MPI/lam-7.0.6/tools/laminfo'
> /bin/sh ../../libtool --mode=link pgCC -O -o laminfo laminfo.o
> ../../share/libmpi.la ../../share/liblam.la -lutil -lpthread -lpthread
> pgCC -O -o laminfo laminfo.o ../../share/.libs/libmpi.a
> ../../share/.libs/liblam.a -lutil -lpthread
> pgCC-Fatal-/usr/pgi/linux86/5.1/bin/pgprelnk TERMINATED by signal 11
> Arguments to /usr/pgi/linux86/5.1/bin/pgprelnk
> /usr/pgi/linux86/5.1/bin/pgprelnk -c '/usr/bin/nm --print-file-name'
> -o,/tmp/pgCCaaaaalzeal.nmout -f I386
> -YP,/usr/pgi/linux86/5.1/lib:/usr/lib:/usr/lib/gcc-lib/i386-redhat-linux/3.2.2
> -lutil -lpthread laminfo.o ../../share/.libs/libmpi.a
> ../../share/.libs/liblam.a -lstd
> make[2]: *** [laminfo] Error 127
> make[2]: Leaving directory `/usr/local/MPI/lam-7.0.6/tools/laminfo'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/MPI/lam-7.0.6/tools'
> make: *** [all-recursive] Error 1
>
> Thanks for any help!
>
> Richard
>
> _________________________________________________________________
> Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
|