Subject: | cygwin patch for 1.56 |
-lssp needs to be added manually with gcc-4
extern "C" is required also.
against:
g++ -shared GuiTest.o DibSect.o -o
blib/arch/auto/Win32/GuiTest/GuiTest.dll \
/usr/lib/perl5/5.10/i686-cygwin/CORE/cygperl5_10.dll
-L/usr/lib/w32api -lgdi32 \
GuiTest.o:GuiTest.cpp:(.text+0x91f0): undefined reference to
`___stack_chk_guard'
GuiTest.o:GuiTest.cpp:(.text+0x96c1): undefined reference to
`___stack_chk_fail'
--
Reini Urban
Subject: | Win32-GuiTest-cygwin-1.56.patch |