It will depend on what the MUMPS compiler generates. The only ones I know of
(fortunately) generate actual C code themselves, so you'd most likely have a
fairly easy job in getting it to run on Linux S/390. You mainly need to
compile the MUMPS compiler sources themselves on Linux S/390 (and resolve any
porting issues that might pop up with that), and then make sure that the C
output from the MUMPS compiler is again compiled with the C compiler on Linux
S/390. That may turn out to have a few thorny issues, in that it is not at all
inconceivable that the MUMPS compiler may produce C code that is not 100%
portable.
If that is the case, you're in for a bigger task (changing the MUMPS compiler
to generate more portable code).
If your MUMPS compiler does *not* generate C source code, then you have a nice
big compiler development project at hand.
Kris
On Tue, Aug 05, 2003 at 02:32:51PM -0700, Yogish wrote:
> Hi
> We do have the source of the mumps compiler and it is written in C language
> .
>
> Yogish
> ----- Original Message -----
> From: "Adam Thornton" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 05, 2003 1:30 PM
> Subject: Re: Porting Problems
>
>
> > On Tue, 2003-08-05 at 16:28, Yogish wrote:
> > > Hi all
> > > I am having problems porting GT.M application (MUMPS compiler
> +database) from an intel platform to s390 system. All the binaries and
> compiler are written for intel platform. I was wondering if there any other
> solution to it than rewriting the entire compiler for s390.
> > > waiting for your replies
> >
> > Do you have the source for the compiler? What language is *it* written
> > in?
> >
> > Adam
> >
> >
--
Never underestimate a Mage with:
- the Intelligence to cast Magic Missile,
- the Constitution to survive the first hit, and
- the Dexterity to run fast enough to avoid being hit a second time.