Compilation Problem under OpenBSD 3.1

uid0-414@catastrophe.net uid0-414@catastrophe.net
Thu Jun 20 09:08:02 2002


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