Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D849664.3040201@x-ray.at> Date: Sun, 15 Sep 2002 15:17:08 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0.0) Gecko/20020530 X-Accept-Language: de-at, de, en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin Digest 13 Sep 2002 20:42:51 -0000 Issue 2223 References: <1031949771 DOT 10833 DOT ezmlm AT cygwin DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cygwin-digest-help AT cygwin DOT com schrieb: > Von "Gerrit P. Haase" > Datum: Fri, 13 Sep 2002 18:19:52 +0200 > An: "Patrick J. LoPresti" > > There is an initial port of libwin32 available, well it sure needs some > more work, i.e. the ODBC module does not pass the test. Try it, apply > the patch to the 0.18 version: > http://iokaste.koeln.convey.de/cywgin/libwin32/libwin32-0.18-2-cygwin.patch > http://iokaste.koeln.convey.de/cywgin/libwin32/README Looks for me as an mingw patch, at least not suitable for the plain normal cygwin-multi perl-5.6.1 I fixed some errors by myself but stopped somewhere in the middle. * no \t in the clean:: postamble sections of two makefiles. * not enough hints/cygwin.pl files. e.g. for APIFile it needs a $self->{LIBS} = ['-L/usr/lib/mingw -lmsvcrt40']; plus some fixes in File.xs: IsContainerPartition() should be commented out and: #ifdef __CYGWIN__ # define win32_get_osfhandle _get_osfhandle # define win32_open_osfhandle _open_osfhandle #endif .... -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/