Re: Dependency tracking not working on macOS

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

 



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





[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux