First: we currently do not really use libXp, but we will have to do so (2.1 stuff: XmPrint*). The XpQueryVersion (or whatever) is just called by a dummy function I added to see how this stuff will work out. As one can see it's quite a bit of work ... On Sun, 19 Nov 2000 11:20:05 +0100, Danny Backx wrote: >I've just added a couple of lines to the clients makefiles to >explicitly link -lXp when needed. This should fix the current >build problems. I'm still a bit confused about the shared lib business. On OS/2 it's simple: you can never have unresolved symbols, even when building a shared library. You have to link the shared lib explicitly against all required libraries. To be really portable we probably might have to add all those libs (Xp, Xext) to all executable building Makefiles?! --- Alexander Mai [EMAIL PROTECTED]
