All,
I am having an installation issue with ARSperl-1.85 , I have included
build and make outputs below , Does any one has any suggestions
?
Thanks
Srini Naidu
The box has :
Solaris 10
Perl 5.8.4
Gcc 3.3.2
ARSperl 1.85
ARS API 6.3
Makefile changes as
CC = gcc
CCCDLFLAGS = -fPIC
LD = gcc
OPTIMIZE = -O
Make output :
$make
gcc -c -I/opt/ars/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO -O -DVERSION=\"1.84\" -DXS_VERSION=\"1.84\"
-fPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32
-DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4
-DPERL_BASEREV_IS=50 ARS.c
gcc: language arch=v8 not recognized
gcc: ARS.c: linker input file unused because linking not done
gcc -c -I/opt/ars/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO -O -DVERSION=\"1.84\" -DXS_VERSION=\"1.84\"
-fPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32
-DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4
-DPERL_BASEREV_IS=50 support.c
gcc: language arch=v8 not recognized
gcc: support.c: linker input file unused because linking not done
gcc -c -I/opt/ars/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO -O -DVERSION=\"1.84\" -DXS_VERSION=\"1.84\"
-fPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32
-DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4
-DPERL_BASEREV_IS=50 supportrev.c
gcc: language arch=v8 not recognized
gcc: supportrev.c: linker input file unused because linking not done
rm -f blib/arch/auto/ARS/ARS.so
LD_RUN_PATH="/lib" gcc -G ARS.o support.o supportrev.o
/opt/ars/api/lib/libar.a -o blib/arch/auto/ARS/ARS.so -L/opt/ars/api/lib
-lpthread
gcc: ARS.o: No such file or directory
gcc: support.o: No such file or directory
gcc: supportrev.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `blib/arch/auto/ARS/ARS.so'
$
|