-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
undefined reference #1120
Comments
Can you show me your openblas lib dir?
|
The problem in your case is caused by gfortran.so, which we did not link to Paddle. |
@xuziye0327 Did you build openblas from source by yourself? |
@xuziye0327 |
|
|
yes i build openblas by myself |
I can not find gfortran.so in my system. |
You have two methods to fix the problem: Method 1: You can directly download the release libraries of OpenBLAS or MKL. DO NOT BUILD IT BY YOURSELF. Method 2: If you still want to build it from source, please make sure you have gfortran compiler in your system, which is located in gcc48/bin/gfortran. If you have it, then
|
Thanks!
When i used
This is my g++ version:
|
Are you also build python from source ??? |
You can follow the install docs: https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/build_and_install/build_from_source_en.md#install-dependencies |
The text was updated successfully, but these errors were encountered: