ZJ.Mike.2009 has asked for the wisdom of the Perl Monks concerning the following question:
and I will receive this: Can't locate auto/main/main.al in @INCuse Inline 'C'; main(); __END__ __C__ int main(int argc, char *argv[]) { return 0; }
What's going on here? I'm running ActivePerl 5.10.0 and my Inline module version is 0.46. Thanks :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why can't I call a C subroutine using Inline-C module?
by syphilis (Archbishop) on Mar 05, 2010 at 07:44 UTC | |
by almut (Canon) on Mar 05, 2010 at 08:17 UTC | |
by syphilis (Archbishop) on Mar 05, 2010 at 08:51 UTC | |
by BrowserUk (Patriarch) on Mar 05, 2010 at 09:19 UTC | |
|
Re: Why can't I call a C subroutine using Inline-C module?
by Anonymous Monk on Mar 05, 2010 at 07:54 UTC |