HP-HPPA1.1-HPUX10.20 : gnupg-1.0.1 shows HP-as-problems

Hans v. Sommerfeld snoopy at redbaron.bir.uunet.de
Mon Jan 17 23:22:44 CET 2000


Hi,

gnupg-1.0.1 does not build with HP-cc on my HP-HPPA1.1-HPUX10.20...

Make was done with gnu-make-3.78.1

	make distclean
	
	CC=cc CFLAGS=-O \
	./configure --enable-static-rnd=egd --enable-m-guard

	make
--
ar: mpih-mul1.o: No such file or directory
make[2]: *** [libmpi.a] Error 1
make[2]: Leaving directory `/usr/local/src/gnupg-1.0.1/mpi'
--
	
Breaks in ./mpi because of wrong(?) as-files.

** ERROR with 'mpih-mul1.S'
** seems to be assembler problem?	
** shouldn't 'file.S' be 'file.s' ???

** gcc manual-page says:
       .s    Assembler source; assemble
       .S    Assembler source; preprocess, assemble

** HP-cc and HP-as seem to know .s only.

** ./mpi/Makefile
** .S.s:   rule broken?

** HP-cc seems not to be able to do the preprocessing of .S-files with Makefile

** Building of as-files by hand showed another problem:

	$ cd mpi
	$ cc -E mpih-mul1.S >mpih-mul1.s
	$ cc    -c -o mpih-mul1.o mpih-mul1.s
--
as: "mpih-mul1.S", line 72: warning 36: Use of XMPYU is incorrect for the 
current LEVEL of 1.0
as: "mpih-mul1.S", line 75: warning 36: Use of XMPYU is incorrect for the 
current LEVEL of 1.0
as: "mpih-mul1.S", line 87: warning 36: Use of XMPYU is incorrect for the 
current LEVEL of 1.0
as: "mpih-mul1.S", line 102: warning 36: Use of XMPYU is incorrect for the 
current LEVEL of 1.0
as: "mpih-mul1.S", line 107: warning 36: Use of %fr6R is incorrect for the 
current LEVEL of 1.0
--

As I'm not used to do as-runs there maybe is the need of some additional flag?


Hopefully not too long and not garbage at all to you?

HvS
:-)



More information about the Gnupg-devel mailing list