X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=MACHINES;h=a27bfd9e33e00acbc9f982194161631f98750e66;hb=239b8d6115a802bd6e744a61b9c7cfca5bae1057;hp=d9eea80eb994259dd212e8b5292f78a892fdea25;hpb=816e17172cdbc108242a824d377ebba04b8d63ca;p=mmh diff --git a/MACHINES b/MACHINES index d9eea80..a27bfd9 100644 --- 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 @@ -18,11 +18,25 @@ SunOS 4.1 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 + +Note that the -link switch to refile cannot be used on FAT32 and +similar filesystems. -------------------------------------- HPUX: @@ -72,12 +86,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. + -------------------------------------- --