The only lines before that that seem like errors are these:

dll.exp: file not recognized: File format not recognized
collect2: ld returned 1 exit status They are the two lines before the two error codes. All other commands seem to be positive, but I'll attach those below.

Skip blib\lib\Win32/GUI/GridLayout.pm (unchanged)
Skip blib\lib\Win32/GUI.pm (unchanged)
Skip ..\blib\lib\Win32\GUI\BitmapInline.pm (unchanged)
Skip ..\blib\lib\Win32\GUI/Constants/Tags.pm (unchanged)
Skip ..\blib\lib\Win32\GUI/Constants.pm (unchanged)
C:\strawberry\perl\bin\perl.exe "-I..\blib\arch"
"-I..\blib\lib" Constants.PL constants.h
C:\strawberry\perl\bin\perl.exe "-I..\blib\arch"
"-I..\blib\lib" Constants.PL constants.src
hash\perfect.exe < constants.src
Read in 2031 keys
found distinct (A,B) on attempt 143
built perfect hash table of size 512
Wrote phash.def
Cleaned up
C:\strawberry\perl\bin\perl.exe "-I..\blib\arch"
"-I..\blib\lib" Constants.PL phash.inc
C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp -typemap
C:\strawberry\perl\lib\ExtUtils\typemap Constants.xs >
Constants.xsc && C:\strawberry\perl\bin\perl.exe
-MExtUtils::Command -e "mv" -- Constants.xsc Constants.c gcc -c -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPL ICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" "-IC:\strawberry\perl\lib \CORE" Constants.c
C:\strawberry\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" ConstantsRC.PL Constants.rc
windres -O coff -o Constants.res Constants.rc Running Mkbootstrap for Win32::GUI::Constants () C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Constants.bs
dlltool --def Constants.def --output-exp dll.exp g++ -o ..\blib\arch\auto\Win32\GUI\Constants\Constants.dll -Wl,--base-file -Wl,dll.base -mdll -s -L
"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"
Constants.o Constants.res -Wl,--image-base,0x370e0000
C:\strawberry\perl\lib\CORE\libperl510.a
-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 dll.exp
dll.exp: file not recognized: File format not recognized
collect2: ld returned 1 exit status
dmake: Error code 129, while making '..\blib\arch\auto\Win32\GUI\Constants\Constants.dll'
dmake: Error code 255, while making 'subdirs'


I'm sorry for the mess, but copying messages from the command prompt is never pretty. I highlighted what I believe are the errors. It seems to be something to do with the .dll file.

Thanks for taking the time.

In reply to Re^2: Win32::GUI Installation Errors by Anonymous Monk
in thread Win32::GUI Installation Errors by Anonymous Monk

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.