From: jlouwere AT galaxy DOT csc DOT calpoly DOT edu (Jan Louwerens) Newsgroups: comp.os.msdos.djgpp Subject: Re: Dumb Question! Date: 24 Jan 1997 22:23:33 GMT Organization: Cal Poly Computer Science Dept. Lines: 16 Message-ID: <5cbcp5$j14@waldorf.csc.calpoly.edu> References: <32E837BC DOT 39DD AT usa DOT net> NNTP-Posting-Host: galaxy.csc.calpoly.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Master of Zoul (stdesigns AT usa DOT net) wrote: : If a program, or source code was designed for DJGPP, then installing it : into the DJGPP root direc would not mess up any other programs, or : configuration, would it? : I unzip them all into the djgpp root direc, and some of my programs, and : configurations are not set correctly... Did you use the '-d' option of pkunzip? (ie: pkunzip -d *.zip). This should create the proper directory structure for you. Most files create their own directory and put the necessary files in there and maybe a file or to into the /bin directory of your DJGPP installation directory. JL