Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Sender: cwilson AT ee DOT gatech DOT edu Message-ID: <371D2F69.A731D545@ece.gatech.edu> Date: Tue, 20 Apr 1999 21:52:42 -0400 From: Charles Wilson X-Mailer: Mozilla 4.51 [en] (X11; I; HP-UX B.10.20 9000/777) X-Accept-Language: en MIME-Version: 1.0 To: Mike Goddard CC: cygwin AT sourceware DOT cygnus DOT com, Max Baker Subject: Re: Building DBI 1.06 using Win32 cygwin-based perl5.005_03 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mike Goddard wrote: > Is anyone working in the cygwin b20.1 environment > on WinNT, using the perl5.005_03 binary linked > (statically or dynamically) with the cygwin libraries > *and* is able to successfully build the latest (or > any) version of the DBI modules? (I scanned the mailing > list archives and couldn't find any similar issue having > previously been raised) > > Basically, after going through the README*'s and > applying the patch, using the following perl5: Max Baker wrote: > ANy reports of getting DBI to work under Cygwin / standard perl source? > > I checked the news groups / mailing lists thoroughly, but didn't find an > answer > > thanks > max > Park Jong Pork sent me the following patch. I have ***NOT*** tested it. Since I have had a number of request for DBI, I will attempt to include it in a perl build when I get some time. However, I need a place to host it - my poor server had over 2Gig of download in the first three days after I posted the perl binary. --- makefile.pl;1 Wed Jan 6 02:48:12 1999 +++ makefile.pl Mon Apr 12 12:38:47 1999 @@ -224,6 +224,8 @@ DBI.c: Perl$(OBJ_EXT) '; + $xst =~ s/DBI_INSTARCH_DIR/DBI_INST_DIR/ if $^O eq 'VMS'; + return $xst; } --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com