On Wed, Oct 19, 2022, at 4:27 PM, Christoph Grüninger wrote:
...
>      - PATH=make-git:$PATH

PATH entries should always be absolute. Try again from this point with

    PATH=$(pwd)/make-git:$PATH

instead. If that still doesn't work, try configuring make with 
--prefix=[some private location], running `make install`, and
adding the absolute path to [some private location]/bin to PATH,
*instead of* the build directory.

zw

Reply via email to