From: hackbard Date: Fri, 10 Oct 2003 09:13:36 +0000 (+0000) Subject: added -lm to Makefile generation, though this is not needed as of optimization! %) X-Git-Tag: fpb~7 X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=b8d06eea41c71c9c5eac12936911fe4eb2a62361 added -lm to Makefile generation, though this is not needed as of optimization! %) --- diff --git a/configure b/configure index 6155704..3c5f599 100755 --- a/configure +++ b/configure @@ -86,7 +86,7 @@ else cat >> Makefile << EOF CFLAGS = -DDEBUG -DNODFB -O3 -Wall -LIBS = +LIBS = -lm OBJS = random.o EOF