posixninja / spirit-linux

Linux port of the "Spirit" jailbreak using libimobiledevice
139 stars 59 forks source link

x86_64 not compiling if... #1

Closed AntoninoTarantino closed 14 years ago

AntoninoTarantino commented 14 years ago

Hello, spirit for linux doesn't compile on x86_64 machines because of the "-m32" option passed to gcc, I removed this option to compile the source on my machine and it worked, I even succesfully launched the exploit and it worked on my 3G iPhone(8GB). I didn't test it on 32bit systems without the -m32 option, so I don't know if it's really necessary for 32bit systems(I don't think so).

Thank you for reading it. Hope something will be fixed.

posixninja commented 14 years ago

thank you. fix has been pushed