Re: Suse, Linux for Z

2009-11-30 Thread Mauro Souza
We successfully ported an big ERP-like C based project a couple of months ago in s390x. The code were designed for run under Intel, along with some Java code running under Oracle Forms. We had only to change a couple flags on Makefile regarding gcc (to optimization, and to create 32bit code

Suse, Linux for Z

2009-11-29 Thread Paul Dembry
I have a simple question. If I build an application on Suse on s/390, will it run on IBM's z/Linux? It's all Posix code. Thanks, Paul -- For LINUX-390 subscribe / signoff / archive access instructions, send email to

Re: Suse, Linux for Z

2009-11-29 Thread Rich Smrcina
There is no IBM Linux for System z (or any other platform for that matter). Commercially, there is either Novell's SUSE Linux (SUSE Linux Enterprise) or RedHat (Redhat Enterprise Linux). Paul Dembry wrote: I have a simple question. If I build an application on Suse on s/390, will it run on

Re: Suse, Linux for Z

2009-11-29 Thread Paul Dembry
There is no IBM Linux for System z (or any other platform for that matter). Commercially, there is either Novell's SUSE Linux (SUSE Linux Enterprise) or RedHat (Redhat Enterprise Linux). Perfect, thanks. Paul -- For LINUX-390

Re: Suse, Linux for Z

2009-11-29 Thread John McKown
But I think the answer to your question, in general, is most likely. It depends on the release levels of any subroutines you used. And I'm thinking of glibc,mainly. If you want true transportability, then I'd suggest a scripting language, if possible (ruby, Perl, ...). Or, maybe, Java. I have