GNUPG on Solaris 8 and Sparc64 (Ultra10)
Kevin Cosgrove
kevinc@dOink.COM
Thu Sep 13 22:17:02 2001
Is this the right place to ask how to get gnupg 1.0.6 to compile
on Solaris 8 with a Sparc64 processor? If not, where then? ;-)
It looks like the problem is in the ASM code.
Using configure's --disable-asm seems to have zero effect.
Here's what make blurts out:
[snip]
gcc -O -Wall -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a ../intl/libintl.a -lz -ldl -lnsl -lsocket
../mpi/libmpi.a(mpih-div.o): In function `mpihelp_mod_1':
mpih-div.o(.text+0xb0): undefined reference to `__udiv_qrnnd'
mpih-div.o(.text+0x424): undefined reference to `__udiv_qrnnd'
mpih-div.o(.text+0x620): undefined reference to `__udiv_qrnnd'
../mpi/libmpi.a(mpih-div.o): In function `mpihelp_divrem':
mpih-div.o(.text+0x6c8): undefined reference to `__udiv_qrnnd'
mpih-div.o(.text+0x6f8): undefined reference to `__udiv_qrnnd'
../mpi/libmpi.a(mpih-div.o)(.text+0x7c8): more undefined
references to `__udiv_qrnnd' follow
collect2: ld returned 1 exit status
make[2]: *** [mpicalc] Error 1
make[2]: Leaving directory `/src/INCOMING/BUILD/gnupg-1.0.6/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/INCOMING/BUILD/gnupg-1.0.6'
make: *** [all-recursive-am] Error 2
Thanks....