Mailing List Archive

Problem compiling gnupgp 1.0.0 in Solaris 2.7
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
----------------------------
Problem compiling gnupgp 1.0.0 in Solaris 2.7 [ In reply to ]
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/gnu
pgp-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/lib
mpi.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
----------------------------
Re: Problem compiling gnupgp 1.0.0 in Solaris 2.7 [ In reply to ]
On Wed, Nov 10, 1999 at 06:54:57PM +0100, Oscar Guell Perez - Lab. Calculo LSI wrote:
> 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?

Try compiling with

./configure --disable-asm

to disable the assembler routines.

--
-><- Use PGP -><- Key available with "finger karsten@hobbiton.org" -><-
!! Never trust unsigned keys !!