Skip to content
Snippets Groups Projects
Commit eefe0c63 authored by JanThorbecke's avatar JanThorbecke
Browse files

problem solving

parent b5a97f3c
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,17 @@ Other make commands which can be useful: ...@@ -180,6 +180,17 @@ Other make commands which can be useful:
make clean : removes all object files, but leaves libraries and executables make clean : removes all object files, but leaves libraries and executables
make realclean: removes also object files, libraries and executables. make realclean: removes also object files, libraries and executables.
COMPILATION PROBLEMS
--------------------
If you encounter missing trigometric / mathematical functions during compilation, for example;
defineSource.c:(.text+0x2356): undefined reference to sin getParameters.o: In function getParameters:
add '-lm -lc' around line 109 in Make_include:
LIBS= -L$L -lgenfft $(BLAS) -lm -lc
UPDATES AND LATEST VERSION UPDATES AND LATEST VERSION
-------------------------- --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment