[Mono-list] make install building mcs package

Yuri Leikind y.leikind@sam-solutions.net
Fri, 2 Jul 2004 16:55:25 +0300


On Fri, 2 Jul 2004 16:08:36 +0300
Yuri Leikind <y.leikind@sam-solutions.net> 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 installation, as though it is missing (it is not):
>      
>      leikind@pc324:~/src/mcs-1.0$ sudo make install
>      *** You need a C# compiler installed to build MCS. (make sure mcs works from the command line)
>      *** Read INSTALL.txt for information on how to bootstrap
>      *** a Mono installation.
>      make: *** [platform-check] Error 1


Read this:

>      leikind@pc324:~/src/mcs-1.0$ which mcs
>      /opt/bin/mcs

The point is, I have /opt/bin/  in my path and I must be able to use it without any symlinking, see?

It only happens while installing. Building is Ok.
-- 
Best regards,
Yuri Leikind