We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't build with conan, using clang compiler, having dependencies as shared libs
relates to conan-io/conan-center-index#8325
The text was updated successfully, but these errors were encountered:
Hi.
Thanks for the report.
I don't use conan. How can you reproduce this failure using the stock procedure? IOW, how do you run ./configure to be able to reproduce this?
./configure
Thanks in advance.
Sorry, something went wrong.
@AndreyMlashkin
Could you please tell me what I need to do to reproduce this? Thanks in advance!
Heja,
I have the same problem w/ Conan and Ubuntu 22.04. The configure cmdline is:
source_subfolder/configure '--enable-relocatable' '--disable-nls' '--datarootdir=/home/dev/.conan/data/bison/3.8.2/_/_/package/2ee0a31eb4f26154d5ef39493ec07c75d5b460fa/res' '--prefix=/home/dev/.conan/data/bison/3.8.2/_/_/package/2ee0a31eb4f26154d5ef39493ec07c75d5b460fa' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include'
I've attached the config.log below:
config.log
It appears that building flex (v2.6.4) as static lib instead of as shared lib works around the issue.
No branches or pull requests
Can't build with conan, using clang compiler, having dependencies as shared libs
relates to
conan-io/conan-center-index#8325
The text was updated successfully, but these errors were encountered: