SOLUTION to GNUPG on sparc64 & solaris2.8
   
    Lars Hecking
     
    lhecking@nmrc.ie
       
    Thu Oct 11 14:14:02 2001
    
    
  
 
> 	I managed to get gnupg to build on my sparc64, solaris2.8
> 	maching using gcc 2.9.  All that seems necessary is to
> 	get the configure line correct.  Mine was:
> 
> 	    ./configure sparc-sun-solaris2 \
> 		--with-included-gettext \
> 		--enable-static-rnd=none
> 
> 	The most important parts were "sparc" and "solaris2",
> 	although "solaris" works too.  The configure option
> 	"--disable-asm" will cause the problem I reported as
> 	well.
 Apart from the "--disable-asm" issue, I think there is something fishy in
 your system configuration.
 What happens if you just use ./configure sparc-sun-solaris2 with
 no further options?
 What is the output of ./scripts/config.guess?
 What is the output of gcc -v?