5.35) Motif programs dump core almost immediately.

You must specify the Motif library on the command line before other X libraries.

WRONG:

	cc .... -lXt -lXm
RIGHT:
	cc .... -lXm -lXt

PREV INDEX NEXT