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

Compilation problem #339

Open
ashionjy opened this issue Oct 8, 2024 · 0 comments
Open

Compilation problem #339

ashionjy opened this issue Oct 8, 2024 · 0 comments

Comments

@ashionjy
Copy link

ashionjy commented Oct 8, 2024

When using the static library compilation mode, because there is no readline library, delete the -lreadline command, and the demo can be generated normally. But running demo i10.aig results in an error: demo:Command not found.

I wonder if this is because there is no linked readline library.

Here are the commands used in the compilation process:
$ make libabc.a
$ gcc -Wall -g -c demo.c -o demo.o
$ g++ -g -o demo demo.o libabc.a -lm -ldl -lpthread
$ demo i10.aig

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

1 participant