Warning (mostly harmless): No library found for -llibsybtcl.lib
Warning (mostly harmless): No library found for -llibsybcomn.lib
Warning (mostly harmless): No library found for -llibsybintl.lib


Those warnings are telling you that files named (respectively) liblibsybtcl.lib.a, liblibsybcomn.lib.a and liblibsybintl.lib.a could not be found. More than that - they're probably telling you that files named (respectively) libsybtcl.lib.lib, libsybcomn.lib.lib and libsybintl.lib.lib could also not be found.
I don't have Sybase, and I've never built DBD::Sybase, but I'd be pretty sure that you won't find files that are so perversely named *anywhere*.
Two likelihoods spring to mind:
1) that the perl Makefile.PL process was provided with incorrect command line arguments;
2) that the DBD::Sybase Makefile.PL is completely misinterpreting the information that Sybase.bat is providing.

Did you provide any command line arguments to the perl Makefile.PL process ?
If so, what were they ? If not, then we need to consider 2).

Precisely what does Sybase.bat do ?
Open a new cmd.exe shell, run set >set1.txt then run Sybase.bat then run set >set2.txt.
Then we'd want to know how set1.txt and set2.txt differ. If you have the diff utility, running:
diff -u set1.txt set2.txt
will tell us.

Cheers,
Rob

In reply to Re: Problems Compiling DBD::Sybase by syphilis
in thread Problems Compiling DBD::Sybase by PerlNM

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.