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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712


--
Arsperl-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to