makefile.lnx

2002-12-01 Thread Eric Halim
Hi, I'm creating my makefie.lnx for my c++ app. I did this: C_FLAGS = -O6 CC = g++ all: football football.xpl football: Football.o moc_Football.o $(CC) -o $@ $+ -L$(QTDIR)/lib -lqt -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ Football.o: Football.cpp Football.h LS.h Splash.h

Re: What is diet?

2002-12-01 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 1 Dec 2002 15:17:37 -0200, Carlos wrote: > When I try to compile CVS kudzu I get the following error: > > diet cc -c -Wall -D_GNU_SOURCE -g -DVERSION=\"0.99.82\" -D__LOADER__ > -o kudzu_loader.do kudzu.c > make: diet: File not found > > >

What is diet?

2002-12-01 Thread Carlos
When I try to compile CVS kudzu I get the following error: diet cc -c -Wall -D_GNU_SOURCE -g -DVERSION=\"0.99.82\" -D__LOADER__ -o kudzu_loader.do kudzu.c make: diet: File not found What is this diet file ? What is it for? Where can I get it? Thanks ___