Re: 64-bit perl Inline::c with a 32-bit library question & problem

2004-11-01 Thread Brian Millett
On Sat, 2004-10-30 at 13:01 -0700, Neil Watkiss wrote: > Brian Millett [12/10/04 14:53 -0500]: > > Hello, I have an inline::c app that works just fine on a 32-bit linux > > box. The problem I have is trying to get it installed/working on a > > x86-64 SuSE 9.1 pro box. The inline::c app is a wrap

Re: 64-bit perl Inline::c with a 32-bit library question & problem

2004-10-30 Thread Neil Watkiss
Brian Millett [12/10/04 14:53 -0500]: > Hello, I have an inline::c app that works just fine on a 32-bit linux > box. The problem I have is trying to get it installed/working on a > x86-64 SuSE 9.1 pro box. The inline::c app is a wrapper around a > 32-bit third party library (closed source) I've

64-bit perl Inline::c with a 32-bit library question & problem

2004-10-12 Thread Brian Millett
Hello, I have an inline::c app that works just fine on a 32-bit linux box. The problem I have is trying to get it installed/working on a x86-64 SuSE 9.1 pro box. The inline::c app is a wrapper around a 32-bit third party library (closed source) To get it to compile a 32 bit application, I have