I am trying to create the DBD::Sybase binary file but am having trouble with dmake. I am very new to this and I don't understand the errors. The makefile process seemed to work fine. Next I did the dmake and did not get a Sybase.dll as I was expecting. The process executed gcc.exe twice with several parameters. Then the following was displayed:

dbdimp.c: In function 'syb_st_execute': dbdimp.c:3906: warning: passing arg 2 of 'ct_results' from incompatibl +e pointer type dbdimp.c:3930: warning: passing arg 5 of 'ct_bind' from incompatible p +ointer type C:\Perl\bin\perl.exe -MExtUtils::Command -e "rm_rf" -- blib\arch\auto\ +DBD\Sybase\Sybase.a C:\Perl\site\bin\ar.exe -ru blib\arch\auto\DBD\Sybase\Sybase.a Sybase. +o dbdimp.o C:\Perl\site\lib\auto\MinGW\bin\ar.exe: creating blib\arch\auto\DBD\S +ybase\Sybase.a C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch\ +auto\DBD\Sybase\Sybase.a

Can you tell me what happened or didn't happen so I can make adjustments and get the Sybase.dll created? Thanks so much!!


In reply to Trying to create a DBD::Sybase binary file - Sybase.dll by freddybill452005

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.