Re: Running two "Makes"

2001-01-31 Thread Vivek Khera
> "EJD" == Evan James Dembskey <[EMAIL PROTECTED]> writes: EJD> is it possible to install Gnu make onto teh Dec in a way that it does not EJD> interfere at all with the rest of the system? If so, how do I do it? When you install gnu make, call it "gmake". Then run "gmake" when you need it.

Re: Running two "Makes"

2001-01-31 Thread Paul D. Smith
%% "Evan James Dembskey" <[EMAIL PROTECTED]> writes: ejd> I believe that MySQL needs to be compiled with GNU make. I have ejd> to install MySQL on a Dec Alpha running Digital UNIX V4.0D ejd> (Rev. 878). There are a number of apps running on the Dec that ejd> require the native make to wor

Re: Running two "Makes"

2001-01-30 Thread Ashley M. Kirchner
Evan James Dembskey wrote: > So - > is it possible to install Gnu make onto teh Dec in a way that it does not > interfere at all with the rest of the system? If so, how do I do it? By default, GNU installs under /usr/local which means, theoretically you can install GNU make on the system wit

Running two "Makes"

2001-01-30 Thread Evan James Dembskey
Hi, I believe that MySQL needs to be compiled with GNU make. I have to install MySQL on a Dec Alpha running Digital UNIX V4.0D (Rev. 878). There are a number of apps running on the Dec that require the native make to work. So - is it possible to install Gnu make onto teh Dec in a way that it do