[Mono-dev] Building my own binaries

Andreas Färber andreas.faerber at web.de
Fri Jun 20 17:47:11 EDT 2008


Am 18.06.2008 um 02:32 schrieb Ockert:

> When I run make install
> I get
> Making install in libgc
> Making install in include
> Making install in private
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> Making install in doc
> make[3]: Nothing to be done for `install-exec-am'.
> test -z "/usr/local/share/libgc-mono" || .././install-sh -c -d
> "/usr/local/share/libgc-mono"
> mkdir: /usr/local/share: Permission denied
> mkdir: /usr/local/share: No such file or directory
> make[3]: *** [install-dist_pkgdataDATA] Error 1
> make[2]: *** [install-am] Error 2
> make[1]: *** [install-recursive] Error 1
> make: *** [install-recursive] Error 1

For the record, this is because for installing to system directories  
like /usr/local you need to run "sudo make install".

Andreas



More information about the Mono-devel-list mailing list