Mailing List Archive

Compile errors
This is I think my fifth upgrade of gpg now and the first one with compile
errors.
Verified pgp signature.
Ran ./configure without complaint.
Then 'make` bombed out with

make all-recursive
Making all in po
make[2]: Entering directory `/home/brian/src/gnupg-0.3.3/po'
PATH=../src:$PATH : --default-domain=gnupg --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in
rm -f ./gnupg.pot
mv gnupg.po ./gnupg.pot
mv: gnupg.po: No such file or directory
make[2]: *** [gnupg.pot] Error 1
make[2]: Leaving directory `/home/brian/src/gnupg-0.3.3/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brian/src/gnupg-0.3.3'
make: *** [all-recursive-am] Error 2
Re: Compile errors [ In reply to ]
I think you need to get the gettext utilities from ftp.gnu.org.

> This is I think my fifth upgrade of gpg now and the first one with compile
> errors.
> Verified pgp signature.
> Ran ./configure without complaint.
> Then 'make` bombed out with
>
> make all-recursive
> Making all in po
> make[2]: Entering directory `/home/brian/src/gnupg-0.3.3/po'
> PATH=../src:$PATH : --default-domain=gnupg --directory=.. \
> --add-comments --keyword=_ --keyword=N_ \
> --files-from=./POTFILES.in
> rm -f ./gnupg.pot
> mv gnupg.po ./gnupg.pot
> mv: gnupg.po: No such file or directory
> make[2]: *** [gnupg.pot] Error 1
> make[2]: Leaving directory `/home/brian/src/gnupg-0.3.3/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/brian/src/gnupg-0.3.3'
> make: *** [all-recursive-am] Error 2
Compile errors [ In reply to ]
Hi,

For general info.

I just downloaded gnupg-0.3.3 and I get this error :
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -I../intl -g
-Wall -shared -fPIC -o tiger tiger.c
tiger.c: In function `round':
tiger.c:655: fixed or forbidden register was spilled.
This may be due to a compiler bug or to impossible asm
statements or clauses.

???
Redhat 5.1 system with gcc version pgcc-2.90.29 980515 (egcs-1.0.3
release).

configuring with :
./configure --disable-dynload
gives a clean compilation.

Cheers,
Joe

--
Joe Koning
koning@pobox.com
http://pobox.com/~koning
finger koning@pobox.com for my pgp key
Re: Compile errors [ In reply to ]
"Joseph M. Koning" <koning@pobox.com> writes:

> tiger.c:655: fixed or forbidden register was spilled.
> This may be due to a compiler bug or to impossible asm
> statements or clauses.
>
> ???
> Redhat 5.1 system with gcc version pgcc-2.90.29 980515 (egcs-1.0.3
> release).

Someone else already reported it. It is a compiler bug, Please
use gcc of egcs.


Werner
Compile errors [ In reply to ]
Hello!

On Sun, 9 Aug 1998, Joseph M. Koning wrote:

JMK> I just downloaded gnupg-0.3.3 and I get this error :
JMK> tiger.c:655: fixed or forbidden register was spilled.
JMK> ???
JMK> Redhat 5.1 system with gcc version pgcc-2.90.29 980515 (egcs-1.0.3
JMK> release).

It looks like buf of pgcc. I compiled gpg with egcs 1.0.3a without any
problems.

Best wishes,
Max // maxc0m
Re: Compile errors [ In reply to ]
On Aug 11, Max Valianskiy <maxcom@maxcom.ml.org> wrote:
>It looks like buf of pgcc. I compiled gpg with egcs 1.0.3a without any
>problems.
egcc -O2 looks like working, but egcc -mpentium does not, it fails
two tests.

--
ciao,
Marco