[snip]
What's the *complete* output you get from running that script
(copy'n'paste)?
[/snip}

at E:\sitegrp1\TEST20051010\foo.pl line 2
BEGIN failed--compilation aborted at E:\sitegrp1\TEST20051010\foo.pl line 6.

[snip]
Looks to me that the problem might be that the Inline module is not properly
installed, and that the error message reflects simply that. (That
"compilation" error you quoted is telling you that the *perl* code failed to
compile - not that the C code failed to compile.)

How did you install the Inline::C module ?
[/snip]

I used the package manager that was installed with PERL.

[/snip]
You will of course need a C compiler to compile your code, and it's probably
simplest to use the same C compiler as was used to build your perl - I'm
guessing that would be MSVC++ 6.0 in your case. If you do have a perl that
was built using MSVC++ 6.0 (eg ActiveState Perl or IndigoPerl) but don't
want to use MSVC++ 6.0, it's quite workable to use the freely available
MinGW (gcc) compiler if you also install either dmake or nmake (both freely
available), and ExtUtils::FakeConfig.
[/snip]

I will install MinGW. How do I make Inline 'aware' of the location?

Reply via email to