problems building gnupg with old linux (libc5)
Trek
trek-NOSPAM at trek.eu.org
Wed Oct 16 14:14:02 CEST 2002
Hi,
i've found a little bug in the mpi/Makefile using gcc 2.7.2.1 and gas
970202 BFD 2.7.0.9; gcc invokes as with an ending '-':
$(AS) -Qy -o _$*.o _$*.s -
well a little 'patch' is attached to see how it run good.
please reply also to my address, because i don't read the ml.
c-ya!
3 http://www.trek.eu.org/
k PGPKey: 7016731A57D4A69B 1A8EE5E90EF2608E (since 1995)
-------------- next part --------------
--- Makefile.in.orig Tue Oct 1 18:50:53 2002
+++ Makefile.in Tue Oct 1 18:51:07 2002
@@ -432,7 +432,7 @@
# work and add one to cpp .S files
.S.o:
$(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s
- $(COMPILE) -c _$*.s
+ $(AS) -Qy -o _$*.o _$*.s
mv -f _$*.o $*.o
.S.lo:
More information about the Gnupg-devel
mailing list