public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* config.guess and config.sub older than new Cygwin64
@ 2013-09-04 21:43 Earnie Boyd
  2013-09-04 22:14 ` Charles Wilson
  0 siblings, 1 reply; 11+ messages in thread
From: Earnie Boyd @ 2013-09-04 21:43 UTC (permalink / raw)
  To: Andrey Repin

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.

Twice now I've seen on config-patches a report submitted because of this.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-04 21:43 config.guess and config.sub older than new Cygwin64 Earnie Boyd
@ 2013-09-04 22:14 ` Charles Wilson
  2013-09-04 22:44   ` Yaakov (Cygwin/X)
                     ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Charles Wilson @ 2013-09-04 22:14 UTC (permalink / raw)
  To: The Cygwin Mailing List

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.
>
> Twice now I've seen on config-patches a report submitted because of this.
>

The versions installed into /usr/share/automake-X.Y/ have all been 
modified to be the latest upstream as of mid-July -- for all X.Y from 
1.4 to 1.14.

Also, cygport itself ships with an identical copy, and modifying your 
script to call 'gnuconfigize' during src_compile() will update them as well.

--
Chuck



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-04 22:14 ` Charles Wilson
@ 2013-09-04 22:44   ` Yaakov (Cygwin/X)
  2013-09-05  1:21     ` Robert McBroom
  2013-09-05  1:05   ` Robert McBroom
  2013-09-05 12:08   ` Earnie Boyd
  2 siblings, 1 reply; 11+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-09-04 22:44 UTC (permalink / raw)
  To: cygwin

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/ because it won't guess your system
>> correctly.
>
> The versions installed into /usr/share/automake-X.Y/ have all been
> modified to be the latest upstream as of mid-July -- for all X.Y from
> 1.4 to 1.14.
>
> Also, cygport itself ships with an identical copy, and modifying your
> script to call 'gnuconfigize' during src_compile() will update them as
> well.

Please note that cygautoreconf() and the other *_autoreconf() functions 
already handle this automatically where applicable.


Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-04 22:14 ` Charles Wilson
  2013-09-04 22:44   ` Yaakov (Cygwin/X)
