Re: [Arsperl-users] ARSPerl on 64 bit

2008-10-08 Thread STAN HOLODNAK, BLOOMBERG/ 731 LEXIN
Thank you everyone for your support. ARSPerl 1.91 is compiled and working now. I put -m32 anywhere I could, but altimatelly changing below lines in Makefile worked. CCCDLFLAGS = -fpic -m32 CCDLFLAGS = -rdynamic -m32 LDDLFLAGS = -shared -L/usr/local/lib -m32 LDFLAGS = -L/usr/local/lib -b32 -m32

Re: [Arsperl-users] ARSPerl on 64 bit

2008-10-03 Thread Rusty Copeland
It should work. I may not have seen your previous emails on this topic. Not only do you have to compile the ARSPerl module with -m32 but you also have to run it with a version of perl compiled as a 32 bit application. Rusty - Original Message From: "STAN HOLODNAK, BLOOMBERG/ 731 LEXI

Re: [Arsperl-users] ARSPerl on 64 bit

2008-10-03 Thread jeff murphy
On Oct 3, 2008, at 7:15 PM, STAN HOLODNAK, BLOOMBERG/ 731 LEXIN wrote: > Hello. Is there any way to install ARSPerl on 64 bit RedHat. I took > out that double directive and have set CPPFLAGS to -m32 but to no > avail. Thank you. Previous threads on this topic have concluded that the answer