@begin(header)
author: ackerman@ics.uci.edu
show_author: ShowNone
author_organization: MIT
node_expert: ackerman=ag@ics.uci.edu
expiration_date: 06/24/93
last_modifier: ackerman@ics.uci.edu
last_mod_date: 06/24/91
mod_num: 2
@end(header)
@b<Getting Code to Compile>

If you're using C and Motif, use

cc yourfile.c -lXm -lXt -lX11

If you're using C and Athena, use

cc yourfile.c -lXaw -lXmu -lXt -lX11 -lXext
@button(more info,Prog_Compile_More)


