autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dependency tracking not working on macOS


From: Zack Weinberg
Subject: Re: Dependency tracking not working on macOS
Date: Wed, 19 Oct 2022 16:36:44 -0400
User-agent: Cyrus-JMAP/3.7.0-alpha0-1047-g9e4af4ada4-fm-20221005.001-g9e4af4ad

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

[Prev in Thread] Current Thread [Next in Thread]