>| thanks for the input... I checked and I had those packages installed >| already... and I couldn't find any packages with the same name but without >| the 'g' at the end...It still gives the same error... >| ld: cannot open -lX11: No such file or directory > >If I remember your problem correctly... > >The X11 libs are in /usr/X11R6/lib and you have to tell ld to >look there. If you post the top of your Makefile we should be >able to help.
It was fixed with a previous suggestion of editing /usr/X11R6/lib/X11/config/X11.tmpl changing INCDIR = $(INCROOT) /* header files */ to be: INCDIR = $(INCROOT)/X11 /* header files */ Thank you..