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

Can't build with conan, using clang compiler, having dependencies as shared libs #90

Open
AndreyMlashkin opened this issue Aug 22, 2022 · 4 comments

Comments

@AndreyMlashkin
Copy link

Can't build with conan, using clang compiler, having dependencies as shared libs

relates to
conan-io/conan-center-index#8325

@akimd
Copy link
Owner

akimd commented Sep 4, 2022

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?

Thanks in advance.

@akimd
Copy link
Owner

akimd commented Sep 20, 2022

@AndreyMlashkin

Could you please tell me what I need to do to reproduce this? Thanks in advance!

@Cogitri
Copy link

Cogitri commented Nov 29, 2022

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

@Cogitri
Copy link

Cogitri commented Nov 29, 2022

It appears that building flex (v2.6.4) as static lib instead of as shared lib works around the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants