Thanks all for the input on this issue. I got ARSperl-1.91 installed on 64-bit 
RHEL 5.6 Friday. Here is how I did it:



I am currently running ARS 7.6.3, so I had to install ARS 7.1 on the 64-bit 
machine.

I built as 32-bit Perl interpreter on Fedora Core 13 and copied it to the 
64-bit machine. (Don't ask, lol).

I unpacked ARSperl-1.91 and modified $ARSAPI in the Makefile.PL to point to the 
7.1 API.

ARSperl-1.91 already has $ARSVERSION = 7.1; No need to change this.

I compiled Makefile.PL with the 32-bit interpreter:



% perl Makefile.PL



Next I added the -m32 switch to the following flags in the Makefile created by 
the previous command: (This information was provided by Steve Kallestad of 
Ingenuity Professional Services<http://www.remedydevelopers.com/>. Thank you 
Steve).



CCCDLFLAGS = -fPIC -m32

CCDLFLAGS = -Wl,-E -m32

LDDLFLAGS = -shared -O2 -L/usr/local/lib -fstack-protector -m32

LDFLAGS =  -fstack-protector -L/usr/local/lib -m32



I compiled and installed ARSperl with the following normal commands:



% make

% make install



Tom



-----Original Message-----
From: Thilo Stapff [mailto:thilo.sta...@apprologic.de]
Sent: Wednesday, February 09, 2011 1:40 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Will ARSperl 1.91 with ARS 7.6.03



ARSperl 1.91 won't compile with ARS 7.6.3. You might download the latest 
developer version via CVS. See the paragraph "Anonymous CVS Access" at



http://sourceforge.net/scm/?type=cvs&group_id=116013



If this would be too complicated, I can send you a zip package instead.



Be aware that there's a known issue that causes ARSperl not to work with the 
64bit API on Linux under any circumstances.





Regards,

Thilo









On 09.02.2011 19:15, George Payne wrote:

> Everyone...

> Presuming that I can get ARSperl 1.91 compiled properly, will it even

> work with ARS version 7.6.03? Is there a different version of ARSperl

> that I should be using?

> Thanks,

> Watty

>

>

>

> ------------------------------------------------------------------------------

> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:

> Pinpoint memory and threading errors before they happen.

> Find and fix more than 250 security defects in the development cycle.

> Locate bottlenecks in serial and parallel code that limit performance.

> http://p.sf.net/sfu/intel-dev2devfeb

>

>

>

>

>

> --

> Arsperl-users mailing list

> Arsperl-users@arsperl.org<mailto:Arsperl-users@arsperl.org>

> https://lists.sourceforge.net/lists/listinfo/arsperl-users





------------------------------------------------------------------------------

The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:

Pinpoint memory and threading errors before they happen.

Find and fix more than 250 security defects in the development cycle.

Locate bottlenecks in serial and parallel code that limit performance.

http://p.sf.net/sfu/intel-dev2devfeb





--

Arsperl-users mailing list

Arsperl-users@arsperl.org<mailto:Arsperl-users@arsperl.org>

https://lists.sourceforge.net/lists/listinfo/arsperl-users
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to