sudo gdb4cw_select apple
# Warning: the following might demage your system if not done correctly # Warning: this will probably disable the ability to use 64-bit programs # on a G5 # You can restore original with: sudo cp /usr/lib/dyld.orig /usr/lib/dyld # 1. Make a backup: sudo cp /usr/lib/dyld /usr/lib/dyld.orig # 2. extract the ppc verson to a different file sudo lipo -extract ppc /usr/lib/dyld -output /usr/lib/dyld.ppc # 3. replace with the ppc only version sudo cp /usr/lib/dyld.ppc /usr/lib/dyld
sudo gdb4cw_select apple