Am 20.08.2005 um 06:34 schrieb Pablo Di Noto:
I have a simple GNUstep application which I would like to build statically. With that I mean have a single -huge, I know- executable file with no runtime dependencies.
Obj-C is a dynamic language and can't build static binaries. The usual way to get a similar result is to build/assemble an application bundle.
Markus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
