Re: [PATCH] Fix linking for not-so-clever linkers.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:33
Johannes Schindelin [off-list ref] writes:
On one of my systems, the linker is not intelligent enough to link with
pager.o (in libgit.a) when only the variable pager_in_use is needed. The
consequence is that the linker complains about an undefined
variable.
I do not understand this quite yet -- which executable is your
linker building when it does this?
Maybe we need ranlib?