On 12/17/20 04:28, Stuart Henderson wrote:
On 2020-12-17, Chris Zakelj <c.zak...@ieee.org> wrote (in part):
Coming back to my self-teaching on how to (hopefully eventually) be
semi-competent, I'm working on trying to build a git project from
source.
You need -L/usr/local/lib on linker commands. This is often done by
setting it in LDFLAGS when running any configure scripts.
You will find that many, many projects were developed on Linux only so
that the scripts and Makefiles are full of bashisms and Linux-specific
environments (hence Stuart's comment). Persevere and good luck.