From: "Kalum Somaratna" To: djgpp AT delorie DOT com Date: Thu, 28 Oct 1999 14:27:52 +0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: DJGPP executable compressor Cc: In-reply-to: <4VRR3.1312$dN2.132529@news1.rdc1.on.wave.home.com> X-mailer: Pegasus Mail for Win32 (v3.12) Message-Id: <19991028082825.9E6D6639F2@zagnut.hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 Oct 99, at 6:18, Daniel Gouthro wrote: > 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? > Hello Daniel, These programs are not part of the DJGPP distribution. You have to go and download the files. One available compressing program is called DJP.EXE (not DPJ.EXE) and you can get it at . However the program called UPX is quite superior in compression as well as that it can compress many different types of EXE's(DJGPPV2,Windows,DOS,WATCOM etc...). So IMHO UPX is the best and you can get it from . Hope This Helps! Kalum Somaratna.