> When I try to compile an X11 program with NXlib each time I run "./configure" > it tells me that "X" does not exist. > > How can I change the "configure.in" file or some other relevant file so > configure will accept NXlib as "Xlib"? >
I generally suggest that instead of trying to replace Xlib.so with NXlib.so you change the configure script and replace "Xlib" with "NXlib". This allows X11 and NXLIB to coexist on the machine, which is usually lots easier for development. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org