Bug 552 - libsigrok not properly linking against libusb on FreeBSD
Summary: libsigrok not properly linking against libusb on FreeBSD
Status: CONFIRMED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Portability (show other bugs)
Version: unreleased development snapshot
Hardware: All FreeBSD
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-04 21:26 CET by Uwe Hermann
Modified: 2015-02-04 21:26 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2015-02-04 21:26:56 CET
When building e.g. sigrok-cli the following can happen:

undefined reference to 'libusb_bulk_transfer'

This probably needs two fixes in libsigrok: a) we need to explicitly link against libusb, and b) we need to list libusb in the libsigrok.pc file so that frontends can link fine.