From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) Description of problem: The file: /usr/lib/pkgconfig/qt-mt.pc is having a strange library in the list. The Libs part should look like this: Libs: -L/usr/lib/qt-3.2/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lmng -ljpeg -lpng -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread but it did look like this: Libs: -L/usr/lib/qt-3.2/lib -l/qt-mt.pc -L/usr/X11R6/lib -L/usr/X11R6/lib -lmng -ljpeg -lpng -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread as you can see, the -l/qt-mt.pc really shouldn't be there. Version-Release number of selected component (if applicable): 3.2.3-0.2 How reproducible: Always Steps to Reproduce: 1.Install qt-devel-3.2.3-0.2 2.Run pkg-config qt-mt --libs 3.Look Actual Results: You will see -l/qt-mt.pc as a library. Expected Results: -l/qt-mt.pc should not be there Additional info:
it's already fixed in 3.3.1 that is available in rawhide