From 1cd2ed068468318929e6854fa04a0aa0806895b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 9 Feb 2011 17:00:16 +0000 Subject: explicitely link against libc svn path=/trunk/externals/iemlib/; revision=14886 --- Make.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.include b/Make.include index 622a6f1..1dbbd7e 100644 --- a/Make.include +++ b/Make.include @@ -9,7 +9,7 @@ EXT = pd_linux STRIP = strip PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS) -PD_LIB = -lm $(LIB) +PD_LIB = -lm -lc $(LIB) #select either the DBG and OPT compiler flags below: -- cgit v1.2.1