RE: Perl module DBD::ODBC 0.39 wont compile on CYGWIN

2002-03-31 Thread Jeff Urlwin
Try the following, which was sent to me recently: FWIW, I was not able to make without adding the following line to Makefile.PL under cygwin (1.3.9): line 106 of Makefile.PL (DBD-ODBC-0.39) +$opts{INC} .= " -I/usr/include/w32api" if $^O eq 'cygwin'; > -Original Message- > From: Pau

Re: Perl module DBD::ODBC 0.39 wont compile on CYGWIN

2002-03-25 Thread Gerrit P. Haase
Hallo Paul, Am 2002-03-25 um 23:33 schriebst du: > DBD::ODBC Version 0.38 builds and passes the tests, but 0.39 wont even > compile. Here are the error messages: > $ make > cp ODBC.pm blib/lib/DBD/ODBC.pm > /usr/bin/perl -p -e "s/~DRIVER~/ODBC/g" < > /usr/lib/perl5/site_perl/5.6.1/cygwin-mult