Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created November 25, 2012 04:23
Show Gist options
  • Save wchristian/4142386 to your computer and use it in GitHub Desktop.
Save wchristian/4142386 to your computer and use it in GitHub Desktop.
miniperl does not compile with strawberry gcc
----------------------------------------------
Welcome to Strawberry Perl Portable Edition!
* URL - http://www.strawberryperl.com/
* see README.portable.TXT for more info
----------------------------------------------
Perl executable: C:\strawberry-5.16.2.1\perl\bin\perl.exe
Perl version : 5.16.2 / MSWin32-x86-multi-thread
c:\strawberry-5.16.2.1>d:
D:\>cd cpan\perl
D:\cpan\perl>gcc --version
gcc (gcc-4.6.3 release with patches [build 20121012 by perlmingw.sf.net]) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
D:\cpan\perl>cd win32
D:\cpan\perl\win32>dmake .\config.h ..\git_version.h
del /f config.h
Could Not Find D:\cpan\perl\win32\config.h
copy config_H.gc64nox config.h
1 file(s) copied.
if not exist ".\mini" mkdir ".\mini"
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\av.o ..\av.c
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\deb.o ..\deb.c
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\doio.o ..\doio.c
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\doop.o ..\doop.c
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\dump.o ..\dump.c
..\dump.c: In function 'Perl_dump_sub_perl':
..\dump.c:186:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'S_sequence':
..\dump.c:699:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'S_sequence_num':
..\dump.c:786:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_do_magic_dump':
..\dump.c:1243:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1252:78: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1298:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1318:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_do_hv_dump':
..\dump.c:1369:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_do_gv_dump':
..\dump.c:1388:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_do_gvgv_dump':
..\dump.c:1400:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_do_sv_dump':
..\dump.c:1525:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1525:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1678:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1698:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1738:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1741:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1747:78: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1765:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1824:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1828:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1877:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1886:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1893:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1899:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1905:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1911:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1969:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1973:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1980:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:1985:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2001:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2008:4: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2025:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2035:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2038:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2040:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2041:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2042:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2043:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2044:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2052:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2053:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2054:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2065:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2077:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2087:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2131:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2136:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2138:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2140:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2142:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2144:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2146:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_runops_debug':
..\dump.c:2185:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2185:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2186:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c: In function 'Perl_watch':
..\dump.c:2299:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
..\dump.c:2299:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
gcc -c -I..\ -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -o..\generate_uudmap.o ..\generate_uudmap.c
g++ -v -o ..\generate_uudmap.exe -s -L"c:\perl\lib\CORE" -L"C:\MinGW\lib" \
C:\Users\Mithaldu\AppData\Local\Temp\mk4
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=c:/strawberry-5.16.2.1/c/bin/../libexec/gcc/i686-w64-mingw32/4.6.3/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../../../src/gcc-4.6.3/configure --build=i686-w64-mingw32 --target=i686-w64-mingw32 --enable-languages=c,c++,fortran --enable-libgomp --enable-lto --enable-bootstrap --enable-checking=release --enable-version-specific-runtime-libs --disable-multilib --disable-nls --disable-win32-registry --disable-werror --with-pkgversion='gcc-4.6.3 release with patches [build 20121012 by perlmingw.sf.net]' --with-sysroot=/gccbuild/prefix/mingw32 --with-gmp=/gccbuild/prefix/mingw32 --with-mpfr=/gccbuild/prefix/mingw32 --with-mpc=/gccbuild/prefix/mingw32 --with-ppl=/gccbuild/prefix/mingw32 --with-cloog=/gccbuild/prefix/mingw32 --enable-cloog-backend=isl --with-bugurl=http://mingwfp.znix.com --with-gnu-ld --prefix=/gccbuild/prefix/mingw32 --with-local-prefix=/gccbuild/prefix/mingw32 --with-libiconv-prefix=/gccbuild/prefix/mingw32
Thread model: win32
gcc version 4.6.3 (gcc-4.6.3 release with patches [build 20121012 by perlmingw.sf.net])
COMPILER_PATH=c:/strawberry-5.16.2.1/c/bin/../libexec/gcc/i686-w64-mingw32/4.6.3/;c:/strawberry-5.16.2.1/c/bin/../libexec/gcc/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/
LIBRARY_PATH=c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../lib/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/;c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../
COLLECT_GCC_OPTIONS='-v' '-o' '..\generate_uudmap.exe' '-s' '-Lc:\perl\lib\CORE' '-LC:\MinGW\lib' '-shared-libgcc' '-mtune=generic' '-march=pentiumpro'
c:/strawberry-5.16.2.1/c/bin/../libexec/gcc/i686-w64-mingw32/4.6.3/collect2.exe --sysroot=c:/gccbuild/prefix/mingw32 -m i386pe -Bdynamic -o ..\generate_uudmap.exe -s c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/crtbegin.o -Lc:\perl\lib\CORE -LC:\MinGW\lib -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3 -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../lib -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib -Lc:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../.. C:\Users\Mithaldu\AppData\Local\Temp\mk4 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/crtend.o
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `pre_cpp_init':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:138: undefined reference to `_newmode'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:143: undefined reference to `_dowildcard'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `check_managed_app':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:341: undefined reference to `mingw_initcharmax'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `pre_c_init':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:110: undefined reference to `mingw_app_type'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:114: undefined reference to `_encode_pointer'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:114: undefined reference to `__onexitend'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:114: undefined reference to `__onexitbegin'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:122: undefined reference to `_setargv'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:124: undefined reference to `_MINGW_INSTALL_DEBUG_MATHERR'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:126: undefined reference to `_matherr'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:126: undefined reference to `__mingw_setusermatherr'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `_tmainCRTStartup':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:221: undefined reference to `mingw_app_type'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:227: undefined reference to `__native_startup_lock'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:237: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:241: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:249: undefined reference to `__native_startup_state'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `InterlockedExchange':
c:/gccbuild/bootcomp/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winnt.h:1986: undefined reference to `__native_startup_lock'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `_tmainCRTStartup':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:262: undefined reference to `_gnu_exception_handler@4'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:262: undefined reference to `__mingw_oldexcpt_handler'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `_mingw_prepare_except_for_msvcr80_and_higher':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:436: undefined reference to `__mingw_get_msvcrt_handle'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `_tmainCRTStartup':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:299: undefined reference to `mingw_app_type'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:237: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:249: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:251: undefined reference to `__xc_z'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:251: undefined reference to `__xc_a'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:252: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:243: undefined reference to `__native_startup_state'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:244: undefined reference to `__xi_z'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:244: undefined reference to `__xi_a'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `WinMainCRTStartup':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:163: undefined reference to `mingw_app_type'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:164: undefined reference to `__security_init_cookie'
c:/strawberry-5.16.2.1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib/crt2.o: In function `mainCRTStartup':
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:191: undefined reference to `mingw_app_type'
c:\gccbuild\build\mingw32\mingw-w64-stable-2.x-r5421\mingw-w64-crt/../../../../src/mingw-w64-stable-2.x-r5421/mingw-w64-crt/crt/crtexe.c:192: undefined reference to `__security_init_cookie'
collect2: ld returned 1 exit status
dmake: Error code 129, while making '..\generate_uudmap.exe'
D:\cpan\perl\win32>cd ..
D:\cpan\perl>miniperl -e "open STDERR_COPY, '>&STDERR'; print 1;" 1>log 2>&1
D:\cpan\perl>perl -e "print -s 'log'"
99
D:\cpan\perl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment