[Arsperl-users] 1.85 Compile problems
Brought to you by:
jeffmurphy
|
From: Jim H. <jim...@gm...> - 2006-03-31 19:41:19
|
ARSPerl 1.85
ARS 6.3 p16
perl v5.8.4 built for sun4-solaris-64int
SunOS 5.10 Generic_118822-26
Hello list,
Trying to compile as listed above, and getting the following on make.
If anyone has any insight to where to go next, please advise!!!
TIA
JimH
###
$ make
Skip blib/lib/ARSarerrno-h.pm (unchanged)
Skip blib/lib/ARSnparm.pm (unchanged)
Skip blib/lib/artypes.ph (unchanged)
Skip blib/lib/_h2ph_pre.ph (unchanged)
Skip blib/lib/ARSar-h.pm (unchanged)
Skip blib/lib/ARSnterrno-h.pm (unchanged)
Skip blib/lib/ARSnt-h.pm (unchanged)
Skip blib/lib/ARSOOsup.pm (unchanged)
Skip blib/lib/ARSOOmsgs.pm (unchanged)
Skip blib/lib/ARSOOform.pm (unchanged)
Skip blib/lib/ARS.pm (unchanged)
cc -c -I/export/home/arsystem/api/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=3D64 -xarch=3Dv8 -D_TS_ERRNO -xO3 -xspace -xildoff =20
-DVERSION=3D\"1.84\" -DXS_VERSION=3D\"1.84\" -KPIC
"-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32=20
-DARS452 -DPERL_PATCHLEVEL_IS=3D8 -DPERL_SUBVERSION_IS=3D4
-DPERL_BASEREV_IS=3D50 ARS.c
"/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/perl.h", line 2838:
cannot find include file: <math.h>
"ARS.xs", line 4296: warning: argument #2 is incompatible with prototype:
prototype: pointer to unsigned int :
"/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/proto.h", line 1289
argument : pointer to int
cc: acomp failed for ARS.c
*** Error code 2
make: Fatal error: Command failed for target `ARS.o'
|