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

Compiling and executing problem #10

Closed
JaimeAlvarez18 opened this issue Apr 26, 2022 · 3 comments
Closed

Compiling and executing problem #10

JaimeAlvarez18 opened this issue Apr 26, 2022 · 3 comments

Comments

@JaimeAlvarez18
Copy link

-Hello! I have compiled with cmake the project, but at the time I try to run it, I get this message:

make[2]: *** No hay ninguna regla para construir el objetivo 'thirdparty/lib/liblapack.so', necesario para 'lib/libfastestlapc.so/. Alto.
make[1]: *** [CMakeFiles/Makefile2:273: src/main/c/CMakeFiles/fastestlapc.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

Any idea how to solve it?

@juanmanzanero
Copy link
Owner

Hello Jaime,

Can you please specify what Linux version are you using and which compilers?

Also, can you copy here the CMakeCache.txt file?

@JaimeAlvarez18
Copy link
Author

I'm using Ubuntu 9.4.0-1ubuntu120.04.1 (it's a virtual machine).
python 3.8.10
When I try to know the gcc and g++ compilers it says and with fortran as well :
g++ (Ubuntu 9.4.0-1ubuntu1
20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Here is the CMakeCache.txt:
CMakeCache.txt

@juanmanzanero
Copy link
Owner

juanmanzanero commented Apr 28, 2022

Can you try to install the latest compilers via "sudo apt-get install gcc" ? Maybe do "sudo apt-get update" first also

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