Aha, now that is more interesting -- taking your advice from earlier enabling debugging info perl -pi.orig -le " if( m{^\s*(OPTIMIZE|CCFLAGS|LDDLFLAGS|LDFLAGS)\s*=}i ){ s{ -s }{ }g } " Makefile
And now I'm cooking with gas :) The relevant snippet from depends.exe
GetProcAddress(0x674C0000 [auto\io\IO.DLL], "boot_IO") called from "PE
+RL516.DLL" at address 0x713DD74F and returned 0x674C2670.
LoadLibraryExA("blib\arch\auto\XML\LibXML\LibXML.dll", 0x00000000, LOA
+D_WITH_ALTERED_SEARCH_PATH) called from "PERL516.DLL" at address 0x71
+3DA0DE.
LDR: LdrRelocateImageWithBias() failed 0xc000007b
LDR: OldBase : 6E400000
LDR: NewBase : 010A0000
LDR: Diff : 0xffffffff92ca0000
LDR: NextOffset : 012D9F88
LDR: *NextOffset : 0x302e
LDR: SizeOfBlock : 0x5c
LoadLibraryExA("blib\arch\auto\XML\LibXML\LibXML.dll", 0x00000000, LOA
+D_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: %1 is not a valid W
+in32 application (193).
now Dynaloader also spits out for module XML::LibXML: load_file:%1 is not a valid Win32 application ...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|