Subject: | This bug occurs on win32 platform during link stage. |
Date: | Mon, 20 Jan 2014 14:47:38 +0400 |
To: | bug-Inline-ASM [...] rt.cpan.org |
From: | Evgeny Markov <evgeny.markov.new [...] gmail.com> |
It is connected with different realization of export func. names style in Windows instead of Linux with underscore at the beginning.
In windows with mingw gcc compilation we received "unrecognized reference". If we trying to tricking with _ in source perl script we will failed at the execution stage with &main::<our func> not found because our func. will dissapearing from export of dest. Dll.
I have a fix but I need to talk with author about correctness of it.