: Then I downloaded xclock.c to see if it would compile with libNX11.a. : However, I get these error messages: : : gcc -I/djgpp/include/mwin -o xclock.exe : xclock.c -lNX11 -lnano-X -lz -lfreetype : : e:/djgpp/tmp/ccMR4PGM.o:xclock.c:(.text+0x2fd): undefined reference to : `_XtDisplayOfObject'
Obviously xclock uses the Xt toolkit, so you'll need to link with the X11 Xt library as well. This may be hidden in athena widgets, I'm not sure. Generally, as soon as the programs start requiring Xt and additional toolkits, the "resource manager" itself gets so damn large that the whole project isn't well suited to embedded use. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org