summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-09-06 18:10:15 +0000
committerWerner Koch <wk@gnupg.org>1999-09-06 18:10:15 +0000
commit8843f7c79fadece4b25518f04e320de1910103c6 (patch)
treea0b448bb3a9bceff50cd65ba624f6883ba082ae3 /INSTALL
parenta3bde6674e647811a1069787e52e520877949951 (diff)
downloadlibgcrypt-8843f7c79fadece4b25518f04e320de1910103c6.tar.gz
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 c2642907..55a4c855 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
=================