diff options
author | Werner Koch <wk@gnupg.org> | 1998-11-20 20:22:58 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-11-20 20:22:58 +0100 |
commit | 710d2e351bfd9f97f7a45359d269e7620865cfb7 (patch) | |
tree | c5272c8c44ec561672ef8960d8a51e6068fdc568 /INSTALL | |
parent | Expiration time works (I hope so) (diff) | |
download | gnupg2-710d2e351bfd9f97f7a45359d269e7620865cfb7.tar.xz gnupg2-710d2e351bfd9f97f7a45359d269e7620865cfb7.zip |
Ready for version 0.4.4V0-4-4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,6 +28,8 @@ Configure options for GNUPG --disable-dynload If you have problems with dynamic loading, this option disables all dynamic loading stuff. +--disable-asm Do not use assembler modules. + Problems @@ -42,7 +44,7 @@ If you have other compile problems, try the configure options or --disable-dynload. I can't check all assembler files, so if you have problems assembling them -(or the program crashes), simply delete the files in the mpi/<cpu> directory. +(or the program crashes) use --disable-asm with ./configure. The configure scripts may consider several subdirectories to get all available assembler files; be sure to delete the correct ones. The assembler replacements are in C and in mpi/generic; never delete udiv-qrnnd.S |