交叉编译 TeXLive 时未构建 XeTeX

交叉编译 TeXLive 时未构建 XeTeX

我想在 Arch Linux 构建系统上为主机和目标 MIPS 交叉编译 TeXLive。我已经设置了正确的 MIPS 编译工具链 (OpenWRT SDK)。

我通过以下方式获取 TeXLive 源代码

rsync -a --delete --exclude=.svn tug.org::tldevsrc/Build/source/ .

并手动配置它

./configure --enable-multiplatform --disable-native-texlive-build --prefix=PREFIX --with-fontconfig-includes=INCDIR --with-fontconfig-libdir=LIBDIR --enable-build-in-source-tree --target=mipsel-openwrt-linux --host=mipsel-openwrt-linux --build=x86_64-pc-linux

然后,像INCDIR LIBDIR和这样的路径PREFIX就设置正确了make && make world

web2c除了某些程序xetex未构建之外,一切都很好。

我想问一下如何配置它才能编译xetex?我已经测试过了,--enable-xetex但实际上不起作用。

相关内容