Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




Compiling And Linking X Toolkit Applications On A UNIX System
next up previous contents
Next: Example Programs Up: Writing An X Previous: Loading External Resource

Compiling And Linking X Toolkit Applications On A UNIX System

The following header files should be included for programs using the Athena widget set:

  • X11/Intrinsic.h
  • X11/StringDefs.h
  • Plus lines of the form X11/ Widget.h --- where Widget.h is the header file for each different widget class used in the application.

Motif widget set:

  • Xm/Xm.h
  • Plus lines of the form Xm/ Widget.h --- where Widget.h is the header file for each different widget class used in the application.

Compiling and linking Athena based applications can be achieved by the command,

 
		cc -o  executable_file_name source_file_name -lXaw -lXt -lXmu -lX11

Compiling and linking Motif based applications can be achieved by the command,

 
		cc -o  executable_file_name source_file_name -lXm -lXt -lX11



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


With any suggestions or questions please feel free to contact us