[Mono-list] Mono Make file requires Full monocharge to be boot strapped
John BouAntoun
john@insage.com.au
12 Oct 2003 02:41:51 +1000
Hi Guys,
As per Miguel's request I'm posting this to the list.
Currently did the following on mono fresh out of cvs
first downloaded monolite and installed exes -> /usr/local/bin and dlls
-> /usr/local/lib
cd /monocvs/mono
./autogen.sh --prefix=/usr/local
make
su
make install
At this point make install fails because it could not stat
/usr/local/bin/wsdl.exe and whole bunch of other exe's that are in the
monocharge, but not he monolite.
Now someone once told me that you could bootstrap cvs with monolite. But
quite clearly the make install tries to install all the other exes in
monocharge, and aborts if it can't. This means you can't bootstrap cvs
mono unless you have installed a monocharge before hand.
You might want to change this guys,
Regards,
JBA