On 9 March 2010 14:32, <ma...@koski-vahala.com> wrote: > > Hello! > > My config.mk looks like this > > PREFIX = /usr > BIN = $(PREFIX)/bin > MAN = $(PREFIX)/share/man > DOC = $(PREFIX)/share/doc/wmii > ETC = $(PREFIX)/etc > LIBDIR = /lib > INCLUDE = $(PREFIX)/include > > I have a directory /usr/include/X11 and there I have all the following files > required by x11.h > #include <X11/Xlib.h> > #include <X11/Xutil.h> > #include <X11/Xatom.h> > > Any other file I need to look for?
Do you also have /usr/lib/libXlib.a and such? Cheers, Anselm