[Mono-list] Some general advice for a newbie, please
peter
apvx95@dsl.pipex.com
Fri, 31 Dec 2004 17:57:28 +0000
Matt Nuzum wrote:
>I had a little difficulties along the same lines. I had the best
>results by doing this:
>./configure --prefix=/usr
>For every single package I wanted.
>
>Maybe that's helpful for you, maybe not. I hope it is,
>
>
>
Thanks Matt, but 'fraid not. I did:
# cd mono1.1.3
# ./configure --prefix=/usr
... lots of stuff and all ok ...
# make
... lots of stuff ...
est -z "/usr/lib" || mkdir -p -- . "/usr/lib"
/bin/sh ../../libtool --mode=install /usr/bin/install -c
'libmono-profiler-cov.la' '/usr/lib/libmono-profiler-cov.la'
libtool: install: error: cannot install `libmono-profiler-cov.la' to a
directory not ending in /usr/local/lib
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory
`/home/peter/downloads/mono/version1.1.3/mono-1.1.3/mono/profiler'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/peter/downloads/mono/version1.1.3/mono-1.1.3/mono/profiler'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/peter/downloads/mono/version1.1.3/mono-1.1.3/mono'
make: *** [install-recursive] Error 1
linux:/home/peter/downloads/mono/version1.1.3/mono-1.1.3 #
But thanks for trying
Peter