I was trying to fix a small program written in Inline::C when I found out that Inline would no longer compile with my installation of Cygwin. Here's the relevant portion of the errror (I think):

s_add_pl_98b8.o /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a i see no perl executable around there perl is required to build dynamic libraries

That's odd because I definitely have Perl and I haven't updated it recently. Further, the file referred to in that first line (libperl5_6_1.a) definitely exists in that path. I tried to reinstall Inline 0.43 over the top of an old install, but I was getting the same error messages during make test, so I halted the install and have assumed that Inline, in fact, is not the problem. I've included the full out.make file text below (yes, it's ugly -- sorry 'bout that).

/usr/bin/perl -I/usr/lib/perl5/5.6.1/cygwin -I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.6.1/Ex +tUtils/typemap s_add_pl_98b8.xs > s_add_pl_98b8.xsc && mv s_add_pl_98b8.xsc s_add_pl_ +98b8.c gcc -c -I/home/Ovid/inline -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fn +o-strict-aliasing -DUSEIMPORTLIB -O2 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" -I/usr/ +lib/perl5/5.6.1/cygwin/CORE s_add_pl_98b8.c Running Mkbootstrap for s_add_pl_98b8 () chmod 644 s_add_pl_98b8.bs rm -f blib/arch/auto/s_add_pl_98b8/s_add_pl_98b8.dll LD_RUN_PATH="" ld2 -o blib/arch/auto/s_add_pl_98b8/s_add_pl_98b8.dll +-s -L/usr/local/lib s_add_pl_98b8.o /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a i see no perl executable around there perl is required to build dynamic libraries go fetch one or build this one static make: *** [blib/arch/auto/s_add_pl_98b8/s_add_pl_98b8.dll] Error 1

Anyone know what I'm missing, or is there something else I should provide for debugging?

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.


In reply to Inline::C will no longer run by Ovid

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.