On Mon, Jan 03, 2011 at 12:32:47AM +0100, Pierre Joye wrote: > I'd to say that tests should run on both static and dynamic versions > of the library. Doing so will let us detect issues with one build or > the other. That should not be too hard to do.
Unfortunately, unit tests are impossible to run against a dynamic library when --enable-hidden-symbols is used. That's the whole point of --enable-hidden-symbols and can't be overcome. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
