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 failed to describe in which way the dotnet
target varies from traditional targets.  Microsoft's Visual Studio
handles building for .net very similarly to traditional binaries.  It
uses "normal" object files and "normal" DLLs.  These apparently
"normal" files have had their format extended to support .net.  For
the C language, Microsoft's Visual Studio is able to link with
traditional binary libraries.  If the Unix dotnet target uses a
similar paradigm, then compiling for dotnet could be as simple as
adding some CPPFLAGS, CFLAGS, LDFLAGS, and LIBS, options.

What does compilation of a dotnet library (.net assembly) and
compilation of dotnet dependent programs look like under Unix?

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to