Hi Gabor, This isn't just to link in our own static libraries, but to statically link in other installed libtool libraries. --disable-shared just means that we won't build a dynamic version of libboinc*. You would still get dynamic versions of other libtool libraries linked into your executable.
Eric On Thu, Oct 1, 2009 at 11:39 PM, Gabor Gombas <[email protected]> wrote: > On Thu, Oct 01, 2009 at 04:29:24PM -0700, Eric J Korpela wrote: > >> I'll see if I can add libtool version detection to the config. I >> thought that -static-libtool-libs worked with the ltmain.sh that was >> checked into the svn. > > Now that I'm thinking about it, is -static-libtool-libs even needed? If > someone does not want shared libraries, "./configure --disable-shared" > should do the job. It can even be made the default using > AM_DISABLE_SHARED in configure.ac. > > Gabor > > -- > --------------------------------------------------------- > MTA SZTAKI Computer and Automation Research Institute > Hungarian Academy of Sciences > --------------------------------------------------------- > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
