in reply to Re^2: Inline::C produces compilation errors
in thread Inline::C produces compilation errors
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inline::C produces compilation errors
by holandes777 (Scribe) on Nov 22, 2007 at 16:28 UTC | |
I checked a few of the ".so" files it says it "Had problems bootstrapping Inline module" and they were there. Example: When I go to the directory and do a listing it is there: There is precious little useful in google regarding this except for cpan tester results Any ideas??
| [reply] [d/l] [select] |
by syphilis (Archbishop) on Nov 22, 2007 at 22:32 UTC | |
Can you build any extensions (modules containing XS code) at all ? Can you, eg, successfully build Math::FFT from source ? What does perl -V output ? Cheers, Rob | [reply] [d/l] [select] |
by holandes777 (Scribe) on Nov 24, 2007 at 14:06 UTC | |
I reinstalled version-0.74 and Parse-RecDescent-v1.95.1, both of whom are prerequesistes to installing Inline::C. The make test ended with "Failed 5/6 test scripts, 16.67% okay. 8/11 subtests failed, 27.27% okay." as it had before. When I tried running the original program I get the same result.So I tried the following minimalist program: And I got the following output: So I can compile something, I then kept adding the lines I needed one at a time until I got to this: Which broke complaining that :perl: symbol lookup error: /HASP/perltestP/_Inline/lib/auto/c2_pl_4339/c2_pl_4339.so: undefined symbol: hasp_login". However, if I approach this from the C side as follows, it recolves hasp_login without a problem. This would indicate that Inline::C is unable to resolve extenal references that are not from itself ??? I think it all relates the the tests that are being failed on the "make test" of the Inlince::C installation. I've googled and I have checked the bug reports in cpan.org. Nothing really looks like this. Should I report it as a bug to "INGY" on cpan.org's site? | [reply] [d/l] [select] |
by syphilis (Archbishop) on Nov 24, 2007 at 22:29 UTC | |
by holandes777 (Scribe) on Nov 24, 2007 at 13:07 UTC | |
output of perl -V is :
| [reply] [d/l] |
by syphilis (Archbishop) on Nov 24, 2007 at 13:59 UTC | |