<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Hi, guys!<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">I recently committed the entry for jack2 to the MXE cross-compiler, specifically version 1.9.10. One notable thing was needed and that was linking to flac, vorbis, vorbisenc, and ogg, dependencies that libsndfile had (needed for static linking). Timothy Gu of MXE suggested that a recent commit in jack2 utilised pkg-config for libsndfile and that would eliminate the need of my not-so-pretty hack. Anyway, this is not the main reason for this message. But any general points about cross-compilation of jack2 and required/suggested libraries would be nice. The main reason is portaudio.<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">After building jack2 in MXE, I saw this in my log:<br><br>+ install /home/xnakos/Projects/mxe/usr/i686-w64-mingw32.shared/lib/libportaudio.dll.a (from build/windows/libportaudio.dll.a)<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">This resulted in portaudio library, which was already built in MXE as a requirement for jack2, to be overwritten. I am not quite sure I understand the reasons for this. So I would really enjoy an explanation! In practice, when trying to cross-compile Hydrogen drum machine, this overwrite would result in linking errors such as:<br><br>CMakeFiles/hydrogen-core-0.9.7.dir/objects.a(portaudio_driver.cpp.obj): In function `ZN6H2Core15PortAudioDriver10disconnectEv':<br>portaudio_driver.cpp:107: undefined reference to `Pa_StopStream'<br>portaudio_driver.cpp:114: undefined reference to `Pa_CloseStream'<br>portaudio_driver.cpp:121: undefined reference to `Pa_Terminate'<br>portaudio_driver.cpp:111: undefined reference to `Pa_GetErrorText'<br>portaudio_driver.cpp:118: undefined reference to `Pa_GetErrorText'<br>CMakeFiles/hydrogen-core-0.9.7.dir/objects.a(portaudio_driver.cpp.obj): In function `ZN6H2Core15PortAudioDriver7connectEv':<br>portaudio_driver.cpp:71: undefined reference to `Pa_Initialize'<br>portaudio_driver.cpp:75: undefined reference to `Pa_GetErrorText'<br>portaudio_driver.cpp:87: undefined reference to `Pa_OpenDefaultStream'<br>portaudio_driver.cpp:91: undefined reference to `Pa_GetErrorText'<br>portaudio_driver.cpp:95: undefined reference to `Pa_StartStream'<br>portaudio_driver.cpp:99: undefined reference to `Pa_GetErrorText'<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">These errors are not present when linking to the original portaudio library. Any information would be great, because I am definitely missing a lot.<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">Harry<br></div></div>