Nate, On Mon, 2008-09-29 at 10:22 -0400, Nate Straz wrote: > I turns out most of these options aren't needed to build stress. > > Signed-off-by: Nate Straz <[EMAIL PROTECTED]> > > diff --git a/tools/genload/Makefile b/tools/genload/Makefile > index 5fa80d7..9b06756 100644 > --- a/tools/genload/Makefile > +++ b/tools/genload/Makefile > @@ -1,8 +1,6 @@ > -CFLAGS+= -DPACKAGE=\"stress\" -DVERSION=\"0.17pre11\" -DSTDC_HEADERS=1 \ > - -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -Wall > -D_FILE_OFFSET_BITS=64 \ > - -D_LARGEFILE_SOURCE > +CFLAGS+= -DPACKAGE=\"stress\" -DVERSION=\"0.17pre11\" > > -LDLIBS+= -L../../lib -lltp -lm > +LDLIBS+= -lm > > SRCS=$(wildcard *.c) > TARGETS=$(patsubst %.c,%,$(SRCS))
Builds fine with additions and deletions. Thanks. Regards-- Subrata > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
