A few minor problems such as this...
Code:
dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib
Referenced from: /usr/local/ps3dev/ppu/libexec/gcc/ppu/4.5.2/cc1
Reason: image not found
I'll have to download that... something tells me this is gonna have loads of these.
EDIT: Okay, yeah... so it ****ed up my curl as well, I don't recommend downloading this package just yet until these bugs are fixed.
EDIT: Do not install this yet, basically a lot of your dylib files will lose their x86_64 architecture build and then you're ****ed and have to find which files are messed with and find a way to reinstall the 64-bit versions of them... Can you provide me with a list of files that were tampered so I can fix my machine?
EDIT: I'm getting this error now after slowly fixing my machine when I try to build.
Code:
$ make
[CC] main.c
dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib
Referenced from: /usr/local/ps3dev/ppu/libexec/gcc/ppu/4.5.2/cc1
Reason: no suitable image found. Did find:
/usr/local/lib/libgmp.10.dylib: mach-o, but wrong architecture
/usr/local/lib/libgmp.10.dylib: mach-o, but wrong architecture
ppu-gcc: Internal error: Trace/BPT trap (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [main.o] Error 1
make: *** [build] Error 2
And running file on the dylib shows this:
Code:
$ file /usr/local/lib/libgmp.10.dylib
/usr/local/lib/libgmp.10.dylib: Mach-O 64-bit dynamically linked shared library x86_64
I assume it wants the PPC version of this dylib?