summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-27 17:51:20 +0000
committerWerner Koch <wk@gnupg.org>1998-02-27 17:51:20 +0000
commit9df00403f6b7e3386e0a039a791d7e377411f2d8 (patch)
treef381aa45ac446a7e1863839e803b84b9b3e4b6bb /INSTALL
parentb36eb963b33df94222b42ecb64476196744a17e7 (diff)
downloadlibgcrypt-9df00403f6b7e3386e0a039a791d7e377411f2d8.tar.gz
bug fixes
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 84153014..35203560 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,10 +4,10 @@ Please read the Basic Installation section somewhere below.
Configure options for GNUPG
===========================
---with-zlib Forces usage of the local zlib sources. Default is
- to use the (sahred) library of the system.
+--with-included-zlib Forces usage of the local zlib sources. Default is
+ to use the (shared) library of the system.
---disable-nls Disable NLS support
+--disable-nls Disable NLS support (See ABOUT-NLS)
--enable-m-debug Compile with the integrated malloc debugging stuff.
This makes the program slower but is checks every
@@ -18,13 +18,18 @@ Configure options for GNUPG
option "--debug 128" displays a memory statistic after
the program run.
+--disable-m-guard Disable the integrated malloc checking code. As a
+ side-effect, this removes all debugging code and uses
+ the -O2 flag for all C files.
+
+
Problems
========
If you have compile problems, use the configure options "--with-zlib" and
-"--disable-nls".
+"--disable-nls" (See ABOUT-NLS).
-I cant check alls assembles files; so if you have problems assembling them
+I cant check all assembler files; so if you have problems assembling them
(or the program crashes), simply delete the files in the mpi/<cpu> directory.
The configure scripts may consider several subdirectories to get all
available assembler files; be sure to delete the correct ones. The