From: "Daniel Gouthro" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP executable compressor Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <4VRR3.1312$dN2.132529@news1.rdc1.on.wave.home.com> Date: Thu, 28 Oct 1999 06:18:40 GMT NNTP-Posting-Host: 24.112.94.164 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.on.wave.home.com 941091520 24.112.94.164 (Wed, 27 Oct 1999 23:18:40 PDT) NNTP-Posting-Date: Wed, 27 Oct 1999 23:18:40 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I got DJGPP V2.02, Allegro and Zlib and the everything worked fine. I had Watcom C++ V11.0b and Causeway extender and it also worked fine. Watcom C++ V11.0b and Causeway are not longer supported by Sybase because DJGPP is now superior to Watcom C++ V11.0b. Zlib's make install failed because MS-DOS copy requires \ rather than /. I modified DJGPP.ENV and add DANDJGPP (secondary path) which are same as DJGPP but with different path operator which allow MS-DOS copy function to work. Zlib's make install worked fine after I modified DJGPP.ENV file. Only one minor problem, I can't compress DJGPP programs I build because there is no DPJ.EXE or UPX.EXE in my DJGPP/BIN folder. make compress for Allegro and Zlib WILL fail because no DPJ or UPX program exists in my DJGPP internal folder and I found both programs are missing! How can I get DPJ or UPX programs to compress my DJGPP executable? -- From, Daniel Carl Gouthro