diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,7 +1,7 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.3.2 + Version 1.3.3 Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -561,7 +561,7 @@ --------------------- If you get unresolved externals "gettext" you should run configure again with the option "--with-included-gettext"; this is version - 0.10.35 which is available at alpha.gnu.org. + 0.10.40 which is available at ftp.gnu.org. If you have other compile problems, try the configure options "--with-included-zlib" or "--disable-nls" (See ABOUT-NLS) or @@ -576,7 +576,11 @@ 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". + "./config.status --recheck". We have also heard reports of + problems when using versions of gcc earlier than 2.96 along with a + non-GNU assembler (as). If this applies to your platform, you can + either upgrade gcc to a more recent version, or use the GNU + assembler. 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 @@ -618,6 +622,9 @@ Due to problems with the ESIX as, you probably want to do CFLAGS="-O -K pentium" ./configure --disable-asm + * SunOS 4.1.4 + + ./configure ac_cv_sys_symbol_underscore=yes The Random Device ----------------- |