-
Notifications
You must be signed in to change notification settings - Fork 54
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
Problem with compiling #10
Comments
this generally happens when your older links of functions and types are there in the old .so file, better delete old .so files and recompile |
Thanks or your reply. What .so file do you mean? There are so many of them in /lib or /usr/lib. |
Still can't figure out what the problem is. I hope you can make it clear. |
To begin with...
|
OK. |
Still no opinion? I truly need to test our solver. |
I encountered an error while installing, does anyone have a solution for this issue? In file included from main.cpp:9:0: |
Dear Zhang, |
Hi Zhang
What is this error mentioning?
cellenumerator.cpp:(.text+0x369): undefined reference to `Foam::meshSearch::findNearestCell(Foam::Vector const&, int, bool) const'
collect2: error: ld returned 1 exit status
Makefile:49: recipe for target 'sdfibm' failed
make: *** [sdfibm] Error 1
It's my error after I installed OF6. Then through your three commands, it shows the error.
The text was updated successfully, but these errors were encountered: