From 9df00403f6b7e3386e0a039a791d7e377411f2d8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 27 Feb 1998 17:51:20 +0000 Subject: bug fixes --- INSTALL | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'INSTALL') 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/ directory. The configure scripts may consider several subdirectories to get all available assembler files; be sure to delete the correct ones. The -- cgit v1.2.1