* Wil Turner wrote on Thu, Jan 20, 2005 at 02:17:59AM CET: > I hope someone out there can help me :) Maybe. > We recently modified a software library to include some functionality > that, on OS X, requires the "-framework Carbon" link flag. It would be > nice if users of our library didn't have to add this to their own > compilation. In other words, how does one specify that a supporting > library should be linked into a library such that linking against the > final product library automatically links the necessary supporting > library? By using GNU libtool to build the supporting library and to link the program against it? (I have no idea whether that is possible without libtool, I know virtually nothing about OS X.) Regards, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf