compilation problem:gnupg1.0.6 on solaris 7 sparc
O . H .
olih@swing.be
Wed Jun 6 16:04:01 2001
hi,
i'm trying to compil gnupg on solaris 7 sparc box and i've got some
problems :
error message during compilation:
Making all in tools
make[2]: Entering directory `/export/home/olivier/gnupg-1.0.6/tools'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -O2 -Wall -c
mpicalc.c
gcc -g -O2 -Wall -o mpicalc mpicalc.o ../cipher/libcipher.a
../mpi/libmpi.a ../util/libutil.a ../intl/libintl.a -lz -ldl -lnsl
-lsocket
Undefined first referenced
symbol in file
__udiv_qrnnd ../mpi/libmpi.a(mpih-div.o)
ld: fatal: Symbol referencing errors. No output written to mpicalc
collect2: ld returned 1 exit status
make[2]: *** [mpicalc] Error 1
make[2]: Leaving directory `/export/home/olivier/gnupg-1.0.6/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/olivier/gnupg-1.0.6'
make: *** [all-recursive-am] Error 2
Config i use to compil :
[root@sun gnupg-1.0.6]# gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Could anyone give me a way to resolve this problem ?
For information, got same errors with gnupg1.0.5