>
> Cross compiling would have been my first recommendation, until I ran into
> differences in compilations between Linux/390 and cross compiling.  Running
> Hercules reduces the effective speed of the box, but I believe it allows you
> to be more certain that what you end up with better reflects what you would
> have gotten on a 'real' Linux/390 system.
>
> The differences in question were discovered trying to compile SAPDB.  I ran
> into things that needed correction that someone else did not.  I was
> compiling on Linux/390, and they were cross compiling on Intel Linux.
>
> Mark Post
>

 Gcc can be configured as a cross-compiler, but the gcc compiler
 makes several assumptions that may or may-not be valid
 about its "host" environment.... making it what I would
 call a "mostly" cross-compiler.

 Most notably - floating point arithmetic; which don't matter
 to many applications.

 We've gone to great lengths to ensure the Systems/C and Systems/C++
 compilers generate exactly the same code on every platform.

        - Dave Rivers -

--
[EMAIL PROTECTED]                        Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

Reply via email to