At the moment I don't think I can build anything with XS

What error messages do you get when you try to build a module (other than Inline) that includes XS code. (It's generally easier to diagnose error messages in relation to XS modules - rather than trying to diagnose the errors that Inline spits out.)

Mind you, I'm pretty much at a loss to see why you should be having such difficulty. The output of your 'perl -V' is very similar to mine for linux. My configure args were '-des' and the '-Wdeclaration-after-statement' is missing on my build. Apart from that I can't spot a significant difference. I don't think the '-des' vs '-de' difference could amount to much ... I have no idea what the '-Wdeclaration-after-statement' stuff is about (and whether it could be relevant).

Anyway, if you like to post the results of trying to build an XS module (such as Math::FFT), then I'll certainly take a look. (Whether I'll be able to provide some useful assistance is another question .... looking more'n'more unlikely :-)

Cheers,
Rob

In reply to Re^7: Inline::C produces compilation errors by syphilis
in thread Inline::C produces compilation errors by holandes777

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.