On 26 Apr 2008, at 11:18, Dario wrote:

> SET(LIBS /usr/local/lib/libfltk.a /usr/lib/libm.a /usr/lib/libdl.a / 
> usr/lib/libXext.a /usr/lib/libX11.a)

Hmmm, OK, two points:

1) I'd always configure with --enable-threads selected, it appears  
you haven't done that. Maybe you don't need it, but it can prove  
useful. Better to configure with it, whether you use it or not!

(ditto --enable-xft, for my money! So, my configure line when  
building fltk looks like this

    ./configure --enable-xft --enable-threads

Not that it makes any difference to this issue, mind you...)



2) I'm still a little wary of that link order - I think libdl should  
possibly come after the X libs...

Maybe something like;

    SET(LIBS /usr/local/lib/libfltk.a /usr/lib/libXext.a /usr/lib/ 
libX11.a /usr/lib/libdl.a /usr/lib/libm.a)

would work? Try that, anyway...



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to