On Thu, Feb 05, 2004 at 04:21:40PM +0000, Sean Kelly wrote: > Hi, > > I think I've cracked it. The Makefile.PL in 1.15 is much better than the > one from 1.14 at detecting whether you need the lib32 Oracle directory from > a 64bit Oracle install but I think there is one flaw. > > On line 74 $::opt_r is set to a default value of "build". This value is > causing $build_target to always be set to "build" at line 343 no matter > what the logic on the two preceeding lines decide. > > If I set $::opt_r = '' on line 74 then running "perl Makefile.PL" chooses > the lib32 directory correctly and "make" runs cleanly.
Uggh. I changed the logic around a couple of times and obviously left messed up. Well spotted. Fixed now. Thanks. Anyone in a 64bit or mixed 32/64bit environment should try it. Tim.
