make depend
fails (as there is no 'depend' target in the makefile).

On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel <kalpesh.pa...@usa.net> wrote:

> If you are installing it into the system installed perl, which most likely
> you are doing so with a su switch user utility, then correct way to do so
> would be to:
>
> # sudo su -
> # cd <to_untarred_source_directory>
> # make depend
> # make
> # make test
> # make install
> # make clean
>
>
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to