When I try to build TeX Live for ARM32, I get the following error:
arm-linux-gnueabi-gcc -o conftest -g -O2 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 in.c -lfontconfig -lfreetype
/usr/lib/gcc-cross/arm-linux-gnueabi/11/../../../../arm-linux-gnueabi/bin/ld: cannot find -lfontconfig: No such file or directory
/usr/lib/gcc-cross/arm-linux-gnueabi/11/../../../../arm-linux-gnueabi/bin/ld: cannot find -lfreetype: No such file or directory
I’ve installed the following packages (both x64 and i386 versions):
- libfreetype6-dev
- libfontconfig1-dev
- xclip
- libxft-dev
but the command still fails.
Do I need to build those missing libraries manually from sources?