dotnet platform support / gnu config.sub (long)

2003-09-11 Thread Guido Draheim
* short The world has changed - there are commandline tools for unixish systems that take a C program (not C#!) and compile them into a MSIL binary or library. This makes it a valid crosscompile target for free software. The free projects for the dotnet platform - mono, dotgnu, portablenet and

Re: dotnet platform support / gnu config.sub (long)

2003-09-11 Thread Bob Friesenhahn
On Thu, 11 Sep 2003, Guido Draheim wrote: * short The world has changed - there are commandline tools for unixish systems that take a C program (not C#!) and compile them into a MSIL binary or library. This makes it a valid crosscompile target for free software. Your very *long* posting

Re: dotnet platform support / gnu config

2003-09-11 Thread Guido Draheim
Guido Draheim wrote: Bob Friesenhahn wrote: On Thu, 11 Sep 2003, Guido Draheim wrote: * short The world has changed - there are commandline tools for unixish systems that take a C program (not C#!) and compile them into a MSIL binary or library. This makes it a valid crosscompile target

Re: [Visionaries] dotnet platform support / gnu config.sub (long)

2003-09-11 Thread Norbert Bollow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guido Draheim [EMAIL PROTECTED] wrote: How to name the platform in config.sub? How about ecma335 ? Greetings, Norbert. - -- Founder Steering Committee member of http://gnu.org/projects/dotgnu/ Free Software Business Strategy Guide

Compiling 32-bit code on 64-bit HP-UX

2003-09-11 Thread Martin Frydl
Hello, I'm trying to create 32-bit shared libraries on 64-bit PA-RISC 2.0 (HP-UX 11) with aCC compiler. I have several libraries and executables in my project. When I run them from build directory, everything works fine. However, when I run make install and delete build directory, the

Re: Compiling 32-bit code on 64-bit HP-UX

2003-09-11 Thread Kevin Ryde
Martin Frydl [EMAIL PROTECTED] writes: - config.guess does not use CFLAGS when making compilation checks but this can be fixed by providing necessary flags directly in CC variable I think the cpu type guessed is supposed to depend only on the system, not on an intended compiler mode. (Though