Sean Kelly wrote: > Quoting Tim Bunce <[EMAIL PROTECTED]>: > >> Please try >> >> http://homepage.eircom.net/~timbunce/DBD-Oracle-1.15-rc2-20040112.tar.gz > > This version does not require me to remove "-o build" strings from > GCC commands - that problem seems to have gone away :) It does not, > however, compile cleanly as it's still pointing GCC at the 64bit > Oracle libs when I need the 32bit ones in the "lib32" directories.
Does it work with if you pass the -l option to Makefile.PL? That uses a different method of finding the libraries, which worked for me on Solaris (picked up lib32). -- Andy Hassall <[EMAIL PROTECTED]> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
