On Thu, Nov 08, 2012 at 07:08:04PM +0530, Aravinda Prasad wrote: [..] > diff --git a/Makefile b/Makefile > index d5fc09e..3ac8e63 100644 > --- a/Makefile > +++ b/Makefile > @@ -55,6 +55,13 @@ LIBS := -llzo2 $(LIBS) > CFLAGS += -DUSELZO > endif > > +ifeq ($(EPPIC), on) > +LIBS := -leppic -ltinfo $(LIBS) So you also pull in libarary "tinfo". Does that 1MB number include this too? What's the total size bloat for makedumpfile once we compile with EPPIC on. Thanks Vivek