summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-21 09:06:54 +0000
committerWerner Koch <wk@gnupg.org>2003-01-21 09:06:54 +0000
commitdd8013b79e4793db8676d72e4266ce21f9e3efdb (patch)
tree108ac277b840c7fd0d9e8bb3b73725178bb7e18d /README
parent49155968ce1c3f709b45354ead2b39901d58cc93 (diff)
downloadlibgcrypt-dd8013b79e4793db8676d72e4266ce21f9e3efdb.tar.gz
* README (Configure options): New.
* configure.ac (have_ld_version_script): New option --enable-ld-version-script.
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
index 0ecb61ac..ef8a7bed 100644
--- a/README
+++ b/README
@@ -75,3 +75,39 @@
less to protect the freedom of the users of the code that it
covers. See http://www.gnu.org/philosophy/why-not-lgpl.html for
more explanation.
+
+
+ Configure options
+ -----------------
+ Here is a list of configure options which are sometime useful
+ for installation.
+
+ --enable-m-guard
+ Enable the integrated malloc checking code. Please
+ note that this feature does not work on all CPUs
+ (e.g. SunOS 5.7 on UltraSparc-2) and might give
+ you a bus error.
+
+ --disable-asm
+ Do not use assembler modules. It is not possible
+ to use this on some CPU types.
+
+ --enable-ld-version-script
+ Libgcrypt tries to build a library where internal
+ symbols are not exported. This requires support
+ from ld and is currently enabled for a few OSes.
+ If you know that your ld supports the so called
+ ELF version scripts, you can use this option to
+ force its use. OTOH, if you get error message
+ from the linker, you probably want to use this
+ option to disable the use of version scripts.
+ Note, that you should never ever use an
+ undocumented symbol or one which is prefixed with
+ an underscore.
+
+
+
+
+
+
+