Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: No libpng.a https://bugzilla.redhat.com/show_bug.cgi?id=770203 Summary: No libpng.a Product: Fedora Version: 15 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: mingw32-libpng AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected], [email protected], [email protected], [email protected], [email protected] Classification: Fedora Story Points: --- Type: --- Regression: --- Mount Type: --- Documentation: --- Description of problem: I built static version of mingw32-qt. But I can't build test project with static. i686-pc-mingw32-g++ -static -static-libgcc -Wl,-s -Wl,-subsystem,windows -o release/standarddialogs.exe release/dialog.o release/main.o release/moc_dialog.o -L'/home/taurus/qt/mingw32/lib' -lmingw32 -lqtmain -lQtGui -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -ljpeg -ltiff -lmsimg32 -lQtCore -lpng -lole32 -luuid -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz /usr/lib/gcc/i686-pc-mingw32/4.5.3/../../../../i686-pc-mingw32/bin/ld: cannot find -lpng I had a look at mingw32-libpng package. It has libpng14.dll.a, it has libpng.dll.a, it has libpng14.a but it hasn't libpng.a Can you make symbolic link to? libpng.a -> libpng14.a . -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
