I am still stuck. If I build for example, GlgAnimationG with the -lglg_x11 and -ldl linker options, I produce an executable which pops up a blank unnamed window when run from the terminal. If I try the same build with GlgAnimationX, it gives me a BadWindow error, and no window. If I don't use the -ldl dynamic linking option, then it gives me a libc2.4 symbol error. The same result is seen with both the animation and the process control demo, so it is something I am doing generically wrong with the build. The demos in the DEMO directory work ok, so it is a build issue on my part. It would be helpful if I got just a simple compile and link line without all of the options listed in the sample makefile. Since what I am doing actually builds and executable in at least one case, I must be close.
I have tried this on both a Raspberry Pi B+, and a Model 2, working with the common image from the Spring that has had the normal upgrade/update. The B+ did not have Lesstif installed, so that is not the issue.