Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Needing some help with Module::Build and the Intel compiler.

5 views
Skip to first unread message

Steve Mayer

unread,
Sep 29, 2011, 12:49:29 AM9/29/11
to module...@perl.org
Hello,

I'm attempting to perform a Perl build on Windows 2003 64-bit using the Intel compiler (version 10.1.032) and I'm seeing issues with those modules that are using Module::Build. Basically when I attempt to build any of these Module::Build based modules, I'm seeing the following type of error:

perl Build.PL
compilet-qQxoU.
(0): internal error: backend signals

Has anyone seen this type of issue or has more experience with using the Intel compiler (along with VS 2005) to build Perl with?

I'm not a C programmer, so I'm flying in the dark here...

Thanks in advance,

Steve Mayer
smay...@me.com

"Food is an important part of a balanced diet." -- Fran Lebowitz

Leon Timmermans

unread,
Sep 29, 2011, 6:12:13 AM9/29/11
to Steve Mayer, module...@perl.org
On Thu, Sep 29, 2011 at 6:49 AM, Steve Mayer <smay...@me.com> wrote:
> Hello,
>
>  I'm attempting to perform a Perl build on Windows 2003 64-bit using the Intel compiler (version 10.1.032) and I'm seeing issues with those modules that are using Module::Build.  Basically when I attempt to build any of these Module::Build based modules, I'm seeing the following type of error:
>
>        perl Build.PL
>        compilet-qQxoU.
>       (0): internal error: backend signals
>
> Has anyone seen this type of issue or has more experience with using the Intel compiler (along with VS 2005) to build Perl with?

Module::Build is using ExtUtils::CBuilder to do compiling and linking.
AFAIK that doesn't have explicit support for the Intel compiler on
Windows (though I remember icc having a gcc compatibility mode, maybe
it works through that). ExtUtils;:CBuilder is a bit of a mess on
Windows anyway.

Leon

0 new messages