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

Richard Anthony Hein 935551@ican.net
Mon, 23 Jul 2001 00:39:31 -0400


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