|
From: David S. <dsa...@te...> - 2019-03-11 22:27:30
|
----- On Mar 11, 2019, at 10:13 AM, Tasik, Robert wrote: > Hello everyone, > ... and tried to execute ./configure. Then i received > that „Can’t find lib. Please check config.log Old gcc compilers and ./configure scripts need -lm added to CFLAGS and CXXFLAGS eg. need (libm) CFLAGS=" ... -lm" CXXFLAGS=" ... -lm" I'm including my TorcsNotes.txt which may have some useful ideas. |