[Mono-list] RE: Mono 0.4 runtime Make can't find alloca.h

Richard Anthony Hein 935551@ican.net
Mon, 23 Jul 2001 02:25:27 -0400


Nevermind, I figured it out.  I was using a different glib binary instead of
install glib, in order to avoid a strsignal error message.  But I went back
to the recommended source and configured and compiled it after I found out
the strsignal problem could be solved by removing the #DEFINE HAVE_STRSIGNAL
1 in the config.h file.  After taking the defines out, everything seems ok.

If this isn't the right way to do it, please let me know.

--------------------
Richard Anthony Hein

> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Richard Anthony Hein
> Sent: July 23, 2001 12:40 AM
> To: mono-list@ximian.com
> Subject: [Mono-list] Mono 0.4 runtime Make can't find alloca.h
>
>
> I am trying to build the runtime, and I get this error message:
>
> Making all in interpreter
> make[3]: Entering directory `/usr/mono/mono-0.4/mono/interpreter'
> gcc -DHAVE_CONFIG_H -I. -I. -I../..
> -I/usr/local/include/glib-1.2 -I/usr/loc
> al/l
> ib/glib/include -I../..    -g -Wall -Wunused
> -Wmissing-prototypes -Wmissing-
> decl
> arations -c interp.c
> interp.c:16: alloca.h: No such file or directory
> make[3]: *** [interp.o] Error 1
> make[3]: Leaving directory `/usr/mono/mono-0.4/mono/interpreter'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/mono/mono-0.4/mono'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/mono/mono-0.4'
> make: *** [all-recursive-am] Error 2
>
> I'm a newbie to Linux and to Make, so please use simple
> language ;-) - it's
> obvious that the file can't be found, but where do I get it
> and how do I
> configure this to work?
>
> TIA,
>
> Richard Anthony Hein
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>