On 11/29/11 10:25, fltkgui wrote:
> How can I link to libs additionally from the fltk-config?

Details here:
http://www.fltk.org/articles.php?L599
http://www.fltk.org/doc-1.1/basics.html   <-- scroll down to 'Compiling 
Programs with Standard Compilers'

So from eg. a bash shell, you might use something like:

        LINKFLTK_IMG=`fltk-config --use-images --ldstaticflags`
        [..]
        g++ -o foo.exe file1.o file2.o $LINKFLTK_IMG -L /your/libs -lfoo -lbar
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to