Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: compilation on cygwin
- X-seq: zsh-users 3077
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx (Zsh users list)
- Subject: PATCH: compilation on cygwin
- Date: Thu, 25 May 2000 15:35:07 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author