On 11/30/11 17:50, fltkgui wrote:
> > Well if I echo it than it just returns "fltk-config --use-images 
> > -ldstaticflags".

> Ah I see, I was using '' single quotes. That was the problem. Now it works.

        Yes, exactly; backquotes are needed, as you want the variable
        to contain the output of the command.

        One thing though; in the above, it should be
        "--ldstaticflags", and not
        "-ldstaticflags"

        All of fltk-config's options expect gnu-style "double-dash" flags.
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to