-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have two library projects (flaim and ftk), one built atop the other. I've configured the lower-level project (ftk) as its own project and made it a sub-project of the other, wrt Autoconf:
flaim/ ftk/ I'd like the option of statically linking ftk into flaim, but (as per the Libtool docs) using any of the "-static*" options in the flaim project ensures not only that ftk is linked statically into flaim, but also (unfortunately) that flaim itself becomes a static library (only). Ideally, I'd like to build both shared and static ftk libraries, but choose to link ftk statically into flaim using a flaim configure option. Is there any elegant way to do this, or is there some reason why doing so is considered bad practice? I've found over the years that if something's not easily possible, it's usually because it's not the right thing to do. Comments? Thanks! John -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFITWcTdcgqmRY/OH8RAsK6AJ0V19YLCKgo6+3rwWlEvLNwCHjgJQCgk5Xk hCayiobM1dOQzwUDi6g+SDs= =i4/S -----END PGP SIGNATURE----- _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
