> My current stumbling block: > When compiling aplus-fsf-4.22/src/main/aplus_main.c > I get many errors related to X11. > > case in point: > undefined reference to '_XWarpPointer' in AGIF.o
Not a *compile* problem but a *link* problem. Probably missing -lX11. What is the last, failing, command executed by your build process? HaND, Michel Bardiaux -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

