<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 13, 2015 at 1:25 PM, Kjetil Matheussen <span dir="ltr"><<a href="mailto:k.s.matheussen@gmail.com" target="_blank">k.s.matheussen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>But if I compile it like this (64 bit):</div><div><br></div><div>$ x86_64-w64-mingw32-gcc winjacktest.c -I/home/kjetil/.wine/drive_c/Program\ Files/Jack/includes /home/kjetil/.wine/drive_c/Program\ Files/Jack/lib/libjack64.lib<br></div><div><br></div><div>...it crashes.</div><div><br></div></div></blockquote><div><br></div><div>I got it to work by linking with the .dll instead of the the .lib:</div><div><div><br></div><div> x86_64-w64-mingw32-gcc winjacktest.c -I/home/kjetil/.wine/drive_c/Program\ Files/Jack/includes /home/kjetil/.wine/drive_c/windows/libjack64.dll </div></div><div><br></div><div> </div></div></div></div>