[Mono-list] make install building mcs package

2004-07-02 Thread Yuri Leikind
Hello all, I build all Mono packages with --prefix=/opt. Strange thing, after I have successfully built the mcs package, and try to install it, I get the message that mcs is needed to perform installation, as though it is missing (it is not): [EMAIL PROTECTED]:~/src/mcs-1.0$ sudo make install

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Raja R Harinath
Hi, I don't see anything wrong with this behaviour :-) Perfectly expected. Please check the PATH of root. (Sorry for top-posting, I'm stuck with using GroupWise on the Web) - Hari Yuri Leikind [EMAIL PROTECTED] 07/02/04 6:38 PM Hello all, I build all Mono packages with --prefix=/opt.

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Ian Joyce
You need to have mcs or mono in your shells path. Type 'env' at your prompt to see what directories are in your path. You'll see /usr/bin is in that list. So you'll either need to continue to do the symlinking or add /opt/bin to your shells path. --Ian On Fri, 2 Jul 2004 16:08:36 +0300, Yuri

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Alessandro binhara
I have the same problem.. --- Yuri Leikind y.leik [EMAIL PROTECTED] escreveu: Hello all, I build all Mono packages with --prefix=/opt. Strange thing, after I have successfully built the mcs package, and try to install it, I get the message that mcs is needed to perform installation,

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Yuri Leikind
On Fri, 2 Jul 2004 08:25:53 -0500 Ian Joyce [EMAIL PROTECTED] wrote: You need to have mcs or mono in your shells path. Type 'env' at your prompt to see what directories are in your path. You'll see /usr/bin is in that list. So you'll either need to continue to do the

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Yuri Leikind
On Fri, 02 Jul 2004 07:24:28 -0600 Raja R Harinath [EMAIL PROTECTED] wrote: I don't see anything wrong with this behaviour :-) Perfectly expected. Please check the PATH of root. Please read my letter a bit more attentively, esp. pay attention to the which command. I do have

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Yuri Leikind
On Fri, 2 Jul 2004 16:08:36 +0300 Yuri Leikind [EMAIL PROTECTED] wrote: Hello all, I build all Mono packages with --prefix=/opt. Strange thing, after I have successfully built the mcs package, and try to install it, I get the message that mcs is needed to perform

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Ian Joyce
When you sudo to root does root inherit YOUR path? On Fri, 2 Jul 2004 16:55:25 +0300, Yuri Leikind [EMAIL PROTECTED] wrote: On Fri, 2 Jul 2004 16:08:36 +0300 Yuri Leikind [EMAIL PROTECTED] wrote: Hello all, I build all Mono packages with --prefix=/opt. Strange thing, after I

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Yuri Leikind
On Fri, 2 Jul 2004 09:01:50 -0500 Ian Joyce [EMAIL PROTECTED] wrote: When you sudo to root does root inherit YOUR path? That does make a point. As user, I do have /opt/bin in PATH, as root - I don't Sorry everyone, the bug turned out to be in my head ;-|

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Jonathan Stowe
On Fri, 2004-07-02 at 14:51, Yuri Leikind wrote: On Fri, 02 Jul 2004 07:24:28 -0600 Raja R Harinath [EMAIL PROTECTED] wrote: I don't see anything wrong with this behaviour :-) Perfectly expected. Please check the PATH of root. Please read my letter a bit more attentively,

Re: [Mono-list] make install building mcs package

2004-07-02 Thread Jonathan Stowe
On Fri, 2004-07-02 at 14:49, Yuri Leikind wrote: Didn't you notice the which command I issued: [EMAIL PROTECTED]:~/src/mcs-1.0$ which mcs /opt/bin/mcs Haven't you noticed I HAVE ALREADY BUILT the package, and I would not have been able to do it without mcs in my path.