Hi monks
I'm implement a zmodem protocol for Device::Modem::Procotol::Zmodem. The CRC calculation are very special for this and I must that store to XS file.
I've done that with the officail tutorial but it dosn't work. First I've a symbol error with boot_"PERL_FUNCTION". I reinstall the perl on this Computer and now I've this error:
Set up gcc environment - 3.4.5 (mingw-vista special r3)
C:\Perl\site\bin\g++.exe -out:blib\arch\auto\Device\Modem\Protocol\Zmo
+dem\Zmodem
.dll -mdll -L"C:\Perl\lib\CORE" Zmodem.o C:\Perl\lib\CORE\perl510.li
+b -lkernel
32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32
+ -loleaut3
2 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp
+32 -lmsvcr
t -def:Zmodem.def
C:\Perl\site\lib\auto\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\m
+ingw32\bin
\ld.exe: cannot open output file ut:blib\arch\auto\Device\Modem\Protoc
+ol\Zmodem\
Zmodem.dll: Invalid argument
collect2: ld returned 1 exit status
dmake.exe: Error code 129, while making 'blib\arch\auto\Device\Modem\
+Protocol\Z
modem\Zmodem.dll'
If I copy the project to a other computer with perl, I've the first link error. I dosn't understand why! I rewrite a lot of things but nothing want work.
Here is the code.
Can a monk test it, and post witch error they have?
Thanks for support and best regards
Pascal V.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.