Mailing List Archive

Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1
> morcego [/root/gnupg-1.0.0] # make
> make all-recursive
> Making all in intl
> Target "all" is up to date.
> Making all in zlib
> Target "all" is up to date.
> Making all in util
> Target "all" is up to date.
> Making all in mpi
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I.. -I../include -g -O2 -Wall -Wcast-align -Wshadow
> -Wstrict-prototypes -c mpih-div.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -Wcast-align
> -Wshadow -Wstrict-prototypes -c mpih-div.c -o mpih-div.o
> mpih-div.c: In function `mpihelp_mod_1':
> mpih-div.c:86: warning: implicit declaration of function `__udiv_w_sdiv'
> mpih-div.c:189: fixed or forbidden register was spilled.

I would try -O and, if you still see the error, not optimisation, instead
of -O2 in CFLAGS (

# CFLAGS='-g -O -Wall -Wcast-align -Wshadow -Wstrict-prototypes' ./configure [options]

)

If the error persists, I'd go and install a newer version of gcc.
Which is not a bad idea anyway.

> This may be due to a compiler bug or to impossible asm
> statements or clauses.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
>
> Stop.
> morcego [/root/gnupg-1.0.0] #

This is _not_ GNU make.
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
Rodrigo Barbosa <rodrigob@liveware.com.br> writes:

> Using gcc 2.8 ... Also, I'm using gnu make.

> This may be due to a compiler bug or to impossible asm
> statements or clauses.

gcc 2.7.2 is known to be stable. gcc 2.95.1 works aslo fine for me.


--
Werner Koch at guug.de www.gnupg.org keyid 621CC013
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
On Wed, 29 Sep 1999, Werner Koch wrote:

> Rodrigo Barbosa <rodrigob@liveware.com.br> writes:
>
> > Using gcc 2.8 ... Also, I'm using gnu make.
>
> > This may be due to a compiler bug or to impossible asm
> > statements or clauses.
>
> gcc 2.7.2 is known to be stable. gcc 2.95.1 works aslo fine for me.

I have the same problem on AIX 4.2.1 with both gcc 2.8.1 and 2.95.1. I've
not had a chance to hunt down the problem.

________________________________________________________________________
Darren Henderson darren@bmv.state.me.us
darren.henderson@state.me.us
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
On Fri, 24 Sep 1999, Rodrigo Barbosa wrote:

> Using gcc 2.8 ... Also, I'm using gnu make.
^^^^^^^^^
The gcc-2.8.x is very buggy. I recommend gcc-2.95 and above (formerly
known as egcs) or gcc-2.7.3.x if you would like to use an older and more
conservative compiler.


cu
Michael
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
On Thu, Sep 30, 1999 at 02:56:53AM +0200, Michael Roth wrote:
> On Fri, 24 Sep 1999, Rodrigo Barbosa wrote:
>
> > Using gcc 2.8 ... Also, I'm using gnu make.
> ^^^^^^^^^
> The gcc-2.8.x is very buggy. I recommend gcc-2.95 and above (formerly
> known as egcs) or gcc-2.7.3.x if you would like to use an older and more
> conservative compiler.
>
>
> cu
> Michael

Also, What sort of entropy gathering device would WinNT/Cygwin use as
well? The thought had crossed my mind, when the compile had died on the
rndunix file (it escapes me atm).

BL.
--
Brad Littlejohn | Email: tyketto@omnilinx.net
Unix Systems Administrator, | tyketto@ozemail.com.au
Web + NewsMaster, BOFH.. Smeghead! :) | http://www.omnilinx.net/~tyketto
PGP: 1024/E9DF4D85 67 6B 33 D0 B9 95 F4 37 4B D1 CE BD 48 B0 06 93
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
A Guy Called Tyketto <tyketto@wizard.com> writes:

> Also, What sort of entropy gathering device would WinNT/Cygwin use as
> well? The thought had crossed my mind, when the compile had died on the
> rndunix file (it escapes me atm).

Winseed by Martin Grap (contrib/winseed.zip on the FTP servers). It
is already used by the recently uploaded Alpha version for Win32.


--
Werner Koch at guug.de www.gnupg.org keyid 621CC013
Re: --> GNUPG 1.0.0 <-- Unable to compile on AIX 4.2.1 [ In reply to ]
On Wed, 29 Sep 1999, A Guy Called Tyketto wrote:

> Also, What sort of entropy gathering device would WinNT/Cygwin use as
> well? The thought had crossed my mind, when the compile had died on the
> rndunix file (it escapes me atm).

I don't know. But Werner is working on a native Win32 port. AFAIK he
wrote an entropy gathering module for windows. IMHO this is in the CVS.
So, why you're worry about GnuPG on Cygwin when there is (at least a beta)
native port? Do I miss something?


cu
Michael