File: objc-1.8.2-src.zip Author: Kim Shrier (kim@tinker.com) Release: 1.8.2 (Jan. 9th, 1998) Compatibility: PR2 Location: contrib/lang Description: The Portable Objective C compiler by David Stes Notes: This is source for the Portable Objective C compiler, version 1.8.2. It uses mwcc and mwld to do the actual compiling after processing the Objective C source into C. The compiler is written in Objective C and so you will need a functioning Objective C compiler to compile the sources. You can get a functioning Objective C compiler from the objc-1.8.2.zip package. After unzipping the package, you can build and install the compiler and all its support files by typing the following commands in a terminal window: ./configure make make cakit make install This will compile all the compiler sources and all the library sources. It will then install the executables, libraries, include files, and man pages in the GeekGadgets directory, /boot/apps/GeekGadgets. If you want to have the compiler install in a different directory, i.e. /boot/usr/local, you specify it as a parameter to the configure command before doing the makes. ./configure -PREFIX=/boot/usr/local This will cause the "make install" to put the files in: /boot/usr/local/bin /boot/usr/local/include /boot/usr/local/lib /boot/usr/local/man You will also need /boot/usr/local/bin in your execution path. Additional information can be found at: http://www.can.nl/~stes/compiler.html