[Mono-devel-list] Yet Another SVN Compile Question

Raja R Harinath rharinath at novell.com
Tue Feb 15 03:53:20 EST 2005


Hi,

marcusmonaghan at f2s.com writes:

> I downloaded the source from SVN lastnight and did an update this morning,
> followed by a compile. All seemed to be going great up until the "make". After
> a lot of compiling I get the following:
>
> make install-local

I believe that the steps you performed were:

> ./mono/autogen.sh --prefix /usr/mono
> make get-monolite-latest

Followed immediately by a

  make install

This style is not supported.  Please precede the 'make install' step
with a 'make'.  So, the steps are

  ./mono/autogen.sh --prefix=/usr/mono
  make get-monolite-latest
  make
  make install

- Hari



More information about the Mono-devel-list mailing list