This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin, perl or DBI seriously broken in 1.7.1?


Reini Urban schrieb:
2010/1/7 Steven Hartland:
Been trying a few things and going back from perl 5.10.1-2 to
perl 5.10.1-1 fixes the issue, or at least I can now no longer
reproduce the problem readily.

Looking at the differences seem to be the change in flags from
"-Dmad=y" ->  "-Doptimize=-O3" so we could be looking at a
compiler bug?

One thing for sure though 5.10.1-2 is not reliable here.

Interesting.

I could reproduce your problem. Please reinstall DBI from CPAN

Easiest test:
perl -MCPAN -e'get DBI'
perl -MCPAN -e'make DBI'

=> compare
perl -Mblib t/02dbidrv.t
(works ok)
vs
perl t/02dbidrv.t
(errors at 13, 21, 22)

The old DBI is not compatible. I'm investigating now why.
(cygwin 1.7 or gcc or perl)
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]