Problem compiling gnupgp 1.0.0 in Solaris 2.7

Oscar Guell Perez - Lab. Calculo LSI oskar@lsi.upc.es
Wed, 10 Nov 1999 16:29:14 +0100 (MET)


Hi,

I'm using gcc 2.8.1 and GNU Make 3.77 in a Solaris 2.7
I type:
$> ./configure --enable-m-guard --enable-static-rnd=none --prefix=/usr/local/gnupgp-1.0.0 --disable-asm
......
$> gmake
.....
make  all-recursive
Making all in intl
Making all in zlib
Making all in util
Making all in mpi
Making all in cipher
Making all in tools
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes  -o mpicalc  mpicalc.o ../cipher/libcipher.la              ../mpi/libmpi.la ../util/libutil.la -ldl -lnsl  -lsocket
gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o mpicalc mpicalc.o ../cipher/.libs/libcipher.a -ldl -lnsl -lsocket ../mpi/.libs/libmpi.a -ldl -lnsl -lsocket ../util/.libs/libutil.a -ldl -lnsl -lsocket -ldl -lnsl -lsocket
Undefined                       first referenced
 symbol                             in file
__udiv_qrnnd                        ../mpi/.libs/libmpi.a(mpih-div.o)
ld: fatal: Symbol referencing errors. No output written to mpicalc
*** Error code 1
make: Fatal error: Command failed for target `mpicalc'
Current working directory /amd/pin/home5-1/gnupgp-1.0.0/gnupg-1.0.0/tools
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /amd/pin/home5-1/gnupgp-1.0.0/gnupg-1.0.0
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

$>

Where is the problem and what can I do?
Thanks.

-- 
----------------------------
Oscar Guell Perez
Laboratori Calcul LSI - UPC
Tel 93 401 73 27
oskar@lsi.upc.es
http://www.lsi.upc.es/~oskar
----------------------------