Re: using C# in automake

2009-05-25 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Mon, May 25, 2009 at 12:07:00AM CEST: > I think that one of the points of C# is not to have "real .so files". C# > and .net's JIT linkage and compilation seem to go hand in hand. C# > should produce something similar to .net assemblies. These are rather > similar t

Re: using C# in automake

2009-05-24 Thread Bob Friesenhahn
On Sun, 24 May 2009, Jan Engelhardt wrote: It seems like what is needed is C# support in libtool. This should be discussed on the libtool list.[...] It's about time GNU comes up with a Mono compiler, similar to gcj. Then you can have real .so files :) I think that one of the points of C# is

Re: using C# in automake

2009-05-24 Thread Jan Engelhardt
On Sunday 2009-05-24 19:35, Bob Friesenhahn wrote: > On Sun, 24 May 2009, Andreas Otto wrote: >> >> I want to create an language binding for a "C" libraray >> >> this mean I have as input an file called "csmsgque.cs" >> and get as output an "csmsgque.dll" on unix > > It seems like what i

Re: using C# in automake

2009-05-24 Thread Bob Friesenhahn
On Sun, 24 May 2009, Andreas Otto wrote: I want to create an language binding for a "C" libraray this mean I have as input an file called "csmsgque.cs" and get as output an "csmsgque.dll" on unix It seems like what is needed is C# support in libtool. This should be discusse

using C# in automake

2009-05-24 Thread Andreas Otto
Hi, I want to create an language binding for a "C" libraray this mean I have as input an file called "csmsgque.cs" and get as output an "csmsgque.dll" on unix My current makefile looks like: = .dll.cs: mkdir .libs