Subject: | Cannot Build Math-Pari on sun4-solaris OS Version 2.8 |
Having trouble building Math-Pari version 2.01062 on Sun Solaris OS 2.8 using Perl 5.6.0 along with pari-2.1.6. When executing 'make' I get the following output:
gcc -c -I/ford/thishost/u/msmithso/pari-2.1.6/src/headers -I/ford/thishost/u/msmithso/pari-2.1.6/src/graph -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"\" -DXS_VERSION=\"\" -Derr=pari_err -DSOLARIS -DDYNAMIC_PLOTTING -o alglin1.o /ford/thishost/u/msmithso/pari-2.1.6/src/basemath/alglin1.c
as -P -T -I. -Derr=pari_err -DSOLARIS -DDYNAMIC_PLOTTING -o kernel.o /ford/thishost/u/msmithso/pari-2.1.6/src/kernel/sparcv8/level0.S
sh: as: not found
*** Error code 1
make: Fatal error: Command failed for target `kernel.o'
Current working directory /ford/.u_01/msmithso/perl_modules/Math-Pari-2.010602/libPARI
*** Error code 1
make: Fatal error: Command failed for target `libPARI/libPARI.a''
I am not too versed in make, so I apologize ahead of time if this is not really to be considered a bug.