@ 2013-09-05  1:05   ` Robert McBroom
  2013-09-05  6:34     ` Achim Gratz
  2013-09-05 12:08   ` Earnie Boyd
  2 siblings, 1 reply; 11+ messages in thread
From: Robert McBroom @ 2013-09-05  1:05 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

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/ because it won't guess your system
>> correctly.
>>
>> Twice now I've seen on config-patches a report submitted because of 
>> this.
>>
>
> The versions installed into /usr/share/automake-X.Y/ have all been 
> modified to be the latest upstream as of mid-July -- for all X.Y from 
> 1.4 to 1.14.
>
> Also, cygport itself ships with an identical copy, and modifying your 
> script to call 'gnuconfigize' during src_compile() will update them as 
> well.
>
> -- 
> Chuck
Incomplete command.  Tried
...
src_compile() {
     lndirs
     cd ${S}
     ${S}/.prebuild

     cd ${B}
     export rxvt_cv_struct_utmpx=no
     export DLIB=${B}/W11/wrap/rxvt_res.o
     gnuconfigsize
     cygconf \
...

Robert@Dell-Studio ~
$ cygport /usr/local/src/rxvt-20050409-21.cygport prep|tee 
~/rxvtcygportprep.log
---output attached

Robert@Dell-Studio ~
$ cygport /usr/local/src/rxvt-20050409-21.cygport compile|tee 
~/rxvtcygportcompile
 >>> Compiling rxvt-20050409-21
autoheader --include=autoconf autoconf/configure.in
autoconf --include=autoconf autoconf/configure.in > configure
/usr/local/src/rxvt-20050409-21.cygport: line 39: gnuconfigsize: command 
not found

Robert McBroom

[-- Attachment #2: rxvtcygportprep.log --]
[-- Type: text/plain, Size: 5045 bytes --]

^[[1;39m>>> Preparing rxvt-20050409-21^[[0;0m
>>> Unpacking source rxvt-20050409.tar.bz2
>>> Unpacking source rxvt-import-xpm.patch.bz2
>>> Unpacking source rxvt-extra-icons.tar.bz2
^[[1;32m*** Info:^[[0;0m applying patch rxvt-import-xpm.patch:
patching file rxvt/xpm/00README.rxvt
patching file rxvt/xpm/CHANGES
patching file rxvt/xpm/COPYRIGHT
patching file rxvt/xpm/FAQ.html
patching file rxvt/xpm/FILES
patching file rxvt/xpm/Imakefile
patching file rxvt/xpm/Makefile.cygwin
patching file rxvt/xpm/Makefile.noX
patching file rxvt/xpm/README.AMIGA
patching file rxvt/xpm/README.MSW
patching file rxvt/xpm/README.XFree86
patching file rxvt/xpm/README.html
patching file rxvt/xpm/cxpm/Imakefile
patching file rxvt/xpm/cxpm/Makefile.cygwin
patching file rxvt/xpm/cxpm/Makefile.noX
patching file rxvt/xpm/cxpm/cxpm.c
patching file rxvt/xpm/cxpm/cxpm.man
patching file rxvt/xpm/lib/Attrib.c
patching file rxvt/xpm/lib/CrBufFrI.c
patching file rxvt/xpm/lib/CrBufFrP.c
patching file rxvt/xpm/lib/CrDatFrI.c
patching file rxvt/xpm/lib/CrDatFrP.c
patching file rxvt/xpm/lib/CrIFrBuf.c
patching file rxvt/xpm/lib/CrIFrDat.c
patching file rxvt/xpm/lib/CrIFrP.c
patching file rxvt/xpm/lib/CrPFrBuf.c
patching file rxvt/xpm/lib/CrPFrDat.c
patching file rxvt/xpm/lib/CrPFrI.c
patching file rxvt/xpm/lib/Image.c
patching file rxvt/xpm/lib/Imakefile
patching file rxvt/xpm/lib/Info.c
patching file rxvt/xpm/lib/Makefile.AmigaGCC
patching file rxvt/xpm/lib/Makefile.cygwin
patching file rxvt/xpm/lib/Makefile.noX
patching file rxvt/xpm/lib/RdFToBuf.c
patching file rxvt/xpm/lib/RdFToDat.c
patching file rxvt/xpm/lib/RdFToI.c
patching file rxvt/xpm/lib/RdFToP.c
patching file rxvt/xpm/lib/Smakefile
patching file rxvt/xpm/lib/WrFFrBuf.c
patching file rxvt/xpm/lib/WrFFrDat.c
patching file rxvt/xpm/lib/WrFFrI.c
patching file rxvt/xpm/lib/WrFFrP.c
patching file rxvt/xpm/lib/Xpm-def.cpp
patching file rxvt/xpm/lib/XpmI.h
patching file rxvt/xpm/lib/amigax.c
patching file rxvt/xpm/lib/amigax.h
patching file rxvt/xpm/lib/create.c
patching file rxvt/xpm/lib/data.c
patching file rxvt/xpm/lib/descrip.mms
patching file rxvt/xpm/lib/hashtab.c
patching file rxvt/xpm/lib/libXpm-X.def
patching file rxvt/xpm/lib/libXpm-noX.def
patching file rxvt/xpm/lib/make.com
patching file rxvt/xpm/lib/misc.c
patching file rxvt/xpm/lib/parse.c
patching file rxvt/xpm/lib/rgb.c
patching file rxvt/xpm/lib/rgbtab.h
patching file rxvt/xpm/lib/scan.c
patching file rxvt/xpm/lib/simx.c
patching file rxvt/xpm/lib/simx.h
patching file rxvt/xpm/lib/xpm.h
patching file rxvt/xpm/namecvt
patching file rxvt/xpm/sxpm/Imakefile
patching file rxvt/xpm/sxpm/Makefile.cygwin
patching file rxvt/xpm/sxpm/Makefile.noX
patching file rxvt/xpm/sxpm/plaid.xpm
patching file rxvt/xpm/sxpm/plaid_ext.xpm
patching file rxvt/xpm/sxpm/plaid_mask.xpm
patching file rxvt/xpm/sxpm/sxpm.c
patching file rxvt/xpm/sxpm/sxpm.man
^[[1;32m*** Info:^[[0;0m applying patch rxvt-mr01-swap-buttons-option.patch:
patching file src/command.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/xdefaults.c
^[[1;32m*** Info:^[[0;0m applying patch rxvt-mr02-cd-option.patch:
patching file src/init.c
patching file src/main.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/xdefaults.c
patching file autoconf/configure.in
^[[1;32m*** Info:^[[0;0m applying patch 07decrease_wm_race_likeliness:
patching file src/init.c
>>> Preparing working source directory
^[[1;32m*** Info:^[[0;0m applying patch rxvt-20050409-21.cygwin.patch:
patching file CYGWIN-PATCHES/Rxvt.Xdefaults
patching file CYGWIN-PATCHES/rxvt-dark-stripes.xpm
patching file CYGWIN-PATCHES/rxvt-light-stripes.xpm
patching file CYGWIN-PATCHES/rxvt.1
patching file CYGWIN-PATCHES/rxvt.README
patching file CYGWIN-PATCHES/rxvt.manifest
patching file CYGWIN-PATCHES/rxvt.postinstall
patching file CYGWIN-PATCHES/rxvt.preremove
patching file CYGWIN-PATCHES/setup.hint
^[[1;32m*** Info:^[[0;0m applying patch rxvt-20050409-21.src.patch:
patching file .prebuild
patching file Makefile.in
patching file Makefile.xpm
patching file W11/Makefile.in
patching file W11/Makefile.xpm
patching file W11/w32/Makefile
patching file W11/w32/dllmain.c
patching file W11/w32/dllmain.h
patching file W11/w32/event.c
patching file W11/w32/ntdef.h
patching file W11/w32/ntutil.c
patching file W11/w32/xlib.c
patching file W11/wrap/Makefile
patching file W11/wrap/rxvt.rc
patching file W11/wrap/rxvt.rc.in
patching file W11/wrap/wrap.c
patching file W11/wrap/wrap.h
patching file autoconf/Make.common.in
patching file autoconf/aclocal.m4
patching file autoconf/configure.in
patching file autoconf/xpm.m4
patching file doc/Makefile.in
patching file doc/changes.txt
patching file src/Makefile.in
patching file src/feature.h
patching file src/init.c
patching file src/init.h
patching file src/logging.c
patching file src/logging.h
patching file src/main.c
patching file src/ptytty.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/screen.c
patching file src/scrollbar.c
patching file src/version.h
patching file src/xdefaults.c

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-04 22:44   ` Yaakov (Cygwin/X)
@ 2013-09-05  1:21     ` Robert McBroom
  0 siblings, 0 replies; 11+ messages in thread
From: Robert McBroom @ 2013-09-05  1:21 UTC (permalink / raw)
  To: cygwin

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 ones from
>>> ftp://ftp.gnu.org/pub/gnu/config/ because it won't guess your system
>>> correctly.
>>
>> The versions installed into /usr/share/automake-X.Y/ have all been
>> modified to be the latest upstream as of mid-July -- for all X.Y from
>> 1.4 to 1.14.
>>
>> Also, cygport itself ships with an identical copy, and modifying your
>> script to call 'gnuconfigize' during src_compile() will update them as
>> well.
>
> Please note that cygautoreconf() and the other *_autoreconf() 
> functions already handle this automatically where applicable.
>
>
> Yaakov
>
Context to invoke these processes?

Robert McBroom


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-05  1:05   ` Robert McBroom
@ 2013-09-05  6:34     ` Achim Gratz
  0 siblings, 0 replies; 11+ messages in thread
From: Achim Gratz @ 2013-09-05  6:34 UTC (permalink / raw)
  To: cygwin

Robert McBroom <mcforum <at> 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 != gnuconfigsize


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-04 22:14 ` Charles Wilson
  2013-09-04 22:44   ` Yaakov (Cygwin/X)
  2013-09-05  1:05   ` Robert McBroom
