stason.org logo lotus


previous page: 43  What tools are available for browsing a MachTen Web server?page up: MachTen & CodeBuilder FAQnext page: 45  What porting issues will I encounter when recompiling programs under MachTen?

44 What software development tools are available with MachTen?

 Books
 TULARC
















Description

This article is from the MachTen & CodeBuilder FAQ, by Jaime Julca jjulca@tenon.com with numerous contributions by others.

44 What software development tools are available with MachTen?

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:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

os, MachTen, hardware, software, CodeBuilder, Tenon Intersystems, Macintosh







TOP
previous page: 43  What tools are available for browsing a MachTen Web server?page up: MachTen & CodeBuilder FAQnext page: 45  What porting issues will I encounter when recompiling programs under MachTen?