Am I the only who needs to add:
-lXft -lXmu -lXrender -lXt -lXext -lGL -lGLU
to the libraries for the linker in order to get almost all the
unknown symbols resolved?
Seems wierd since the linker knows which libraries it needs but insists
that it can't find them unless I expressly list them. They can appear
anywhere on the linker command line but they must be there for it to come
close to linking...
There are still a few unresolved symbols for functions which have been
renamed/removed but I'll worry about that later. All I wanted to do was
see what the work looked like :-) Then I was going to try out the Gnome
work...
I'm not sure if some of the above is due to changes in my build machine
(now Mdk-8.0 + a roll-your-own gcc-2.95.3) or what.
Allan. (ARRae)