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

Linker error during compilation of libisl.so #9

Open
D337z opened this issue Jun 5, 2023 · 0 comments
Open

Linker error during compilation of libisl.so #9

D337z opened this issue Jun 5, 2023 · 0 comments

Comments

@D337z
Copy link

D337z commented Jun 5, 2023

The linker cannot find libisl.so in the ./.libs/ directory. When searching the directory, libisl.so and libisl.so.23 is shown to be compressed files. However, the linker cannot locate them. I have tried with both gold and bfd linkers and neither can locate it. This issue occurs with both imath and gmp libraries used, so I know that it doesn't involve them. Here is the output of the error:

/usr/bin/ld.bfd: cannot find ./.libs/libisl.so: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1794: isl_polyhedron_sample] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/{Redacted}/Downloads/isl'
make[1]: *** [Makefile:2133: all-recursive] Error 1
make[1]: Leaving directory '/home/{Redacted}/Downloads/isl'
make: *** [Makefile:1620: all] Error 2

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