[Mono-list] help installing
Kenneth Benson
sdhmis@sheratondover.com
Fri, 26 Apr 2002 12:43:12 -0400
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1ED41.745C0790
Content-Type: text/plain;
charset="iso-8859-1"
Currently you need to use the .Net C# command line compiler (csc.exe) to
compile the classes.
-----Original Message-----
From: Robert Nikander [mailto:nikander@nc.rr.com]
Sent: Friday, April 26, 2002 12:08 PM
To: Mono List
Subject: [Mono-list] help installing
Hi,
I am new to Mono and am trying to get the latest version installed and
running on Linux. I used the mono-build.sh script off your web page.
It ran successfully. I set my PATH and LD_LIBRARY_PATH to point to the
new installed bin and lib directories. When the script finished it said
"don't forget to copy the class files to the lib directory." I guess
those are part of the mcs-0.11 tarball I can get of the web? That
package won't compile. Here is what it says when I type "make":
for i in jay nant mcs class nunit tools; do \
(cd $i; make linux) || exit 1; \
done
make[1]: Entering directory `/home/rob/mono/mcs-0.11/jay'
make[1]: Nothing to be done for `linux'.
make[1]: Leaving directory `/home/rob/mono/mcs-0.11/jay'
make[1]: Entering directory `/home/rob/mono/mcs-0.11/nant'
csc /out:NAnt.exe /recurse:*.cs
/bin/sh: csc: command not found
make[1]: *** [NAnt.exe] Error 127
make[1]: Leaving directory `/home/rob/mono/mcs-0.11/nant'
make: *** [linux] Error 1
What do I need to do? Shouldn't "csc" there be "mcs"? But the copy of
mcs.exe that the mono-build.sh script installed is a zero length file. ?
[rob@localhost rob]$ ls -l mono/install/bin/
total 4304
-rwxr-xr-x 1 root root 80 Apr 26 11:39 mcs
-rw-r--r-- 1 root root 0 Apr 26 11:39 mcs.exe
-rwxr-xr-x 1 root root 1438301 Apr 26 11:38 mint
-rwxr-xr-x 1 root root 1843688 Apr 26 11:39 mono
-rwxr-xr-x 1 root root 596697 Apr 26 11:38 monodis
-rwxr-xr-x 1 root root 497230 Apr 26 11:38 monograph
What do I do next?
Thanks
Rob Nikander
_______________________________________________
Mono-list maillist - Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
------_=_NextPart_001_01C1ED41.745C0790
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Mono-list] help installing</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>Currently you need to use the .Net C# command line =
compiler (csc.exe) to compile the classes.</FONT>
</P>
<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Robert Nikander [<A =
HREF=3D"mailto:nikander@nc.rr.com">mailto:nikander@nc.rr.com</A>]</FONT>=
<BR><FONT SIZE=3D2>Sent: Friday, April 26, 2002 12:08 PM</FONT>
<BR><FONT SIZE=3D2>To: Mono List</FONT>
<BR><FONT SIZE=3D2>Subject: [Mono-list] help installing</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Hi,</FONT>
<BR><FONT SIZE=3D2>I am new to Mono and am trying to get the latest =
version installed and</FONT>
<BR><FONT SIZE=3D2>running on Linux. I used the mono-build.sh =
script off your web page. </FONT>
<BR><FONT SIZE=3D2>It ran successfully. I set my PATH and =
LD_LIBRARY_PATH to point to the</FONT>
<BR><FONT SIZE=3D2>new installed bin and lib directories. When =
the script finished it said</FONT>
<BR><FONT SIZE=3D2>"don't forget to copy the class files to the =
lib directory." I guess</FONT>
<BR><FONT SIZE=3D2>those are part of the mcs-0.11 tarball I can get of =
the web? That</FONT>
<BR><FONT SIZE=3D2>package won't compile. Here is what it says =
when I type "make":</FONT>
</P>
<P><FONT SIZE=3D2>for i in jay nant mcs class nunit tools; do =
=
\</FONT>
<BR> <FONT SIZE=3D2>(cd $i; =
make linux) || exit 1; \</FONT>
<BR><FONT SIZE=3D2>done</FONT>
<BR><FONT SIZE=3D2>make[1]: Entering directory =
`/home/rob/mono/mcs-0.11/jay'</FONT>
<BR><FONT SIZE=3D2>make[1]: Nothing to be done for `linux'.</FONT>
<BR><FONT SIZE=3D2>make[1]: Leaving directory =
`/home/rob/mono/mcs-0.11/jay'</FONT>
<BR><FONT SIZE=3D2>make[1]: Entering directory =
`/home/rob/mono/mcs-0.11/nant'</FONT>
<BR><FONT SIZE=3D2>csc /out:NAnt.exe /recurse:*.cs </FONT>
<BR><FONT SIZE=3D2>/bin/sh: csc: command not found</FONT>
<BR><FONT SIZE=3D2>make[1]: *** [NAnt.exe] Error 127</FONT>
<BR><FONT SIZE=3D2>make[1]: Leaving directory =
`/home/rob/mono/mcs-0.11/nant'</FONT>
<BR><FONT SIZE=3D2>make: *** [linux] Error 1</FONT>
</P>
<P><FONT SIZE=3D2>What do I need to do? Shouldn't "csc" =
there be "mcs"? But the copy of</FONT>
<BR><FONT SIZE=3D2>mcs.exe that the mono-build.sh script installed is a =
zero length file. ?</FONT>
</P>
<P><FONT SIZE=3D2>[rob@localhost rob]$ ls -l mono/install/bin/</FONT>
<BR><FONT SIZE=3D2>total 4304</FONT>
<BR><FONT SIZE=3D2>-rwxr-xr-x 1 =
root =
root 80 Apr =
26 11:39 mcs</FONT>
<BR><FONT SIZE=3D2>-rw-r--r-- 1 =
root =
root =
0 Apr 26 11:39 mcs.exe</FONT>
<BR><FONT SIZE=3D2>-rwxr-xr-x 1 =
root root 1438301 =
Apr 26 11:38 mint</FONT>
<BR><FONT SIZE=3D2>-rwxr-xr-x 1 =
root root 1843688 =
Apr 26 11:39 mono</FONT>
<BR><FONT SIZE=3D2>-rwxr-xr-x 1 =
root root =
596697 Apr 26 11:38 monodis</FONT>
<BR><FONT SIZE=3D2>-rwxr-xr-x 1 =
root root =
497230 Apr 26 11:38 monograph</FONT>
</P>
<P><FONT SIZE=3D2>What do I do next?</FONT>
</P>
<P><FONT SIZE=3D2>Thanks</FONT>
<BR><FONT SIZE=3D2>Rob Nikander</FONT>
</P>
<BR>
<BR>
<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Mono-list maillist - =
Mono-list@ximian.com</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://lists.ximian.com/mailman/listinfo/mono-list" =
TARGET=3D"_blank">http://lists.ximian.com/mailman/listinfo/mono-list</A>=
</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C1ED41.745C0790--