Bus error on Solaris 9

David Shaw dshaw at jabberwocky.com
Tue Feb 24 13:16:41 CET 2004


On Tue, Feb 24, 2004 at 12:45:49PM -0500, E. Stuart Hicks wrote:
> Nope.  In fact, gcc v3.3 was, after much hair pulling, set up to compile
> 64bit so everything that compiles now should be in 64bit mode, including
> gpg.

Hmm.  Try this patch.  If the patch doesn't work, does building with
the --disable-asm configure option work?

David
-------------- next part --------------
? .deps
? Makefile
? Makefile.in
? _mpih-add1.s
? _mpih-lshift.s
? _mpih-mul1.s
? _mpih-mul2.s
? _mpih-mul3.s
? _mpih-rshift.s
? _mpih-sub1.s
? asm-syntax.h
? bigdiff
? sysdep.h
Index: config.links
===================================================================
RCS file: /cvs/gnupg/gnupg/mpi/config.links,v
retrieving revision 1.30.2.7
diff -u -r1.30.2.7 config.links
--- config.links	10 Jan 2004 04:22:06 -0000	1.30.2.7
+++ config.links	24 Feb 2004 18:15:35 -0000
@@ -144,6 +144,7 @@
        path=""
        ;;
     sparc9*-*-*     | \
+    sparcv9*-*-*    | \
     sparc64*-*-*    | \
     ultrasparc*-*-* )
 	echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h


More information about the Gnupg-users mailing list