zsh-users
 help / color / mirror / code / Atom feed
* PATCH: compilation on cygwin
@ 2000-05-25 14:35 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2000-05-25 14:35 UTC (permalink / raw)
  To: Zsh users list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-25 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-25 14:35 PATCH: compilation on cygwin Peter Stephenson

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).