Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3E2C802D.645726C9@veritas.com> Date: Mon, 20 Jan 2003 15:03:09 -0800 From: Bruce Korb Reply-To: bkorb AT veritas DOT com X-Accept-Language: en MIME-Version: 1.0 To: Charles Wilson CC: Bruce Korb , Earnie Boyd , automake-patches AT gnu DOT org, libtool-patches AT gnu DOT org, mingw-users AT lists DOT sourceforge DOT net, libtool AT gnu DOT org, Alexandre Duret-Lutz , cygwin AT cygwin DOT com Subject: Re: [Mingw-users] Re: Solving the "relink exe's" libtool problem[take3] References: <3E19C657 DOT 1040904 AT ece DOT gatech DOT edu> <2003-01-09-17-11-09+16471+duret_g AT lrde DOT epita DOT fr> <3E1DE146 DOT 8030901 AT ece DOT gatech DOT edu> <2003-01-09-23-01-51+2104+duret_g AT lrde DOT epita DOT fr> <3E20BF9A DOT 4080400 AT ece DOT gatech DOT edu> <2003-01-13-00-19-29+30521+duret_g AT lrde DOT epita DOT fr> <3E224479 DOT 8030604 AT ece DOT gatech DOT edu> <3E227106 DOT 5000706 AT ece DOT gatech DOT edu> <3E2C4478 DOT 3040507 AT yahoo DOT com> <3E2C4E93 DOT 144C5B40 AT gnu DOT org> <3E2C7C08 DOT 5030005 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Charles Wilson wrote: > > Bruce Korb wrote: > > Earnie Boyd wrote: > > > >>This patch passes my test. What do we need to do to get this accepted > >>into libtool cvs HEAD? > > > > > >>>+ newargz[0] = xstrdup("/bin/sh"); > >> > > > > This may not be the shell and there is no point allocating it. > > It is fine to use it from static memory. > > Okay, the second comment (use static string, not allocated memory) is I wouldn't have mentioned the static string by itself ;-) > easy enough. But what's the best way to use "the shell"? Do a unquoted > replacement (<