> Problem: > > 1. In the beginning of configure, --with_archflags option value is added = > to CFLAGS, so that configure checks will see the given -arch flags. = > However, fltk makefiles expect the arch flags to be in ARCHFLAGS, not in = > CFLAGS. The problem is that configure leaves the arch flags in CFLAGS, = > which makes the fltk-config return the arch flags in e.g. "fltk-config = > --cflags". For universal builds this is wrong, as it "forces" apps to = > build as universal as well, while the intent of an universal library is = > to be usable for e.g. both 32-bit and 64-bit apps, not only for = > universal apps. > > 2. DSOCOMMAND for OSX does not have ARCHFLAGS. > > > Solutions: .......
Your suggestion is now in r.8469 of the subversion repository. Thanks for the patch. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
