Skip Menu |

This queue is for tickets about the Devel-CheckLib CPAN distribution.

Report information
The Basics
Id: 82728
Status: new
Priority: 0/
Queue: Devel-CheckLib

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.98
Fixed in: (no value)



Subject: "-pthread" not accepted as linker flag
The "-pthread" argument appears in FreeBSD's xml2-config output: $ xml2-config --libs -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -pthread It's causing Devel::CheckLib::assert_lib to fail with: LIBS argument badly-formed: -pthread This is somewhat related to #81330, only there the -R flag was not accepted. Maybe it's best to just accept anything here, without checking for -l/-L flags? Regards, Slaven