Hi Rags, Thank you. This is what I want to do. I will take a look at the Makefile for dev86 to see how to specify the install directory. I assume I will have to do one or more of these things: a. edit the Makefile, b. set an environment variable, c. or pass an argument to the make command Is that correct? Regards, Phil On Thu, 2003-07-31 at 04:56, Raghavan wrote: > Phil, > > I got the dev86 sources (dev86-0.16.1 ), built it and installed it in my > Home directory as a part of making ELKS 1.1 > > I installed it in ~/ELKS/my_install directory. I had to mention that this > was where I wanted to install in my Makefile ( or one of its related config > file ) while building the dev86. > The, I did a 'make install'. > > After that , I tweaked PATH as follows to make it see my bcc before the > system'c bcc which was there in /usr/bin or /usr/local/bin.. > > PATH=$HOME/ELKS/my_install/bin:$PATH > > After that I built ELKS , It just worked fine. No Issues at all. > > bye, > rags >