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

Inet-master project doesn't link with z3 #24

Closed
adamgeorge309 opened this issue Sep 27, 2024 · 1 comment
Closed

Inet-master project doesn't link with z3 #24

adamgeorge309 opened this issue Sep 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@adamgeorge309
Copy link
Contributor

The z3 feature is enabled by default, but z3 is missing from linked libs

@adamgeorge309 adamgeorge309 added the bug Something isn't working label Sep 27, 2024
@rhornig
Copy link
Contributor

rhornig commented Sep 27, 2024

INET master uses pkg-config --libs z3 in makefrag which does NOT work on NIX. After installing z3, pkg-config still does not know about it.

If pkg-config --libs z3 returns empty, we should assume that the default link flag is -lz3

adamgeorge309 added a commit to inet-framework/inet that referenced this issue Sep 27, 2024
adamgeorge309 added a commit to inet-framework/inet that referenced this issue Sep 27, 2024
adamgeorge309 added a commit to inet-framework/inet that referenced this issue Sep 27, 2024
adamgeorge309 added a commit to inet-framework/inet that referenced this issue Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants