Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: DBD::Sybase cygwin installation failure

by ravipg2004 (Initiate)
on Dec 31, 2009 at 16:46 UTC ( [id://815099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
        } elsif($^O =~ /cygwin/) {
            $lib_string = "-L$SYBASE/lib -lct -lcs -lblk";
            $inc_string .= " -D_MSC_VER=800";
        } else {
    
  2. or download this
        } elsif($^O =~ /cygwin/) {
            $lib_string = "-L$SYBASE/lib -lct -lcs -lblk -liconv";
            $inc_string .= " -D_MSC_VER=800";
        } else {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-29 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found