zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@cambridgesiliconradio.com>
To: zsh-users@sunsite.auc.dk (Zsh users list)
Subject: PATCH: compilation on cygwin
Date: Thu, 25 May 2000 15:35:07 +0100	[thread overview]
Message-ID: <0FV4000GWDUIT8@la-la.cambridgesiliconradio.com> (raw)

This is the note I'm adding for compilation on cygwin.  It requires a
few recent changes: not using mmap() for memory management (this is in the
zsh-3.1.7-pre-4 pre-release), a missing header needed by zftp, and a
missing function in mathfunc (these aren't).  If anybody thinks the
information is otherwise incorrect, please let me know.

Index: Etc/MACHINES
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/MACHINES,v
retrieving revision 1.3
diff -u -r1.3 MACHINES
--- Etc/MACHINES	2000/05/01 03:53:05	1.3
+++ Etc/MACHINES	2000/05/25 14:31:21
@@ -25,6 +25,19 @@
 Cray: Unicos (C90 and T90)
 	Should build `out-of-the-box'.
 
+Cygnus Solutions: Cygwin on Intel
+	Should build `out-of-the-box'; dynamic loading does not work
+	(this is automatically detected), though libraries not compiled
+	by default will work (see the file INSTALL for how to add these
+	to the base executable).  In particular zsh/zftp and zsh/mathfunc
+	are known to work.
+
+	There are currently problems installing files, due to the
+	installation scripts not realising the executable has a .exe
+	extension.  For now, copy zsh.exe to the target directory
+	and run `make install.fns; make install.man' in the top-level
+	directory.
+
 Data General: DG/UX 5.4R3.10 MU01 (various AViiONs)
 	Should build `out-of-the-box'.
 

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


                 reply	other threads:[~2000-05-25 14:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0FV4000GWDUIT8@la-la.cambridgesiliconradio.com \
    --to=pws@cambridgesiliconradio.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).