Mark, from one of the developers of ooRexx.... >From the segmentation fault data, it looks like you're compiling this in 64-bit mode. This code has lots of type cleanliness issues that preclude 64-bit execution. You're going to need to force this to compile/run using 32-bit addressing.
Rick There does not seem to be any support in ooRexx for 64 bit mode. DJ ----- Original Message Follows ----- From: Mark Post <[EMAIL PROTECTED]> To: [email protected] Subject: Re: ooRexx-3.2.0 install problems Date: Tue, 1 Apr 2008 18:24:37 -0600 > >>> On Tue, Apr 1, 2008 at 6:02 PM, in message > <[EMAIL PROTECTED] > com>, "Spann, Elizebeth (Betsie)" <[EMAIL PROTECTED]> wrote: > > Hi, > > Has anyone successfully done an rpmbuild from ooRexx > > source rpm and gotten it to compile properly? If so, > > what version and where did you get it? > > I have been trying with Version 3.2.0 from sourceforge. > > I got it to compile, after I removed the brain-dead > %define statements that pointed somewhere into dashley's > (who ever that is) home directory. Unfortunately, when > the build tries to test it with "./rexx -i" it gets a > segmentation fault in 0x0000020000141b58 in > RexxMemory::newObject (this=0x200001a0ca8, > requestLength=56) > at ./kernel/runtime/DeadObject.hpp:106 > 106 this->next->previous = this->previous; > > Changing the optimization level to O0 didn't help. Shame. > The version as open sourced by IBM compiled and ran just > fine. > > > Mark Post > > ---------------------------------------------------------- > ------------ For LINUX-390 subscribe / signoff / archive > access instructions, send email to [EMAIL PROTECTED] > with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
