GPG 1.0.7 Official Win32 Build (?)

uid0-414@catastrophe.net uid0-414@catastrophe.net
Thu Jun 27 03:48:02 2002


On Wed, 2002-06-26 at 08:19:59 -0400, David Shaw wrote...

; So you keep saying.  Care to post anything more illuminating than
; "doesn't compile"?
; 

Sure; here's what I posted to the list a few days ago (note: that's the
reason you'll assuming I "keep saying" it doesn't work).

; I'll be happy to help and fix the problem, but I need just a little
; more information here.

Date: Thu, 20 Jun 2002 02:08:49 -0500
From: uid0-414@catastrophe.net
To: gnupg-users@gnupg.org
Subject: Compilation Problem under OpenBSD 3.1

When trying to compile gnupg-1.0.7 under OpenBSD 3.1 i386,
I get the following error.

gcc -E -I.. -I../include -DHAVE_CONFIG_H mpih-lshift.S | grep -v '^#' > _mpih-lshift.s
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include    -g -O2 -Wall  -c _mpih-lshift.s
_mpih-lshift.s: Assembler messages:
_mpih-lshift.s:127: Error: operands given don't match any known 386 instruction
_mpih-lshift.s:137: Error: operands given don't match any known 386 instruction
_mpih-lshift.s:141: Error: operands given don't match any known 386 instruction
gmake[2]: *** [mpih-lshift.o] Error 1
gmake[2]: Leaving directory `/tmp/gnupg-1.0.7/mpi'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gnupg-1.0.7'
gmake: *** [all] Error 2

This happens with both the vanilla BSD make and gmake.

Any help is appreciated.

-#0