Re: Chicken/egg problem building from a 'git clone'
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:46:06
Hi,
On Fri, 6 Feb 2009, Joi Ellis wrote:
"make all" fails becuase my libaries are old:
LINK git-fast-import
fast-import.o: In function `store_object':
/usr/local/src/git/git/fast-import.c:1086: undefined reference to `deflateBound'
/usr/local/src/git/git/fast-import.c:1109: undefined reference to `deflateBound'
You need to install a newer libz. (And this is not a chicken & egg
problem.)
Ciao,
Dscho