https://github.com/ahajha/double-shared-library-conan
Testing some odd behavior when having a conan package with two shared components
https://github.com/ahajha/double-shared-library-conan
Last synced: about 2 months ago
JSON representation
Testing some odd behavior when having a conan package with two shared components
- Host: GitHub
- URL: https://github.com/ahajha/double-shared-library-conan
- Owner: Ahajha
- Created: 2022-09-30T04:26:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T04:47:43.000Z (over 2 years ago)
- Last Synced: 2023-08-23T06:49:03.631Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ubuntu 22.04
Python 3.10
Conan 1.52 (seems to have the same behavior since 1.46)
GCC 11 (10 has the same behavior)To trigger the failure, run `conan create . 0.0.1@test/test`. It will fail to find liblib1.so.
This only happens if both libraries are set to SHARED. If you set either to STATIC, the test package succeeds.
Explicity linking to `double-share::pkg1` in the test package also doesn't have any effect.