[Mono-devel-list] Makefile error?
Lluis Sanchez
lluis at ideary.com
Wed Jul 16 06:58:27 EDT 2003
Compile mcs with:
make prefix=/home/torkar/install/install
- Lluis
----- Original Message -----
From: "Richard Torkar" <richard.torkar at htu.se>
To: <mono-devel-list at lists.ximian.com>
Sent: Wednesday, July 16, 2003 12:06 PM
Subject: [Mono-devel-list] Makefile error?
Hi
I seem to have a slight problem with the new build scripts.
I might be doing something wrong here, if that is the case I apologize
in advance ;-)
cd mono && ./autogen.sh --prefix=/home/torkar/install/install && make &&
make install works great
cd mcs && make all bails on the other hand...
make[2]: Entering directory `/home/torkar/install/mcs/class/System'
touch ../../build/deps/System.dll.stamp
MONO_PATH="../../class/lib:$MONO_PATH" mono ../../mcs/mcs.exe -g
/nowarn:1595 /nowarn:0169 /nowarn:0109 /nowarn:0067 /nowarn:0649
/nowarn:0679 /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
make[2]: *** [../../class/lib/System.dll] Error 1
So it can't find System.Xml.dll? Hmm, System.Xml.dll is actually in
/home/torkar/install/install/lib and LD_LIBRARY_PATH is set to that dir.
If I try to do a "make" in System.XML it of course bails complaining
about not being able to find System.dll...
Any ideas what's up? Am I doing something wrong, since I am a bit
unaccustomed with the new build system?
/Richard
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list