On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > Tim Bunce wrote: > > > > Is it an alpha or a beta? Who knows? Probably more alpha than beta > > but it it what it is and you're welcome to hit on it. > > Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 > > Makefile.PL > > Use of uninitialized value in numeric ge (>=) at > C:\temp\DBD-Oracle-1.15\Makefile.PL line 678.
Got it. > dmake > ... > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > Error: Unresolved external '_SQLEnvGet' referenced from > C:\TEMP\DBD-ORACLE-1.15\DBDIMP.OBJ > Error: Unresolved external '_SQLSvcCtxGet' referenced from > C:\TEMP\DBD-ORACLE-1.15\DBDIMP.OBJ If you (or someone else) are familar enough with windows, could you check if those symbols are in some other oracle library that we're not linking with? (Otherwise you could just remove the if(use_proc_connection){...} blocks so you can continue testing the rest of the code.) Thanks. Tim.