Jeff Squyres, le Wed 05 Sep 2012 17:42:30 +0200, a écrit : > On Sep 5, 2012, at 11:36 AM, Samuel Thibault wrote: > > >> 1. We do not allow "./configure --enable-static --enable-shared". Even > >> though that's valid Automake/Libtool (i.e., it'll generate libhwloc.a > >> *and* libhwloc.so), we don't allow it. > > > > Well, actually for instance Debian builds once with -static, and once > > with -shared, and installs both... > > That scenario is fine. It's just the "build both at once" scenario that > isn't allowed.
Ah? I don't understand why it's the build that poses problem. Samuel