Bug 26078

Summary: Опечатка в .pc: библиотеки с -pthread
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: glib2-develAssignee: Yuri N. Sedunov <aris>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: aen, aris, ldv
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 26051    

Description Andrey Cherepanov 2011-08-15 19:37:15 MSK
/usr/lib/pkgconfig/gmodule-2.0.pc:12:Libs: -Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt
/usr/lib/pkgconfig/gmodule-export-2.0.pc:12:Libs: -Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt
/usr/lib/pkgconfig/gmodule-no-export-2.0.pc:12:Libs: -lgmodule-2.0 -pthread -lrt
/usr/lib/pkgconfig/gthread-2.0.pc:10:Libs: -lgthread-2.0 -pthread -lrt

Странно, что при выдаче библиотек перечисляется не библиотека, а параметр gcc. Это приводит к нерабочему выводу 

ld -shared `pkg-config --libs pangocairo` ...
Comment 1 Dmitry V. Levin 2011-08-16 17:30:28 MSK
-pthread это не опечатка.