next up previous contents
Next: An Example Program Up: Writing An Xlib Previous: Loading External Resource

Compiling And Linking Xlib Applications On A UNIX System

To use all Xlib routines, an application program should include the header files:

 
Compiling and linking can be achieved by the command,

cc -o executable_file_name source_file_name -lX11



JR Pitchers
Wed May 3 16:45:04 BST 1995