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. Unfortunately, it can also be a sign of a compiler optimizer problem. A lot depends on where the exception happens to occur.
Rick On Thu, Apr 15, 2010 at 10:49 AM, CVBruce <[email protected]> wrote: > Hi All, > > I'm still working on trying to create a PowerPC(ppc) version of 4.0.1 > Beta 1. Just to recap, the i386 version works just fine. > > I guess rexximage is executed during the make. i386, no problem, ppc > I get: > ./rexximage > creating the system specific methods ... > Adding setlike methods to RELATION > creating .!server and defining its instance methods > Stream methods setup > make: *** [rexx.img] Bus error > > So I guess my question is, what is ./rexximage doing? > > Bruce > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
