Thanks for your help. I appreciate it a lot.
The problem has been solved.
Robert Hovath
On Sun, 13 Jun 1999, Eric G. Miller wrote:
> You probably need to tell gcc where to look for the X libraries and probably
> where to look for the includes as well. You need to pass it flags like -lXaw
> (
You probably need to tell gcc where to look for the X libraries and probably
where to look for the includes as well. You need to pass it flags like -lXaw
(or something for libraries) and -I/usr/X11/include (or some such) to tell it
where the header files are.
This question is probably more on
Thanks for your help Carl!
You have solved my problem.
Bye
Robert Horvath
On 14 Jun 1999, Carl Mummert wrote:
>
> You need to specify to gcc the X library that contains all those functions.
>
> Try something like:
>
> gcc -L/usr/X11R6/lib file.c -lXt -lXaw
>
> The profileration of those
You need to specify to gcc the X library that contains all those functions.
Try something like:
gcc -L/usr/X11R6/lib file.c -lXt -lXaw
The profileration of those -l options isone reason that makefiles
are so popular.
Carl
4 matches
Mail list logo