24 Jun
2013
24 Jun
'13
12:02 p.m.
2013/6/24 Axel Beckert <abe at deuxchevaux.org>
Hi,
On Sun, Jun 23, 2013 at 04:20:13PM +0200, Axel Beckert wrote:
On Sat, May 18, 2013 at 02:47:56PM +0200, Sebastian Geerken wrote:
X11 is needed in src/xembed.cc. It seems that on most systems it is linked indirectly, (src/dillo -> libfltk.so -> libX11.so), on others not, so that an additional "-lX11" is necessary.
On non-linux architectures, there's more than -lX11 necessary. I suspect a -lpthread for Hurd and kFreeBSD, maybe also FreeBSD, not sure:
I got this output from fltk-config --ldflags on FreeBSD 8.2. -L/usr/local/lib -R/usr/local/lib -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11 Regards, furaisanjin