<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>I just wanted to point out that it is now possible (probably was for some 
time) to build ragel binaries using cygwin that don’t depend on the cygwin 
runtime environment.</DIV>
<DIV> </DIV>
<DIV>E.g. to build 64-bit binaries simply call configure with</DIV>
<DIV> </DIV>
<DIV>./configure --host=x86_64-w64-mingw32</DIV>
<DIV> </DIV>
<DIV>If ragel gets called from outside the cygwin environment one should copy 
libgcc_s_sjlj-1.dll and libstdc++-6.dll from the appropriate sys-root directory 
into the directory of ragel (or elsewhere where the runtime system can find 
them). Of course, the cross compilation packages should be installed on the 
system.</DIV>
<DIV> </DIV>
<DIV>I’ll update this thread in case I find major problems during testing (using 
txl, etc).</DIV>
<DIV> </DIV>
<DIV>jg</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>