From eefe0c6331f433c01e9fa3250bb3d4f8de6d57d5 Mon Sep 17 00:00:00 2001 From: JanThorbecke <janth@xs4all.nl> Date: Thu, 25 Jun 2020 13:19:07 +0200 Subject: [PATCH] problem solving --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e31ebf7..28e547d 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,17 @@ Other make commands which can be useful: make clean : removes all object files, but leaves 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 -------------------------- -- GitLab