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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
