[Arsperl-users] ARSperl 1.93 on Linux 64-bit and AR 7.6.04 SP2
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2012-12-27 21:31:59
|
Hi,
I am trying to compile ARSperl on a new CentOS 6.3 (RedHat-clone) machine
without success.
I see a lot of compilation warnings, and I do not know exactly which ones
to heed.
A lot of them complains about "unsigned long" not matching "ARULong32" and
"long int" not matching "ARLong32"...
Changes I made to Makefile.PL:
$ARSAPI = "/opt/bmc/api764sp2linux";
$ARSVERSION = 7.6;
$ARCHITECTURE = "lx64";
$ARS_LDPATH = "-L$ARSAPI/lib -L$ARSAPI/bin";
I also set LD_LIBRARY_PATH:
"/opt/bmc/api764sp2linux/bin:/opt/bmc/api764sp2linux/lib"
I have edited the Makefile and have played around with some things there:
CFFLAGS added: -malign-double
EXTRALIBS added: -L/opt/bmc/api764sp2linux/bin
EXTRALIBS appended: -lar_lx64 -lnsl -lcurses -ldl
LDLOADLIBS added: -L/opt/bmc/api764sp2linux/bin
LDLOADLIBS appended: -lar_lx64 -lnsl -lcurses -ldl
Any ideas?
Is 1.93 the latest code tree of ARSperl?
Best Regards - Misi, RRR AB, http://rrr.se
|