xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XForms] Fwd: missing X11 library?


From: jon
Subject: Re: [XForms] Fwd: missing X11 library?
Date: Wed, 18 Nov 2015 19:48:01 +0000

<snip>
>gcc -v -Wall -I/usr/local/include -I/opt/X11/include -o trime trime.c 
>-L/usr/local/lib  -lforms 


I don't quite following exactly what you are saying about xlib calls, but 
assuming you are making any don't you just need this ?

gcc -v -Wall -I/usr/local/include -I/opt/X11/include -o trime trime.c 
-L/usr/local/lib  -lX11 -lforms 

or possibly an extra
-L/usr/X11/lib  <wherever it is hiding in the apple tree>

Jon






reply via email to

[Prev in Thread] Current Thread [Next in Thread]