From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031003 Description of problem: In the /usr/lib/pkgconfig/libmusicbrainz.pc file, there is : Libs: -L${libdir} -lmusicbrainz -lstdc++ -lm It would seem natural to add libstdc++-devel as a dependency of the libmusicbrainz-devel package, in order for linking against libmusicbrainz to always work when the devel package is installed. Version-Release number of selected component (if applicable): libmusicbrainz-2.0.2-5 How reproducible: Always Steps to Reproduce: 1. Install libmusicbrainz-devel on a minimal system 2. Try to recompile an application that links against libmusicbrainz-devel Actual Results: /usr/bin/ld: cannot find -lstdc++ Expected Results: If the devel package had pulled libstdc++-devel as a dependency, everything would always work. Additional info:
Fixed in cvs. Thanks for the report.