libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bob Friesenhahn
Subject: Re: dotnet platform support / gnu config.sub (long)
Date: Thu, 11 Sep 2003 10:25:08 -0500 (CDT)

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
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]