From: vischne AT ibm DOT net Subject: Getting the slang library to work with cygwin 10 Nov 1997 20:07:50 -0800 Message-ID: <199711110332.DAA152944.cygnus.gnu-win32@out2.ibm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: gnu-win32 AT cygnus DOT com Here's a hint if you are compiling libslang.a from the slang.tar.gz distribution: After ./configure has done its work, go through the the slang code with grep, changing `#ifdef pc_system' to `#if 1', except where pc_system eliminates routines that are used by the Unix version of libslang.a. This doesn't lead to a perfect result, but it is an improvement over simply compiling libslang.a out of the box. Œ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".