[Mono-list] (no subject)

Gonzalo Paniagua Javier gonzalo@ximian.com
11 Feb 2003 15:15:00 +0100


El mar, 11 de 02 de 2003 a las 14:22, kojoadams escribió:
> Hi all,
>     Is there any hope of installing mono with gc support if you do not have
> root access? The build scripts look in /usr/include for the gc header files
> before they try to install, and since I do not have root access I can not
> install the gc files there

$ CFLAGS="-I /path/to/gc/include" LDFLAGS="-L /path/to/gc/lib" bash
mono-build.sh

-Gonzalo