Hi Dan,

> dlltool --input-def oci.def --output-lib liboci.a
> before running perl Makefile.PL, which returned the following
> Checking if your kit is complete...
> Looks good
> Note (probably harmless): No library found for -loci #### <-- is this
> important?

I think you have to put liboci.a somewhere where the gcc compiler under Cygwin
has instructions to see it.  If you copy liboci.a to somewhere like /usr/lib or
/usr/local/lib under Cygwin, the standard library include instructions for make
should then see it.  Otherwise, fiddle about with trying to modify compilation
lines like the following:

> LD_RUN_PATH=d:/oracle/ora81/lib:d:/oracle/ora81/rdbms/lib
> -s -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o

It would look like from the two lines above, that if you copied liboci.a to
either d:/oracle/ora81/lib, d:/oracle/ora81/rdbms/lib or more likely,
/usr/local/lib, you'd have a greater chance of it being found! :-)

The README.wingcc file may contain further debug help, too? 8-)

HTH! (a bit :)

Rgds,
AndyD

=====
Make Someone Happy.  Buy a Copy of:
=> http://www.oreilly.com/catalog/oracleopen/
-----BEGIN GEEK CODE BLOCK-----
GO/SS/TW d- s+:+ a C++$ U++$ P++++$ L++$ !E W+ N+ K- W O- 
M+ V-- PS+ PE++ Y+ PGP t+@ 5 X- R* tv- b+++ DI++ D G e++ 
h---- r+++ y++++ 
------END GEEK CODE BLOCK------

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

Reply via email to