Le 05/09/2012 17:42, Jeff Squyres 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. >
So we want to forbid $enable_plugins=yes -a $enable_shared=yes -a $enable_static=yes ? There's still one thing that I don't understand. What if you builds once static, once shared, and install both as Samuel said above. Why don't we have any problem there? Brice