Hi, I'm a beginner in Perl. I'm trying to install Inline::Python, but I get this error
Running install for module 'Inline::Python' NINE/Inline-Python-0.56.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\I +nline-Python-0.56-FjgGjd NINE/Inline-Python-0.56.tar.gz Has already been prepared Running make for N/NI/NINE/Inline-Python-0.56.tar.gz ---- Unsatisfied dependencies detected during ---- ---- NINE/Inline-Python-0.56.tar.gz ---- Proc::ProcessTable [build_requires] Running install for module 'Proc::ProcessTable' JWB/Proc-ProcessTable-0.55.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\P +roc-ProcessTable-0.55-D7PRce JWB/Proc-ProcessTable-0.55.tar.gz Has already been prepared Running make for J/JW/JWB/Proc-ProcessTable-0.55.tar.gz dlltool --def ProcessTable.def --output-exp dll.exp g++ -o blib\arch\auto\Proc\ProcessTable\ProcessTable.dll -Wl,--base-fi +le -Wl,dll.base -mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawb +erry\c\lib" ProcessTable.o C:\strawberry\perl\lib\CORE\libperl518.a + -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvap +i32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lw +inmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp ProcessTable.o:ProcessTable.c:(.text+0x3f): undefined reference to `OS +_initialize' ProcessTable.o:ProcessTable.c:(.text+0x3d2): undefined reference to `O +S_get_table' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.7.3/../../../../i686 +-w64-mingw32/bin/ld.exe: ProcessTable.o: bad reloc address 0x124 in s +ection `.rdata' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.7.3/../../../../i686 +-w64-mingw32/bin/ld.exe: final link failed: Invalid operation collect2.exe: error: ld returned 1 exit status dmake.exe: Error code 129, while making 'blib\arch\auto\Proc\ProcessT +able\ProcessTable.dll' JWB/Proc-ProcessTable-0.55.tar.gz C:\strawberry\c\bin\dmake.exe -- NOT OK Stopping: 'install' failed for 'Proc::ProcessTable'. Failed during this command: JWB/Proc-ProcessTable-0.55.tar.gz : make NO
I tried installing just Proc::ProcessTable but it comes up with this error
Running install for module 'Proc::ProcessTable' JWB/Proc-ProcessTable-0.55.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\P +roc-ProcessTable-0.55-D7PRce JWB/Proc-ProcessTable-0.55.tar.gz Has already been prepared Running make for J/JW/JWB/Proc-ProcessTable-0.55.tar.gz dlltool --def ProcessTable.def --output-exp dll.exp g++ -o blib\arch\auto\Proc\ProcessTable\ProcessTable.dll -Wl,--base-fi +le -Wl,dll.base -mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawb +erry\c\lib" ProcessTable.o C:\strawberry\perl\lib\CORE\libperl518.a + -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvap +i32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lw +inmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp ProcessTable.o:ProcessTable.c:(.text+0x3f): undefined reference to `OS +_initialize' ProcessTable.o:ProcessTable.c:(.text+0x3d2): undefined reference to `O +S_get_table' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.7.3/../../../../i686 +-w64-mingw32/bin/ld.exe: ProcessTable.o: bad reloc address 0x124 in s +ection `.rdata' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.7.3/../../../../i686 +-w64-mingw32/bin/ld.exe: final link failed: Invalid operation collect2.exe: error: ld returned 1 exit status dmake.exe: Error code 129, while making 'blib\arch\auto\Proc\ProcessT +able\ProcessTable.dll' JWB/Proc-ProcessTable-0.55.tar.gz C:\strawberry\c\bin\dmake.exe -- NOT OK Stopping: 'install' failed for 'Proc::ProcessTable'. Failed during this command: JWB/Proc-ProcessTable-0.55.tar.gz : make NO

In reply to Problem installing Inline::Python by paulorfmmb

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.