Re: config.guess and config.sub older than new Cygwin64

2013-09-09 Thread Yaakov (Cygwin/X)
On 2013-09-05 07:08, Earnie Boyd wrote: That's fine if the user is using cygport but from the two I've seen on config-patches is that the user is executing a package configure where the package has an 11 year old config.guess and is not using cygport at all. In these cases, please recommend run

Re: config.guess and config.sub older than new Cygwin64

2013-09-05 Thread Robert McBroom
On 9/5/2013 8:24 AM, Ryan Johnson wrote: On 05/09/2013 8:08 AM, Earnie Boyd wrote: On Wed, Sep 4, 2013 at 6:13 PM, Charles Wilson wrote: On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess

Re: config.guess and config.sub older than new Cygwin64

2013-09-05 Thread Earnie Boyd
On Thu, Sep 5, 2013 at 8:24 AM, Ryan Johnson wrote: > On 05/09/2013 8:08 AM, Earnie Boyd wrote: >> >> On Wed, Sep 4, 2013 at 6:13 PM, Charles Wilson wrote: >>> >>> On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to

Re: config.guess and config.sub older than new Cygwin64

2013-09-05 Thread Ryan Johnson
On 05/09/2013 8:08 AM, Earnie Boyd wrote: On Wed, Sep 4, 2013 at 6:13 PM, Charles Wilson wrote: On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess and config.sub files in those packages wit

Re: config.guess and config.sub older than new Cygwin64

2013-09-05 Thread Earnie Boyd
On Wed, Sep 4, 2013 at 6:13 PM, Charles Wilson wrote: > On 9/4/2013 5:43 PM, Earnie Boyd wrote: >> >> Just a note to those of you using Cygwin64 to build packages. You >> will need to most likely replace the config.guess and config.sub files >> in those packages with newer ones from >> ftp://ftp.g

Re: config.guess and config.sub older than new Cygwin64

2013-09-04 Thread Achim Gratz
Robert McBroom bellsouth.net> writes: > > Also, cygport itself ships with an identical copy, and modifying your > > script to call 'gnuconfigize' during src_compile() will update them as > > well. > Incomplete command. Tried You need to read more carefully. > gnuconfigsize gnuconfigize

Re: config.guess and config.sub older than new Cygwin64

2013-09-04 Thread Robert McBroom
On 9/4/2013 6:44 PM, Yaakov (Cygwin/X) wrote: On 2013-09-04 17:13, Charles Wilson wrote: On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess and config.sub files in those packages with newer

Re: config.guess and config.sub older than new Cygwin64

2013-09-04 Thread Robert McBroom
On 9/4/2013 6:13 PM, Charles Wilson wrote: On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess and config.sub files in those packages with newer ones from ftp://ftp.gnu.org/pub/gnu/config/ be

Re: config.guess and config.sub older than new Cygwin64

2013-09-04 Thread Yaakov (Cygwin/X)
On 2013-09-04 17:13, Charles Wilson wrote: On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess and config.sub files in those packages with newer ones from ftp://ftp.gnu.org/pub/gnu/config/ be

Re: config.guess and config.sub older than new Cygwin64

2013-09-04 Thread Charles Wilson
On 9/4/2013 5:43 PM, Earnie Boyd wrote: Just a note to those of you using Cygwin64 to build packages. You will need to most likely replace the config.guess and config.sub files in those packages with newer ones from ftp://ftp.gnu.org/pub/gnu/config/ because it won't guess your system correctly.