To compile Git 2.7.0 on Solaris the Makefile must be changed to use gcc
CC = gcc
After that Git compiles, when I disable gettext, iconv and Tcl/Tk. I did not need curl but it seems to work.
NO_GETTEXT=1 NO_ICONV=1 NO_TCLTK=1 CURLDIR=/usr/local \ gmake prefix=/my/git install
Keine Kommentare:
Kommentar veröffentlichen