Bug 26078 - Опечатка в .pc: библиотеки с -pthread
Summary: Опечатка в .pc: библиотеки с -pthread
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: glib2-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 26051
  Show dependency tree
 
Reported: 2011-08-15 19:37 MSK by Andrey Cherepanov
Modified: 2011-08-16 17:30 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 это не опечатка.