]> diplodocus.org Git - nmh/blobdiff - MACHINES
Make sure we don't link getcwidth with the nmh libraries.
[nmh] / MACHINES
index 2f25e91c9e0b5dc2857043cfe3d3b9af6ed60f57..44c0bc8b32f893646211d228c64477e658778541 100644 (file)
--- a/MACHINES
+++ b/MACHINES
@@ -1,5 +1,5 @@
 #
-# MACHINE -- operating system specific information
+# MACHINES -- operating system specific information
 #
 
 nmh is known to compile on the following platforms (save the
@@ -20,8 +20,26 @@ Known Compilation problems:
 --------------------------------------
 Cygwin:
 
-Be sure to install Cygwin packages libncurses-devel and libncurses10,
-in the Libs category.
+Be sure to install these Cygwin packages:
+  gdbm
+  libgdbm4
+  libgdbm-devel
+  libncurses10
+  libncurses-devel
+
+If configuring with --with-cyrus-sasl, install these Cygwin packages:
+  libsasl2
+  libsasl2-devel
+
+If configuring with --with-tls, install these Cygwin packages:
+  gnutls-devel
+  libgnutls26
+
+When running the nmh test suite ("make check"), it helps to have
+/usr/bin/ ahead of any Windows directories on your PATH.
+
+Note that the -link switch to refile cannot be used on FAT32 and
+similar filesystems.
 
 --------------------------------------
 HPUX:
@@ -71,12 +89,14 @@ a better solution. The whole thing is probablly going to be chucked
 with UTF-8 support anyway.
 
 Other than the warnings, it builds ok.
+
 --------------------------------------
 SunOS 4.1.1/4.1.3/4.1.4:
 
 You can't use the C compiler that comes with SunOS 4 since
 it isn't ANSI C.  But nmh builds just fine with gcc. With
 --enable-debug you will see a lot of warnings.
+
 --------------------------------------
 
 --