Subject: | Fails to build on MSWin32: PerlProc_setjmp + PerlProc_longjmp |
For example
http://www.cpantesters.org/cpan/report/a62f768f-6e1e-1014-9f68-c98cc14c3d8c
Generating script 'lib\Future\AsyncAwait.lds'
dlltool --def "lib\Future\AsyncAwait.def" --output-exp "lib\Future\AsyncAwait.exp"
g++ -o "blib\arch\auto\Future\AsyncAwait\AsyncAwait.xs.dll" -Wl,--base-file,"lib\Future\AsyncAwait.base" -Wl,--image-base,0x22320000 -mdll -s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib" "lib\Future\AsyncAwait.lds" "lib\Future\AsyncAwait.exp"
lib\Future\AsyncAwait.o:AsyncAwait.c:(.text+0x2c64): undefined reference to `PerlProc_setjmp'
lib\Future\AsyncAwait.o:AsyncAwait.c:(.text+0x2d5b): undefined reference to `PerlProc_longjmp'
collect2.exe: error: ld returned 1 exit status
--
Paul Evans