> You don't have the bzip2 dll. > (or the header file to be a bit more precise) > > I think we can safely remove bzip2.cpp from > boost/libs/iostreams/src/Makefile.am
I do not know if the now-removed gzstream can handle bzip2. For all our purposes now, zlib.dll is enough so bzip2.cpp should be removed. Windows developers do need to have zlib.h somewhere in their environment. I am still wondering how zlib was handled with gzstream though. Maybe USE_COMPRESSION was disabled by default? Bo