Muzaffer Ayvaz wrote: > --with-motif-includes=/usr/X11R6/include/Xm \ This isn't related to your problems, but the above is incorrect. It should be --with-motif-includes=/usr/X11R6/include; the "Xm" is part of the header name (i.e. headers are referenced as e.g. <Xm/Frame.h>). -- Glynn Clements <glynn at gclements.plus.com>