Flags for using LIBRARIES
If you are using any Athena libraries with your program, you will need
to use the following flags with the compiler:
-I/usr/athena/include -L/usr/athena/lib
If you are compiling X programs, you should also type "attach X11" (to create
the necessary links), and use the the following flags in your compiling
commmand:
-I/mit/x11/include -L/mit/x11/${hosttype}lib
last updated: 6/12/95
|