imm wrote: > ... > Now, my problems with this are: > > - you get $libdir/libfltk_images.a if you ask for forms, gl or images - > that's gotta be a typo, surely?
Literally $libdir? I can't reproduce that... > - it lists the libs in the "wrong" order, in that libfltk.a really ought > to be last. --libs is for dependencies, not for linking (that's what --ldflags is for...) > - this option now lists it output on separate lines, whereas it used to > print it on a single line. It used to only print the main fltk library. The change makes sure you get the full list of libraries. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

