GnuPG 1.0.7 not compiling on Solrais 2.7

Sahar_Witt@capgroup.com Sahar_Witt@capgroup.com
Sat May 4 00:25:01 2002


I'm trying to compile Gnu 1.0.7 on Sun Solaris 2.7 without success. I do
not have write access to the /usr/local/bin directory so instead I ran the
configure command as follows:
./configure -enable-static-rnd=none -prefix=$NEW_DIRECTORY
where NEW_DIRECTORY is where i need the pgp binaries to be generated.

then I ran make
Then Make install

But I get the following errors at the end of both make & makeinstall
commands :
cc: Warning: -s conflicts with -g. -s turned off
"./rndlinux.c", line 226: warning: assignment type mismatch:
        pointer to void "=" pointer to function(void) returning int
ld: fatal: option -h and building a dynamic executable are incompatible
ld: fatal: Flags processing errors
make[1]: *** [rndlinux] Error 1
make[1]: Leaving directory `/users/webtools/pgp/gnupg-1.0.7/cipher'
make: *** [install-recursive] Error 1


What am I missing  , If I install gcc, do you think this problem will be
resolved ?

Thanks,