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

When trying to link built library with qmake, i get this. #2

Open
halvors opened this issue Jun 9, 2021 · 1 comment
Open

When trying to link built library with qmake, i get this. #2

halvors opened this issue Jun 9, 2021 · 1 comment

Comments

@halvors
Copy link

halvors commented Jun 9, 2021

When trying to link built library with qmake, i get this.

/libargon2/libargon2.so: undefined reference to `fill_segment_default'

Any idea how to fix this? It is a bug?

@WOnder93
Copy link
Owner

Hm... it seems that the -recursive flag needs to be passed to qmake so that all the subprojects get initialized properly. I just fixed the README instructions with 49cbc23. Note that you also need to specify the ARCH (x86_64 or generic) for the build to work.

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