@ 2013-09-05 12:08   ` Earnie Boyd
  2013-09-05 12:24     ` Ryan Johnson
  2013-09-09 22:43     ` Yaakov (Cygwin/X)
  2 siblings, 2 replies; 11+ messages in thread
From: Earnie Boyd @ 2013-09-05 12:08 UTC (permalink / raw)
  To: cygwin

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.gnu.org/pub/gnu/config/ because it won't guess your system
>> correctly.
>>
>> Twice now I've seen on config-patches a report submitted because of this.
>>
>
> The versions installed into /usr/share/automake-X.Y/ have all been modified
> to be the latest upstream as of mid-July -- for all X.Y from 1.4 to 1.14.
>
> Also, cygport itself ships with an identical copy, and modifying your script
> to call 'gnuconfigize' during src_compile() will update them as well.

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.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-05 12:08   ` Earnie Boyd
@ 2013-09-05 12:24     ` Ryan Johnson
  2013-09-05 12:34       ` Earnie Boyd
  2013-09-05 13:43       ` Robert McBroom
  2013-09-09 22:43     ` Yaakov (Cygwin/X)
  1 sibling, 2 replies; 11+ messages in thread
From: Ryan Johnson @ 2013-09-05 12:24 UTC (permalink / raw)
  To: cygwin

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 with newer ones from
>>> ftp://ftp.gnu.org/pub/gnu/config/ because it won't guess your system
>>> correctly.
>>>
>>> Twice now I've seen on config-patches a report submitted because of this.
>>>
>> The versions installed into /usr/share/automake-X.Y/ have all been modified
>> to be the latest upstream as of mid-July -- for all X.Y from 1.4 to 1.14.
>>
>> Also, cygport itself ships with an identical copy, and modifying your script
>> to call 'gnuconfigize' during src_compile() will update them as well.
> 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.
I would think that cygwin64 is the least of your worries if you're using 
an 11 year-old config.guess...

