Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with autotools and cmake produce different library names #392

Closed
swt2c opened this issue Feb 28, 2022 · 2 comments
Closed

Building with autotools and cmake produce different library names #392

swt2c opened this issue Feb 28, 2022 · 2 comments
Labels
build system/CI Anything related to building the project or running on CI question Information is requested

Comments

@swt2c
Copy link
Contributor

swt2c commented Feb 28, 2022

When building on Linux, building with autotools and cmake produce different library names. autotools has always used (probably wrongly) an soname version of 0.0.0 whereas cmake has 0.11.2.

autotools:

/usr/lib64/libhidapi-hidraw.so.0
/usr/lib64/libhidapi-hidraw.so.0.0.0
/usr/lib64/libhidapi-libusb.so.0
/usr/lib64/libhidapi-libusb.so.0.0.0

cmake:

/usr/lib64/libhidapi-hidraw.so.0
/usr/lib64/libhidapi-hidraw.so.0.11.2
/usr/lib64/libhidapi-libusb.so.0
/usr/lib64/libhidapi-libusb.so.0.11.2
@Youw
Copy link
Member

Youw commented Feb 28, 2022

(probably wrongly)

Yeap, that's the point. And it is not going to be fixed (for autotools).

@mcuee mcuee added the build system/CI Anything related to building the project or running on CI label Mar 1, 2022
@Youw Youw added the question Information is requested label Mar 1, 2022
@Youw
Copy link
Member

Youw commented Mar 5, 2022

Don't see any more questions/issues here, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system/CI Anything related to building the project or running on CI question Information is requested
Projects
None yet
Development

No branches or pull requests

3 participants