Skip to content
Snippets Groups Projects
Commit bb8653fe authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Added -lm for linking

parent 8e8cdbc9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ PROJNAME = misc_c
USRINCFLAGS = -I${INC_PROB}
USRLDFLAGS = -L${LIB_PROB}
LIBS = -lss_8UI -lprob
LIBS = -lss_8UI -lprob -lm
XFILES = freqtest gifmerge hist2prob morph_kernel ptoz runavw sphere tmpnam ztop
......@@ -30,7 +30,7 @@ ztop: ztop.cc
$(CXX) $(CFLAGS) -o ztop ztop.cc $(LDFLAGS) -lprob -lm
runavw: runavw.c
$(CC) $(CFLAGS) -o runavw runavw.c $(LDFLAGS) -lss_8UI
$(CC) $(CFLAGS) -o runavw runavw.c $(LDFLAGS) -lss_8UI -lm
sphere: sphere.c
$(CC) $(CFLAGS) -o sphere sphere.c $(LDFLAGS) -lss_8UI -lm
......
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