[Development] [Announce] Qt 5.8.0 RC released

Thiago Macieira thiago.macieira at intel.com
Fri Dec 23 02:35:42 CET 2016


Em sexta-feira, 23 de dezembro de 2016, às 01:26:38 BRST, Tim Blechmann 
escreveu:
> it is attached to the bug report. (undefined symbols in from zlib)

That means that linking to -lpng requires -lz to show up. configure will try to 
get the library flags for libpng from pkg-config, but it's not passing the 
--static option. That is simply not a case we've taken into account.

It shouldn't be too hard to make the pkgConfig-type tests in configure retry 
with the --static option if the build failed.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list