Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Mysteries of Oracle, Windows, and cygwin

by syphilis (Archbishop)
on Sep 05, 2018 at 12:03 UTC ( [id://1221751]=note: print w/replies, xml ) Need Help??


in reply to Mysteries of Oracle, Windows, and cygwin

perl Makefile.PL INC='-I/cygdrive/c/app/myname/product/12.1.0/client_2/oci/include/'

Just noticed the single quotes in the command. Might that be the problem ?

I always use double quotes for the INC arg on Windows - but since there's no spaces in the specified path you perhaps don't need any quotes at all in this instance.

And what about the missing "C:" (or whatever drive it is) ... does that matter ?
UPDATE: Brainfart - this is Cygwin, and therefore no drive letter. (Thanks Corion.)

Cheers,
Rob
  • Comment on Re: Mysteries of Oracle, Windows, and cygwin

Replies are listed 'Best First'.
Re^2: Mysteries of Oracle, Windows, and cygwin
by Cody Fendant (Hermit) on Sep 08, 2018 at 05:50 UTC
    And what about the missing "C:" (or whatever drive it is) ... does that matter ? UPDATE: Brainfart - this is Cygwin, and therefore no drive letter.

    Tiny point but it's not "no drive letter". The drive letter is there: cygdrive/c/app/myname/product/12.1.0/client_2/oci/include/. It's virtualised or aliased or whatever to that letter after 'cygdrive'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221751]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found