On Thu, Apr 15, 2010 at 7:53 AM, Rick McGuire <[email protected]> wrote:
> rexximage is building the loadable class image (rexx.img file) that is > part of the interpreter. We've seen this exception before, and > typically it is seen when there's some confusion in the build as to > whether the code is running in 32-bit or 64-bit mode. One possible problem is to have an existing ooRexx installed on the system you are building on, where the existing ooRexx uses a different addressing mode than the one you are building. I.e., an existing ooRexx running 32-bit and trying to build a 64-bit ooRexx. I believer Rainer saw this on AIX. -- Mark Miesfeld ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
