Hi folks, I am just starting to play around with programming under linux, and am curious to know just what options I need to use with cc for it to find the lesstif libraries, header files etc. Currently I have tried
-I/usr/X11R6/include -L/usr/X11R6/lib -lXm -lXt -lX11 and some variations on this, but it doesn't seem to find the <Xm/Xm.h> or any of the widget header files... It is probably really simple, but I am really new too Any help greatly appreciated... Cheers, Andrew.