raviraj kondraguntla wrote: > > All, > Thanks for your reply. > I checked the package GCC, it is showing that it was already installed. > $ pkginfo | grep -i gcc > system SUNWgcc gcc - The GNU C compiler > system SUNWgccruntime GCC Runtime libraries > > $ which cc > /usr/ucb/cc > But I am not sure why GnuPG software is looking for cc in > /opt/SUNWspro/bin/cc
the cc in /usr/ucb is not the cc you want (unless you're running an old version of SunOS 4.x) CC=gcc ./configure may get you a bit further along, but I suspect there may be other user environment issues. See http://developers.sun.com/solaris/articles/build_sw_on_solaris.html for advice and directions. /usr/ucb is specifically referenced As others have pointed out, this is not a GnuPG problem -- John P. Clizbe Inet:John (a) Mozilla-Enigmail.org You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net or mailto:[email protected]?subject=help Q:"Just how do the residents of Haiku, Hawai'i hold conversations?" A:"An odd melody / island voices on the winds / surplus of vowels"
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
