I have an Intel mac and an application that is compiled as a universal binary. However, the problem is that it has a dependency on stdlibc++ and won't run if it's distributed to a PowerPC user.
I'm guessing the problem is that the libs on the PowerPC computer aren't universal binaries, can someone tell me whether it's possible to upgrade the ppc libraries to UB libraries on a PowerPC system? If it is possible, is this even recommended, and if so how would be the best way to do this?
I'm guessing the problem is that the libs on the PowerPC computer aren't universal binaries, can someone tell me whether it's possible to upgrade the ppc libraries to UB libraries on a PowerPC system? If it is possible, is this even recommended, and if so how would be the best way to do this?