I'm following this guide https://wiki.videolan.org/Win32Compile/ to cross compile VLC from Arch Linux for Win 64. It seems that freetype (and harfbuzz) are not linking correctly with libz. I'm using a script to compile that does: d=${PWD} bd=${d}/build es=${bd}/extern/sources # external sources eb=$...