Nick Welch - 2004-11-28

Logged In: YES
user_id=653631

The includes basically just affect compilation, not linking.
For linking, the -L options (include paths) and -l options
(which libraries to link against) are what matters. Perhaps
somehow the -lX11 was left out? Or maybe the build doesn't
know where your libX11 is?