[Mono-list] problem with make fullbuild?
Davy Brion
davy.brion@pandora.be
Sun, 24 Aug 2003 17:05:13 +0000
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)
thx in advance,
davy brion