From: garbanzo@hooked.net (Alex)
Subject: Re: install suggestion (Re: groff/man)
18 Nov 1997 19:10:58 -0800
Message-ID: <Pine.BSF.3.96.971118162835.19129A-100000.cygnus.gnu-win32@zippy.dyn.ml.org>
References: <199711180735.SAA12539@mali.cd.comdyn.com.au>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: raf <raf@comdyn.com.au>
Cc: gnu-win32@cygnus.com



On Tue, 18 Nov 1997, raf wrote:

> >I did compile man / groff from Linux sources without problems.
> 
> >I just edited the MakeFiles a bit ( mostly to change the /usr/bin and 
> >other 'standard unix directories' ) to fit my cygnus configuration.
> 
> >I also changed the name of the executables adding a ".EXE" so that 
> >"make install" could work.
> 
> which reminds me - why doesn't install cope with arguments without .exe?
> are there any reasons why it shouldn't be masde to do so?

Yeah.  I was wondering that too.  Upon examination there are two install
programs.  Install.exe and install-sh.  Install.exe is some binary program
with no apparent source, install-sh is ansh script, that _does_ check for
..exe, however most programs (in fact all..) that I've seen check for
install and not install-sh.  Rename install.exe to install.ex_ or delete
it, and rename install-sh to install.  This should solve everything.

> changing install commands in makefiles would surely be a good thing to avoid.

- alex

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
