What did you really mean?
I need to install gcc into a disk image that will accompany a gui
application i'm writing.
the application will need to mount the volume on the disk image and use
the gcc that's on that volume.
it needs only to be able to compile extremely simple c apps from a
shell o
I am writing a gui app in another language that needs the gcc compiler
embedded into it (or at least along for the ride), in case the user
doesn't have it on their system.
What's the smallest size I can squeeze gcc down to and how would I go
about compiling it in such a way?
I'm on an OS X box