Re: How do you install utility built using gnu toolchain?

2011-05-13 Thread Karl Vogel
On 13/05/2011 05:29, Dale Scott wrote: D It's pretty general question, but is it typically standard procedure for D a utility building using the GNU tool chain to be able to install itself D into /usr/local/bin? On Fri, 13 May 2011 06:39:30 +0100, Matthew Seaman

How do you install utility built using gnu toolchain?

2011-05-12 Thread Dale Scott
It's pretty general question, but is it typically standard procedure for a utility building using the GNU tool chain to be able to install itself into /usr/local/bin? E.g. # gmake install ?? Is there anything a newb can check for without having to fully understand the complete build procedure

Re: How do you install utility built using gnu toolchain?

2011-05-12 Thread Matthew Seaman
On 13/05/2011 05:29, Dale Scott wrote: It's pretty general question, but is it typically standard procedure for a utility building using the GNU tool chain to be able to install itself into /usr/local/bin? E.g. # gmake install ?? Is there anything a newb can check for without having to fully