This article is from the MachTen & CodeBuilder FAQ, by Jaime Julca jjulca@tenon.com with numerous contributions by others.
Professional MachTen includes C, C++, a source debugger, Mach C threads, and
all the standard UNIX tools.
Power MachTen includes C, C++, g77 (gnu fortran 77), and a source debugger.
In addition, the following tools are included in all versions of MachTen:
* Tools for Managing Software Development
RCS (Revision Control System)
* Tools for Supporting Software Development
indent (formats C code)
lex (generates lexical analysis programs)
yacc ("yet another compiler compiler")
* Tools for Building Libraries and Programs
gas (gnu assembler)
cc (gnu compiler director: forks the appropriate tools for compiling
and loading the objects specified)
ld (combines several object files into one)
make (executes a scripted set of commands)
ranlib (converts archives to a form that ld can load more rapidly)
cpp (gnu preprocessor)
nm (lists symbols in object files)
* Libraries
libm.a, librpc.a, libcurses.a, plus the various program language
libraries
* Tools for Building X Window Programs
imake (X platform independent make)
Core protocol X library
X Intrinsics toolkit library
Athena widget set
X security authorization library
X extensions library
Alternative input device exension library
Motif widget library
X Display Manager Control Protocol Library
 
Continue to: