GPG 1.0.7 Official Win32 Build (?)
Werner Koch
wk@gnupg.org
Thu Jun 27 11:22:01 2002
On Wed, 26 Jun 2002 20:48:47 -0500, uid0-414 said:
> 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
> This happens with both the vanilla BSD make and gmake.
It is obviously not a make problem but an oddity of your assembler. A
workaround is to use the --disable-asm configure option.
Please send us the files
mpi/_mpih_lshift.s
mpi/sysdep.h
mpi/asm-syntax.h
and the version of your assember and gcc (gcc --version; as
--version).
Shalom-Salam,
Werner