VM VSE linux/390 Employment Web Page

2005-04-21 Thread Dennis G. Wicks
Greetings; (Posted to VMESA-L and VSE-L and LINUX-390) - - Now in its seventh year! - - Includes VSE and linux/390! I have set up a public service web page at http://www.eskimo.com/~wix/vm/ for posting positions available and wanted for VM, VSE and linux/390. Please visit the web

Cross-compiling GCC etc for S/390 (from i80x86)

2005-04-21 Thread Wesley Parish
Has anyone got any advice, war stories on it? Any special instructions, gotchas, etc, that I should watch out for? (Compiling GCC as an x86 cross-compiling host, compiling GCC as a cross-compiled S/390 target.) Thanks Wesley Parish -- Clinersterton beademung, with all of love - RIP James Blish

AW: Cross-compiling GCC etc for S/390 (from i80x86)

2005-04-21 Thread Jochen Friedrich
Hi Wesley, http://linux.bytesex.org/cross-compiler.html has a nice description on how to build a cross-compiler. I used it for m68k, sparc, arm and hppa so far, however, it should work for 390, as well. Thanks, Jochen -Ursprungliche Nachricht- Von: Linux on 390 Port [mailto:[EMAIL

Re: Cross-compiling GCC etc for S/390 (from i80x86)

2005-04-21 Thread Rob van der Heij
On 4/21/05, Wesley Parish [EMAIL PROTECTED] wrote: Has anyone got any advice, war stories on it? Any special instructions, gotchas, etc, that I should watch out for? (Compiling GCC as an x86 cross-compiling host, compiling GCC as a cross-compiled S/390 target.) I had good results with

Re: Debin 3270 emulator

2005-04-21 Thread Karsten Hopp
Nix, Robert P. wrote: My biggest complaints about x3270 are that it isn't mouse-aware I can't click somewhere on the window and have the cursor go there), works for me with x3270-3.3.4 Karsten -- THEOREM: VI is perfect. PROOF: VI in roman numerals is 6. The natural numbers 6 which divide 6

Re: RedHat AS V4 Install Questions

2005-04-21 Thread Dave Myers
1.The guide says to copy everything below /RedHat into that single directory. That would be more than just RPMS...correct? 2. Yes...I meant an infrastructure type server, like ftp, web etc. So will this type of server fit on a 3390-3 (2.3GB) ?? 1. No. It means to copy all the rpms into

Re: RedHat AS V4 Install Questions

2005-04-21 Thread NoëL AntoniO
1. Yes, more than just RPMS, but the RPMS make up more than 99% of ./RedHat. You can't go wrong if you do as the guide says: (repeat for each CD-ROM): 1. Insert CD-ROM 2. mount /mnt/cdrom 3. cp -a /mnt/cdrom/RedHat target-directory- where the target-directory is one

Re: AW: Cross-compiling GCC etc for S/390 (from i80x86)

2005-04-21 Thread Wesley Parish
Sweet as! Thanks. It looks like just what the doctor ordered. Wesley Parish Quoting Jochen Friedrich [EMAIL PROTECTED]: Hi Wesley, http://linux.bytesex.org/cross-compiler.html has a nice description on how to build a cross-compiler. I used it for m68k, sparc, arm and hppa so far,