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. Thanks, -- Sean Kelly <[EMAIL PROTECTED]>
