[Mono-list] problem with make fullbuild?

Gonzalo Paniagua Javier gonzalo@ximian.com
Sun, 24 Aug 2003 18:18:27 +0200


El dom, 24-08-2003 a las 19:05, Davy Brion escribió:
> Hey guys,
> 
> just trying to install mono from CVS and when i issue the following commands:
> 
> cd mono &&
> ./autogen.sh --prefix=/opt/mono-cvs/24082003 &&
> make fullbuild
> 
> then i get the following error after a while:
> MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   /d:NET_1_1 -g 
> /noconfig /lib:/usr/local/lib /r:System.Xml.dll /r:corlib.dll /target:library 
> /out:../../class/lib/System.dll @System.dll.sources
> error CS0006: Cannot find assembly `System.Xml.dll'
> Log:
> 
> Compilation failed: 1 error(s), 0 warnings
> 
> 
> as you can see it's still using /usr/local as a prefix even though i used a 
> different prefix... should i use another build method if i want to make sure 
> that the build gets put in it's own directory? (i wanna make sure my cvs 
> version of mono is in a totally different place than my 0.26 version of mono)

cd mcs/build && echo "prefix=/opt/mono-cvs/24082003" >> config.make

Then repeat that command you used before.

-Gonzalo