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

Defining ABC_USE_NO_CUDD leads to link errors #136

Open
atomb opened this issue Sep 8, 2021 · 2 comments
Open

Defining ABC_USE_NO_CUDD leads to link errors #136

atomb opened this issue Sep 8, 2021 · 2 comments

Comments

@atomb
Copy link
Contributor

atomb commented Sep 8, 2021

The ABC_USE_NO_CUDD definition is convenient for contexts where compiling CUDD is problematic. However, it seems to be slightly incomplete. When building with make ABC_USE_NO_CUDD=1, I get an undefined reference to Cudd_CountMinterm from Abc_CommandPrintMint. Perhaps the definition and registration of that command should be disabled when ABC_USE_NO_CUDD is specified?

@RyanGlScott
Copy link

This issue no longer surfaces after commit bafd2a7, so it can be closed.

@RyanGlScott
Copy link

Any reason not to close this?

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

2 participants