dmake -n install produces this output:

C:\Perl\site\lib\DBD>dmake -n install rem rem rem rem rem rem C:\Perl\bin\perl.exe "-MActivePerl::DocTools" -e "UpdateHTML_blib(inst +alldirs => "site")" rem C:\Perl\bin\perl.exe -MExtUtils::Install -e "install([ from_to => {@AR +GV}, verbo se => '0', uninstall_shadows => '0', dir_mode => '755' ]);" -- \ read C:\Perl\site\lib\auto\DBD\Sybase\.packlist \ write C:\Perl\site\lib\auto\DBD\Sybase\.packlist \ blib\lib C:\Perl\site\lib \ blib\arch C:\Perl\site\lib \ blib\bin C:\Perl\site\bin \ blib\script C:\Perl\site\bin \ blib\man1 C:\Perl\man\man1 \ blib\man3 C:\Perl\man\man3 \ blib\html C:\Perl\html C:\Perl\bin\perl.exe -MExtUtils::Command::MM -e "warn_if_old_packlist" + -- \ C:\Perl\lib\auto\DBD\Sybase rem C:\Perl\bin\perl.exe -l -e "print qq{@ARGV}" -- Appending installation + info to C :\Perl\lib/perllocal.pod C:\Perl\bin\perl.exe -MExtUtils::Command -e "mkpath" -- C:\Perl\lib C:\Perl\bin\perl.exe -MExtUtils::Command::MM -e "perllocal_install" -- + \ "Module" "DBD::Sybase" \ "installed into" "C:\Perl\site\lib" \ LINKTYPE "static" \ VERSION "1.14" \ EXE_FILES "" \ >> C:\Perl\lib\perllocal.pod rem C:\Perl\bin\perl.exe "-MActivePerl::DocTools" -e ActivePerl::DocTools: +:WriteTOC rem C:\Perl\site\lib\DBD>

Is this what you were looking for? I am running dmake on Windows XP. Should I run nmake or some other 'make'? Thanks very much!!


In reply to Re^2: Trying to create a DBD::Sybase binary file - Sybase.dll by freddybill452005
in thread 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.