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

Compile failed #7

Closed
algellar opened this issue Aug 9, 2023 · 2 comments
Closed

Compile failed #7

algellar opened this issue Aug 9, 2023 · 2 comments

Comments

@algellar
Copy link

algellar commented Aug 9, 2023

No description provided.

@keeganryan
Copy link
Owner

Thanks for the issue, I think the linker error was due to compiling against an out-of-date version of fplll. We require certain features, specifically doing single-threaded BKZ, that only appeared in recent versions. I'll leave this issue open for now in case others get an undefined reference error to fplll::set_external_enumerator and update the CMake scripts to give a clear error message if the wrong version of fplll is found.

@algellar
Copy link
Author

Thanks for the issue, I think the linker error was due to compiling against an out-of-date version of fplll. We require certain features, specifically doing single-threaded BKZ, that only appeared in recent versions. I'll leave this issue open for now in case others get an undefined reference error to fplll::set_external_enumerator and update the CMake scripts to give a clear error message if the wrong version of fplll is found.

Thank you so much for your response! Later, I found out that the reason for the error was because I was compiling with the terminal enabled in juypterlab, but using the terminal in ubuntu to compile successfully.

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