tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD
731 stars 168 forks source link

Cant compile with tapi on alpine linux #129

Closed Un1q32 closed 1 year ago

Un1q32 commented 1 year ago

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.