Skip to content

Instantly share code, notes, and snippets.

@agkozak
Last active September 11, 2018 14:46
Show Gist options
  • Save agkozak/e0ab3f934b134027a05ba8a180b05b2e to your computer and use it in GitHub Desktop.
Save agkozak/e0ab3f934b134027a05ba8a180b05b2e to your computer and use it in GitHub Desktop.
How to compile Git on Solaris 11.3

Correct the Makefile so that

CC = gcc

and add

NO_GETTEXT=YesPlease

Then run gmake (after installing it, if necessary).

Install

sudo pkg install ucb/compatibility

if necessary, and run

gmake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment