Compiling problems on HP-UX 10.20

Michael Haller haller@fmi.uni-passau.de
Thu Oct 10 17:24:02 2002


Hello!

I'm trying to compile GnuPG 1.2 on HP-UX 10.20 (PA-RISC) without
success. I configured with "--disable-asm --disable-nls 
--enable-static-rnd=egd" and everything was fine. But make raises the 
following errors:

Making all in mpi
make[2]: Entering directory `/temp/gnupg-1.2.0/mpi'
source='mpi-pow.c' object='mpi-pow.o' libtool=no \
depfile='.deps/mpi-pow.Po' tmpdepfile='.deps/mpi-pow.TPo' \
depmode=gcc3 /bin/sh ../scripts/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include    -g -O2 -Wall  -c `test -f 'mpi-pow.c' || echo './'`mpi-pow.c
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled
/var/tmp//ccBsDG7c.s: Assembler messages:
/var/tmp//ccBsDG7c.s:346: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:347: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:348: Warning: rest of line ignored; first ignored character is `1'
/var/tmp//ccBsDG7c.s:349: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:350: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:351: Warning: rest of line ignored; first ignored character is `8'
/var/tmp//ccBsDG7c.s:352: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:353: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:354: Warning: rest of line ignored; first ignored character is `4'
/var/tmp//ccBsDG7c.s:355: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:356: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:357: Warning: rest of line ignored; first ignored character is `2'
/var/tmp//ccBsDG7c.s:358: Warning: rest of line ignored; first ignored character is `%'
/var/tmp//ccBsDG7c.s:359: Warning: rest of line ignored; first ignored character is `%'
/var/tmp//ccBsDG7c.s:437: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:437: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:438: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:438: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:439: Error: symbol `ldo' is already defined
/var/tmp//ccBsDG7c.s:439: Warning: rest of line ignored; first ignored character is `1'
/var/tmp//ccBsDG7c.s:440: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:440: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:441: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:441: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:442: Error: symbol `ldo' is already defined
/var/tmp//ccBsDG7c.s:442: Warning: rest of line ignored; first ignored character is `8'
/var/tmp//ccBsDG7c.s:443: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:443: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:444: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:444: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:445: Error: symbol `ldo' is already defined
/var/tmp//ccBsDG7c.s:445: Warning: rest of line ignored; first ignored character is `4'
/var/tmp//ccBsDG7c.s:446: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:446: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:447: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:447: Warning: rest of line ignored; first ignored character is `,'
/var/tmp//ccBsDG7c.s:448: Error: symbol `ldo' is already defined
/var/tmp//ccBsDG7c.s:448: Warning: rest of line ignored; first ignored character is `2'
/var/tmp//ccBsDG7c.s:449: Error: symbol `extru' is already defined
/var/tmp//ccBsDG7c.s:449: Warning: rest of line ignored; first ignored character is `%'
/var/tmp//ccBsDG7c.s:450: Error: symbol `sub' is already defined
/var/tmp//ccBsDG7c.s:450: Warning: rest of line ignored; first ignored character is `%'
make[2]: *** [mpi-pow.o] Error 1
make[2]: Leaving directory `/temp/gnupg-1.2.0/mpi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/gnupg-1.2.0'
make: *** [all] Error 2

I'm using GCC 3.2, GNU Make 3.79.1 and GNU as 2.12.91.

Any suggestions are appreciated.

Thanks, Michael