$0.02
Ryan


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-05 12:24     ` Ryan Johnson
@ 2013-09-05 12:34       ` Earnie Boyd
  2013-09-05 13:43       ` Robert McBroom
  1 sibling, 0 replies; 11+ messages in thread
From: Earnie Boyd @ 2013-09-05 12:34 UTC (permalink / raw)
  To: cygwin

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 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.
>>>>
>>>> Twice now I've seen on config-patches a report submitted because of
>>>> this.
>>>>
>>> The versions installed into /usr/share/automake-X.Y/ have all been
>>> modified
>>> to be the latest upstream as of mid-July -- for all X.Y from 1.4 to 1.14.
>>>
>>> Also, cygport itself ships with an identical copy, and modifying your
>>> script
>>> to call 'gnuconfigize' during src_compile() will update them as well.
>>
>> 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.
>
> I would think that cygwin64 is the least of your worries if you're using an
> 11 year-old config.guess...

Yes, especially since the output of config.guess suggests using a new
version giving the ftp URI to use and the user blindly copies and
pastes that output to email without first trying to use a more current
version.  It is the mindset of ISJWWP.

ISJWWP - It should just work without problems

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-05 12:24     ` Ryan Johnson
  2013-09-05 12:34       ` Earnie Boyd
@ 2013-09-05 13:43       ` Robert McBroom
  1 sibling, 0 replies; 11+ messages in thread
From: Robert McBroom @ 2013-09-05 13:43 UTC (permalink / raw)
  To: cygwin

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 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.
>>>>
>>>> Twice now I've seen on config-patches a report submitted because of 
>>>> this.
>>>>
>>> The versions installed into /usr/share/automake-X.Y/ have all been 
>>> modified
>>> to be the latest upstream as of mid-July -- for all X.Y from 1.4 to 
>>> 1.14.
>>>
>>> Also, cygport itself ships with an identical copy, and modifying 
>>> your script
>>> to call 'gnuconfigize' during src_compile() will update them as well.
>> 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.
> I would think that cygwin64 is the least of your worries if you're 
> using an 11 year-old config.guess...
>
> $0.02
> Ryan
>
That is what you get if you pull a source tar ball off the source tree.  
Sometimes there is a clue on  a next step along a path to accomplish an 
update and sometimes not.

Robert McBroom


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: config.guess and config.sub older than new Cygwin64
  2013-09-05 12:08   ` Earnie Boyd
  2013-09-05 12:24     ` Ryan Johnson
@ 2013-09-09 22:43     ` Yaakov (Cygwin/X)
  1 sibling, 0 replies; 11+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-09-09 22:43 UTC (permalink / raw)
  To: cygwin

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 running autoreconf; not only will that 
fix gnuconfig, but it will also pull in the latest libtool (when 
applicable), which is also necessary for x86_64-cygwin.


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-09-09 19:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-04 21:43 config.guess and config.sub older than new Cygwin64 Earnie Boyd
2013-09-04 22:14 ` Charles Wilson
2013-09-04 22:44   ` Yaakov (Cygwin/X)
2013-09-05  1:21     ` Robert McBroom
2013-09-05  1:05   ` Robert McBroom
2013-09-05  6:34     ` Achim Gratz
2013-09-05 12:08   ` Earnie Boyd
2013-09-05 12:24     ` Ryan Johnson
2013-09-05 12:34       ` Earnie Boyd
2013-09-05 13:43       ` Robert McBroom
2013-09-09 22:43     ` Yaakov (Cygwin/X)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).