Re: Bug/problem with 1.6.0 on UnixWare
From: Mike Ralphson <hidden>
Date: 2016-06-15 22:45:12
2008/8/21 Boyd Lynn Gerber [off-list ref]:
I am having the same problem on UnixWare as I have with the SCO OpenServer 6. trying to build git-1.6.0. Here is the error. CC shell.o AR compat/lib.a LINK git-shell Undefined first referenced symbol in file hexval_table abspath.o null_sha1 abspath.o trust_executable_bit abspath.o has_symlinks abspath.o UX:ld: ERROR: Symbol referencing errors. No output written to git-shell gmake: *** [git-shell] Error 1
I think you've hit the problem described here: http://article.gmane.org/gmane.comp.version-control.git/92945/match=git+shell Junio's revert of the offending commit is I think in the 'next' branch. You could also look at reverting 5b8e6f85f97 locally? Cheers, Mike