tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant compile with tapi on alpine linux

Un1q32 opened this issue · comments

when i run

./configure --target=aarch64-apple-darwin14 --prefix=/root/ios-toolchain --with-libtapi=/root/ios-toolchain

i get

checking tapi/tapi.h and libtapi support... no
configure: error: -- ERROR: Failed TAPI checks in /root/ios-toolchain

tapi is installed, both in /usr and in /root/ios-toolchain, and there aren't any errors when compiling tapi, so idk whats wrong. I tried building tapi on arch (where everything works) and copying it over but i get the same error.