[Mono-devel-list] mono 1.0.2 windows package

Didier Pralon didier.pralon at free.fr
Sat Oct 16 11:12:02 EDT 2004


----- Original Message ----- 
From: "Francisco T. Martinez" <martinf at mfconsulting.com>
To: <mono-devel-list at lists.ximian.com>
Cc: "Didier Pralon" <didier.pralon at free.fr>
Sent: Saturday, October 16, 2004 3:48 PM
Subject: Re: [Mono-devel-list] mono 1.0.2 windows package


> Didier Pralon wrote:
>
> >Hi,
> >
> >After installing mono-1.0.2-gtksharp-1.0.2-win32-0.7.exe and trying to
> >re-link my application , link failed because the libmono.a is missing in
the
> >Mono-1.0.2/lib folder. Have to stay with Mono1.0.1.
> >
> >Thanks,
> >
> >Didier
> >
> >
> >
> >_______________________________________________
> >Mono-devel-list mailing list
> >Mono-devel-list at lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
> What do you mean by re-link your application?  I left the *.a out on
> purpose.  These are static libraries if I am not mistaken.  Static
> libraries are not normally needed to build .NET applications.
>
> Can you tell me more about what are you trying to do.  Maybe I can
> include them if I am told what is the use case.
>
> Paco
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


You are right, static libraries are not needed to build .NET apps but I'm
embedding mono in my C app so I need headers .h at compile time and static
libs .a for linking.
http://www.mono-project.com/using/embedded-api.html#embed.

During previous versions of mono, headers and static libraries were included
in one release and left out in the next one. May be its better to consider a
devel-package ?

Didier







More information about the Mono-devel-list mailing list