8 Jan
2004
8 Jan
'04
6:55 a.m.
MenTaLguY wrote:
On Wed, 2004-01-07 at 16:22, Bryce Harrington wrote:
I wonder if crosscompiling for OSX on PPC is feasible?
That would require a Linux build of Apple's gcc fork, at least. I don't know how portable their changes are.
-mental
Might be fun to investigate. With Gcc, you can make a cross-compiler for almost any architecture. But for any target, you still need the base runtime lib. Basically their C lib, plus kernel hooks. MinGW supply their Win32 mapping and C runtime on their site, already built and ready to go.
If Darwin also has such a lib... -cool-.
Btw. Notice I said "MinGW supply....." Aggregate plural instead of aggregate singular. I must be turning British.
Bob