Steve Homer wrote:

Hi all,

I've been attempting to build mono cvs (as of 02:00 GMT+1) on Redhat 9
via the given script (mono-build.sh). It fails someway through the build
with a bunch of errors relating to not being able to stat what looks
like a set of assemblies.


Yes, this is normal, as you still don't have the assemblies built.


I'll run through it from scratch tomorrow so I can post an error log
from a clean attempt, But in the meantime, does anyone know if CVS is
currently buildable?


I didn't try it right now, but I think so.


Thanks,
Steve

PS I've tried using the monocharge-20030527 according to
README.buildingm but the files included are mcs.exe when the script is
looking for mcs. Renaming does not help as mcs does not run (bash:
/usr/local/bin/mcs.exe: cannot execute binary file).


Steve, after you get the Mono built, it will create a directory called install and inside it, there is the bin and lib dirs. Put the .dll from monocharge in the dll dir and mcs.exe in the bin dir. There will be a mcs script in the bin folder which calls the mcs.exe. It is created for your based in your current install path. If it is not created, you can create one which does the following:


/<path-to-your-mono-install>/bin/mono /<path-to-your-mono-install>/bin/mcs.exe

This all in one line.

Now add bin and lib path to you PATH environment variable and just exec mono and so mcs. It should work. :)

I hope it helps.

-------------- Andries Brouwer wrote:

Linux is unreliable. That is bad.


Since your definition of reliability is a mathematical abstraction
requiring infinite storage why don't you start by inventing infinitely
large SDRAM chips, then get back to us ? - Alan Cox
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



--
Regards,

Francisco Figueiredo Jr.

------
"My grandfather once told me that there are two
kinds of people: those
who work and those who take the credit. He told me
to try to be in the
first group; there was less competition there."
- Indira Gandhi

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to