On 3 January 2011 12:34, Oliver Kullmann wrote: > > The above error concerns zlib (why is this? zlib is not mentioned as a prerequisite?) a copy of zlib is bundled with gcc, so it's not a prerequisite, it's included. You could try using --with-system-zlib to use your system's copy instead of the bundled one.