Package: check
Version: 0.9.10-6.1
Severity: normal

Dear Maintainer,

in the file:
/usr/lib/x86_64-linux-gnu/pkgconfig/check.pc

original:
Libs: -L${libdir} -lcheck_pic  -pthread -lrt -lm

should be:
Libs: -L${libdir} -lcheck_pic  -lpthread -lrt -lm
                                ^ 


   * What led up to the situation?

Linking agains libcheck, using libraries as returned from `pkg-config --libs 
check`
incorrectly lists linker flags.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Replacing "-pthread" with "-lpthread" resolves the issue.


Thank you for your work!
Regards
Uwe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable'), (500, 
'oldstable-updates'), (250, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages check depends on:
ii  dpkg          1.17.6
ii  install-info  5.2.0.dfsg.1-2
ii  mawk          1.3.3-17

check recommends no packages.

check suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to