Bob Friesenhahn <[EMAIL PROTECTED]> writes: > The foo-config type scripts are fraught with problems. They attempt > to be a complete solution rather than expressing only the dependencies > they directly contribute. Unfortunately, eliminating -L/usr/lib > -L/lib and -I/usr/include is not an appropriate solution because it > may be that library dependencies dictate that a library in this > directory is required prior to another library. The only solution may > be explicit linkage.
I guess the eventual solution might have to be gcc args like --push-flags <some-flags> --pop-flags, or perhaps better, --begin-group <some-flags> --end-group as someone recently mentioned, but that's not going to help on all architectures... -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
