Message-ID: From: "Law, Doug" To: "'djgpp-list'" Subject: Problems making DZCOM072 Date: Wed, 29 Mar 2000 08:41:15 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com > Hi, > > I've been following the newsgroup for a while and this is the first bit of > confusion I have encountered. I downloaded the dzcom072.zip from Simtel > and, following the instructions, unpacked it under the \djgpp directory. > Still following the instructions, I did "make -f makefile.dz" and got the > output that follows. This was done on a 133mhz PII machine in a dos box > under WinNT rev 4. and before you ask, yes I did use a 16-bit (8+3) unzip > program. > > anybody got any ideas? > > Thanks > > Doug > > ++++++++++++ make output ++++++++++++++++++ > > C:\djgpp\ALLEGRO>make -f makefile.dz > c:/djgpp/bin/make.exe lib > make.exe[1]: Entering directory `c:/djgpp/allegro' > make.exe[1]: Nothing to be done for `lib'. > make.exe[1]: Leaving directory `c:/djgpp/allegro' > gcc -I. -Isrc -Isrc/djgpp -Wall -Werror -m386 -O3 -ffast-math > -fomit-frame-point > er -c src/dzqueue.c -o src/dzqueue.o > ar rc lib/djgpp/liballeg.a src/dzqueue.o src/djgpp/dzcomm.o > c:/djgpp/bin/make.exe install ; copy /Y src\djgpp\dzcomm.h > c:\djgpp\include\dzco > mm.h > make.exe[1]: Entering directory `c:/djgpp/allegro' > copy lib\djgpp\liballeg.a c:\djgpp\lib\liballeg.a > 1 file(s) copied > make.exe[1]: Leaving directory `c:/djgpp/allegro' > Invalid switch - /Y > cd dzcomm\term ; c:/djgpp/bin/make.exe ; cd ..\.. > make.exe[1]: Entering directory `c:/djgpp/allegro/dzcomm/term' > gcc -Wall -g -O2 -c term.c > term.c:8: dzcomm.h: No such file or directory (ENOENT) > make.exe[1]: *** [term.o] Error 1 > make.exe[1]: Leaving directory `c:/djgpp/allegro/dzcomm/term' > make.exe: *** [dz_demo] Error 2 > > ++++++++++++++ end make output ++++++++++++++++++++ > > + + + + + + + + + + + + + + + + + + + + + + > "What a strange sensation. > ....like remembering tomorrow." > David Brin > + + + + + + + + + + + + + + + + + + + + + + >