[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] SVN Commit r617 - trunk/Scripts



Author: thomas
Date: 2008-04-22 03:13:15 +0200 (Tue, 22 Apr 2008)
New Revision: 617

Modified:
   trunk/Scripts/scan.pl
Log:
Added comment explaining how to use cygserver in case scan fails on cygwin.

Modified: trunk/Scripts/scan.pl
===================================================================
--- trunk/Scripts/scan.pl	2008-04-22 01:05:45 UTC (rev 616)
+++ trunk/Scripts/scan.pl	2008-04-22 01:13:15 UTC (rev 617)
@@ -526,5 +526,22 @@
   2007-10-24 system_file
  and should get the same results respectively
 
+=head2 "Bad system call" failure on cygwin
+
+If you are using cygwin on Windows to run GT, and you encounter
+a "Bad system call" error when running scan.pl, you need to enable
+cygserver. cygserver is a utility that provides cygwin applications
+with persistent services. See 
+  http://www.cygwin.com/cygwin-ug-net/using-cygserver.html
+for more detail. The first time you use cygserver, execute
+  /usr/bin/cygserver-config
+to configure the service (there are many options but the above should
+suffice, see the manual for more). You can then invoke the service
+automatically through windows, or use
+  net start cygserver
+to do so. You must also set the CYGWIN environment variable to 'server':
+  CYGWIN=server
+  export CYGWIN
+
 =cut