summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-09-06 20:10:27 +0200
committerWerner Koch <wk@gnupg.org>1999-09-06 20:10:27 +0200
commit4a3291c4dba9965649acf7adb59113a615289608 (patch)
tree9d127094b1798fcb23ba59fdaa0d7ad748d8dd68 /INSTALL
parent*** empty log message *** (diff)
downloadgnupg2-4a3291c4dba9965649acf7adb59113a615289608.tar.xz
gnupg2-4a3291c4dba9965649acf7adb59113a615289608.zip
See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c26429076..55a4c855f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -55,6 +55,20 @@ assembler replacements are in C and in mpi/generic; never delete udiv-qrnnd.S
in any CPU directory, because there may be no C substitute.
Don't forget to delete "config.cache" and run "./config.status --recheck".
+Some make tools are broken - the best solution is to use GNU's make. Try
+gmake or grab the sources from a GNU archive and install them.
+
+On some OSF you may get unresolved externals. This is a libtool problem and
+the workaround is to manually remove all the "-lc -lz" but the last one from
+the linker line and execute them manually.
+
+On some architectures you get warnings like:
+ longlong.h:175: warning: function declaration isn't a prototype
+or
+ http.c:647: warning: cast increases required alignment of target type
+This doesn't matter and we know about it (actually it is due to the some
+warning options which we have enabled for gcc)
+
The Random Device
=================