i have been trying to install GIT latest version in my Solaris 9 machine where m encountering error after running
/usr/local/bin/make NO_OPENSSL=YesPlease NO_CURL=YesPlease prefix=/usr all
:
CC credential-store.o
/usr/ucb/cc: language optional software package not installed
make: *** [credential-store.o] Error 1
whereas when i do which gcc
/usr/sfw/bin/gcc
i get proper response
and for
which cc
/usr/ucb/cc
In the course of installation i tried upgrading my gcc version from gcc-3.2.2 to gcc 3.4.6 but still facing the error on installation.
Thanks in advance for suggestions.