libideviceactivation
libideviceactivation copied to clipboard
ld: symbol(s) not found for architecture x86_64
While trying to build all of libimobiledevice from source, everything static, I encountered some build issues with libideviceactivation. I'll include a history of the commands I ran, and the errors:
Commands Ran (In Order)
git clone https://github.com/libimobiledevice/libideviceactivationcd libideviceactivation./autogen.sh./configure --enable-static --disable-sharedmake -j4Errors happened here.
I've included libideviceactivation_log.txt which shows a full log after I ran the make -j4 command.