Hi!
I'm currently hacking a dynamic module for xfree86 v4.x. The module eventually ends up in /usr/X11R6/lib/modules/foobar.so. For some of my debugging, however, I need access to a few Xlib functions from within this module (e.g. XGetGeometry). I've tried a number of things to get the library to link correctly, but I always get the following on server start-up:
dlopen: /usr/X11R6/lib/modules/foobar.so: undefined symbol: XGetGeometry
What's the "correct" (i.e. idiomatic) way of including/linking to Xlib from modules like this?
Thanks in Advance -- Rich
Do You Yahoo!?
HotJobs, a Yahoo! service - Search Thousands of New Jobs
