From d4bed3b3d5ed412a997fa176589a4816c4bdd1ce Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 22 Oct 2004 21:24:09 +0000 Subject: [PATCH] must use -lm (only spotted when not -O2...) --- layout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/Makefile b/layout/Makefile index d354748..3e4754c 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -29,7 +29,7 @@ lpages: $(LPAGES) o=>$@.new && mv -f $@.new $@ subseg2display: subseg2display.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LIBS) -lnetpbm -lpub + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LIBS) -lnetpbm -lpub -lm %.d4: %.m4 $(M4INCS) Makefile m4 -s <$< $o -- 2.30.2