[Mono-devel-list] Re: glibc not Making on Solaris 2.9 so can't get mono working correctly

2005-05-13 Thread Robert Jordan
Doug,
Just wondering if anyone has glibc working on Solaris
2.9?  I get errors during the make of glibc - any
You don't need glibC for Mono! glib (w/out "C") is
the library Mono depends on:
http://ftp.gnome.org/pub/GNOME/sources/glib/
Rob
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Re: glibc not Making on Solaris 2.9 so can't get mono working correctly

2005-05-13 Thread Doug
How can this be when I need stdint.h and some other
files that are not installed?  I have installed glib
and these .h files are not found.  

--- Robert Jordan <[EMAIL PROTECTED]> wrote:
> Doug,
> 
> > Just wondering if anyone has glibc working on
> Solaris
> > 2.9?  I get errors during the make of glibc - any
> 
> You don't need glibC for Mono! glib (w/out "C") is
> the library Mono depends on:
> 
> http://ftp.gnome.org/pub/GNOME/sources/glib/
> 
> Rob
> 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-devel-list] Re: glibc not Making on Solaris 2.9 so can't get mono working correctly

2005-05-14 Thread Jonathan Pryor
On Fri, 2005-05-13 at 09:21 -0700, Doug wrote:
> How can this be when I need stdint.h and some other
> files that are not installed?  I have installed glib
> and these .h files are not found.  

 is part of the C99 standard, so your existing C compiler
should provide it (assuming you have a reasonably recent C compiler).

However,  isn't required, or shouldn't be.  `configure' checks
for  and provides HAVE_STDINT_H if it exists, so runtime code
should check for it first (which MonoPosixHelper does).

 - Jon


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list