libideviceactivation icon indicating copy to clipboard operation
libideviceactivation copied to clipboard

ld: symbol(s) not found for architecture x86_64

Open XboxOneSogie720 opened this issue 2 years ago • 0 comments

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/libideviceactivation
  • cd libideviceactivation
  • ./autogen.sh
  • ./configure --enable-static --disable-shared
  • make -j4 Errors happened here.

I've included libideviceactivation_log.txt which shows a full log after I ran the make -j4 command.

libideviceactivation_log.txt

XboxOneSogie720 avatar Jun 12 '23 18:06 XboxOneSogie720