On 11/30/11 10:08, fltkbui wrote:
> OK by that example I get:
>
> [OUTPUT]g++ -o table.exe table.cxx $LINKFLTK_IMG -lalib
> cc1plus.exe: error: unrecognized command line option "-fuse-images"
> cc1plus.exe: error: unrecognized command line option "-fldstaticflags"
> g++.exe: fltk-config: No such file or directory
> [/OUTPUT]
>
> And previously I did this of course "LINKFLTK_IMG=`fltk-config --use-images
> --ldstaticflags`".
Try echoing $LINKFLTK_IMG so you/we can see what it evaluated to.
So for instance, in your shell:
LINKFLTK_IMG=`fltk-config --use-images --ldstaticflags`
echo $LINKFLTK_IMG
Make sure fltk-config is in your PATH.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk