On Mon, Apr 16, 2001 at 10:58:02PM -0500, Kevin Breit wrote:
> Greetings,
> I am building Evolution nightlies on a SuSE 7.1 box using SRPM files. When
> I compile (as a mortal user) I get this error:
>
> make[3]: Nothing to be done for `install-exec-am'.
> <snip>
>
> I am curious to know what is trying to delete those files and why. How can I
> fix this as I have no desire to compile this as root.
It looks like you are trying to install files into system directories that
you don't have write access to. While it is fine not to want to compile as
root, "make install" is a different matter. You can either:
(1) "make" as a regular user, then "make install" as root.
(2) Install into another prefix which you have write access to.
To do this, specify the alternative prefix when you run configure. i.e.
% ./configure --prefix=/home/foo/testing
... blah blah blah ...
% make install
This will install things into /home/foo/testing/bin,
/home/foo/testing/include, /home/foo/testing/lib, etc.
-JT
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution-hackers