Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created September 23, 2010 17:21
Show Gist options
  • Save wchristian/594009 to your computer and use it in GitHub Desktop.
Save wchristian/594009 to your computer and use it in GitHub Desktop.
D:\Variable-Magic>dmake
cp lib/Variable/Magic.pm blib\lib\Variable\Magic.pm
C:\Perl\bin\perl.exe C:\Perl\site\lib\ExtUtils\xsubpp -typemap C:\Perl\lib\ExtUtils\typemap Magic.xs > Magic.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Magic.xsc
Magic.c
C:/MinGW/bin/gcc.exe -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUS
E_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -mms-bitfields -O2 -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" "-IC:\Perl\lib\CORE" Magic.c
Running Mkbootstrap for Variable::Magic ()
C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Magic.bs
C:\Perl\bin\perl.exe -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"Variable::Magic\", 'DLBASE' => 'Magic', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
C:\MinGW\bin\g++.exe -out:blib\arch\auto\Variable\Magic\Magic.dll -mdll -L"C:\Perl\bin" -L"C:\Perl\site\bin" -lperl510 Magic.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lmsvcrt -def:Magic.def
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ut:blib\arch\auto\Variable\Magic\Magic.dll: Invalid argument
collect2: ld returned 1 exit status
dmake: Error code 129, while making 'blib\arch\auto\Variable\Magic\Magic.dll'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment