зеркало из https://github.com/mono/mail-archives.git
168 строки
5.3 KiB
HTML
168 строки
5.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] mandrake9.1 cvs
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:e_osorio%40yahoo.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016191.html">
|
|
<LINK REL="Next" HREF="016193.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] mandrake9.1 cvs
|
|
</H1>
|
|
<B>Eduardo Osorio Armenta
|
|
</B>
|
|
<A HREF="mailto:e_osorio%40yahoo.com"
|
|
TITLE="[Mono-list] mandrake9.1 cvs">e_osorio@yahoo.com
|
|
</A><BR>
|
|
<I>Wed, 8 Oct 2003 07:10:55 -0700 (PDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016191.html">[Mono-list] mandrake9.1 cvs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016193.html">[Mono-list] Mixing managed and unmanaged code
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16192">[ date ]</a>
|
|
<a href="thread.html#16192">[ thread ]</a>
|
|
<a href="subject.html#16192">[ subject ]</a>
|
|
<a href="author.html#16192">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>hi,
|
|
|
|
no, the permissions is fine
|
|
no need for chmod,
|
|
|
|
but i look into the rpms (0.28) for mdk9.1
|
|
and the
|
|
|
|
mcs*
|
|
|
|
are really:
|
|
|
|
#!/bin/sh
|
|
/usr/bin/mono /usr/bin/mcs.exe "$@"
|
|
|
|
but monocharge is only
|
|
mcs.exe
|
|
|
|
so the point!
|
|
|
|
|
|
hey, i going to do this did you know if
|
|
it's okey!
|
|
|
|
i'm going to install rpm's mdk9.1 (0.28)
|
|
and then on cvs mcs/:
|
|
|
|
echo "prefix = /usr" >> build/config.make
|
|
make
|
|
|
|
then uninstall rpm's
|
|
|
|
and finally on cvs mcs/
|
|
make install
|
|
|
|
what do ya think!
|
|
|
|
--- "Rodrigo B. de Oliveira" <<A HREF="mailto:rbo@acm.org">rbo@acm.org</A>> wrote:
|
|
><i> It must be something to do with the default
|
|
</I>><i> installation prefix being
|
|
</I>><i> /usr/local.
|
|
</I>><i>
|
|
</I>><i> I copied the *.exe files to /usr/local/bin and the
|
|
</I>><i> *.dll to /usr/local/lib
|
|
</I>><i> and everything went
|
|
</I>><i> just fine (can't remember if I had to chmod them
|
|
</I>><i> though).
|
|
</I>><i>
|
|
</I>><i> You can give:
|
|
</I>><i>
|
|
</I>><i> ./autogen.sh --with-prefix=/usr
|
|
</I>><i>
|
|
</I>><i> a try.
|
|
</I>><i>
|
|
</I>><i> regards,
|
|
</I>><i> Rodrigo
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> ----- Original Message -----
|
|
</I>><i> From: "Eduardo Osorio Armenta" <<A HREF="mailto:e_osorio@yahoo.com">e_osorio@yahoo.com</A>>
|
|
</I>><i> To: "mono-ximian" <<A HREF="mailto:mono-list@lists.ximian.com">mono-list@lists.ximian.com</A>>
|
|
</I>><i> Sent: Wednesday, October 08, 2003 10:20 AM
|
|
</I>><i> Subject: [Mono-list] mandrake9.1 cvs
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> >
|
|
</I>><i> > Hi, i'm trying to reconstruct
|
|
</I>><i> > mono from scratch
|
|
</I>><i> >
|
|
</I>><i> > and i do cvs ... (like wiki pages)
|
|
</I>><i> >
|
|
</I>><i> > and then download monocharge...
|
|
</I>><i> >
|
|
</I>><i> > and copy to /usr/bin
|
|
</I>><i> > and /usr/lib
|
|
</I>><i> >
|
|
</I>><i> > but then try
|
|
</I>><i> > make or autogen in mcs:
|
|
</I>><i> >
|
|
</I>><i> > <A HREF="mailto:root@antar">root@antar</A> mcs]# make
|
|
</I>><i> > *** You need a C# compiler installed to build MCS.
|
|
</I>><i> > *** Read README.building for information on how to
|
|
</I>><i> > bootstrap
|
|
</I>><i> > *** a Mono installation.
|
|
</I>><i> > make: *** [platform-check] Error 1
|
|
</I>><i> > mcs/ mono
|
|
</I>><i> >
|
|
</I>><i> > is something wrong with the copy of monocharge
|
|
</I>><i> *.exe
|
|
</I>><i> > on /usr/bin
|
|
</I>><i> > or *dll on /usr/lib ?
|
|
</I>><i> >
|
|
</I>><i> >
|
|
</I>><i> >
|
|
</I>><i> >
|
|
</I>><i> > __________________________________
|
|
</I>><i> > Do you Yahoo!?
|
|
</I>><i> > The New Yahoo! Shopping - with improved product
|
|
</I>><i> search
|
|
</I>><i> > <A HREF="http://shopping.yahoo.com">http://shopping.yahoo.com</A>
|
|
</I>><i> > _______________________________________________
|
|
</I>><i> > Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> > <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>><i> >
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>
|
|
|
|
__________________________________
|
|
Do you Yahoo!?
|
|
The New Yahoo! Shopping - with improved product search
|
|
<A HREF="http://shopping.yahoo.com">http://shopping.yahoo.com</A>
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016191.html">[Mono-list] mandrake9.1 cvs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016193.html">[Mono-list] Mixing managed and unmanaged code
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16192">[ date ]</a>
|
|
<a href="thread.html#16192">[ thread ]</a>
|
|
<a href="subject.html#16192">[ subject ]</a>
|
|
<a href="author.html#16192">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|