public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* pregerenated cinstall/configure broken in cvs
@ 2002-01-29  8:11 Jan Nieuwenhuizen
  2002-01-29 10:38 ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Nieuwenhuizen @ 2002-01-29  8:11 UTC (permalink / raw)
  To: cygwin-apps

Hi,

I've sent a patch a while ago that included a 'fix' for
cinstall/configure.in wrt CFLAGS; but I could not reproduce the error,
so it was removed.

It turns out that the pregenerated configure in cinstall is buggy.
Can someone check in a freshly generated configure?

After a fresh checkout, I get:

    11:32:51 fred@appel:~cinstall$ MINGW32=yes CFLAGS='-mno-cygwin' ./configure
    creating cache ./config.cache
    checking host system type... powerpc-unknown-linux-gnu
    checking target system type... powerpc-unknown-linux-gnu
    checking build system type... powerpc-unknown-linux-gnu
    checking for gcc... gcc
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for g++... g++
    ./configure: CFLAGS: command not found

Running autoconf makes this go away (no patch needed), that's why we
couldn't reproduce it.  Here's a snippet of the pre/post autoconf diff:

    diff -u ../cinstall.orig/configure .
    [..]
    @@ -886,7 +875,7 @@
       test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
     fi

    -CXXFLAGS="$(CFLAGS)"
    +CXXFLAGS='$(CFLAGS)'


     if test "$program_transform_name" = s,x,x,; then

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

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

* Re: pregerenated cinstall/configure broken in cvs
  2002-01-29  8:11 pregerenated cinstall/configure broken in cvs Jan Nieuwenhuizen
@ 2002-01-29 10:38 ` Christopher Faylor
  2002-01-29 12:26   ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Faylor @ 2002-01-29 10:38 UTC (permalink / raw)
  To: cygwin-apps

On Tue, Jan 29, 2002 at 11:46:23AM +0100, Jan Nieuwenhuizen wrote:
>Hi,
>
>I've sent a patch a while ago that included a 'fix' for
>cinstall/configure.in wrt CFLAGS; but I could not reproduce the error,
>so it was removed.
>
>It turns out that the pregenerated configure in cinstall is buggy.
>Can someone check in a freshly generated configure?
>
>After a fresh checkout, I get:
>
>    11:32:51 fred@appel:~cinstall$ MINGW32=yes CFLAGS='-mno-cygwin' ./configure
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Why are you doing this?  It's not necessary.

Regardless, I've regenerated the configure script.  I'm not sure why
it was in that state.

cgf

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

* Re: pregerenated cinstall/configure broken in cvs
  2002-01-29 10:38 ` Christopher Faylor
@ 2002-01-29 12:26   ` Jan Nieuwenhuizen
  2002-01-29 13:25     ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Nieuwenhuizen @ 2002-01-29 12:26 UTC (permalink / raw)
  To: cygwin-apps

Christopher Faylor <cgf@redhat.com> writes:

>>    11:32:51 fred@appel:~cinstall$ MINGW32=yes CFLAGS='-mno-cygwin' ./configure
>                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Why are you doing this?  It's not necessary.

I don't know.  It was in ancient times, to avoid linking to
cygwin1.dll, and haven't ever checked since.  Thanks for the hint,
I'll look into it.

> Regardless, I've regenerated the configure script.  I'm not sure why
> it was in that state.

Thanks,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

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

* Re: pregerenated cinstall/configure broken in cvs
  2002-01-29 12:26   ` Jan Nieuwenhuizen
@ 2002-01-29 13:25     ` Christopher Faylor
  2002-01-29 23:50       ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Faylor @ 2002-01-29 13:25 UTC (permalink / raw)
  To: cygwin-apps

On Tue, Jan 29, 2002 at 05:11:32PM +0100, Jan Nieuwenhuizen wrote:
>Christopher Faylor <cgf@redhat.com> writes:
>>>    11:32:51 fred@appel:~cinstall$ MINGW32=yes CFLAGS='-mno-cygwin' ./configure
>>                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> Why are you doing this?  It's not necessary.
>
>I don't know.  It was in ancient times, to avoid linking to
>cygwin1.dll, and haven't ever checked since.

I sincerely doubt this.  I've been working with setup.exe for a while now
and I've never had to do this.  IF I had to do this, I would have fixed
the problem not kludged around it (hint).

cgf

>Thanks for the hint, I'll look into it.

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

* Re: pregerenated cinstall/configure broken in cvs
  2002-01-29 13:25     ` Christopher Faylor
@ 2002-01-29 23:50       ` Jan Nieuwenhuizen
  2002-01-30  1:32         ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Nieuwenhuizen @ 2002-01-29 23:50 UTC (permalink / raw)
  To: cygwin-apps

Christopher Faylor <cgf@redhat.com> writes:

> I sincerely doubt this.  I've been working with setup.exe for a while now
> and I've never had to do this.

You're right.  It's not needed.

> IF I had to do this, I would have fixed the problem not kludged
> around it (hint).

Just fixed some other small bug, will I still lose points?
:-)

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

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

* Re: pregerenated cinstall/configure broken in cvs
  2002-01-29 23:50       ` Jan Nieuwenhuizen
@ 2002-01-30  1:32         ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2002-01-30  1:32 UTC (permalink / raw)
  To: cygwin-apps

On Tue, Jan 29, 2002 at 10:25:38PM +0100, Jan Nieuwenhuizen wrote:
>Christopher Faylor <cgf@redhat.com> writes:
>
>> I sincerely doubt this.  I've been working with setup.exe for a while now
>> and I've never had to do this.
>
>You're right.  It's not needed.
>
>> IF I had to do this, I would have fixed the problem not kludged
>> around it (hint).
>
>Just fixed some other small bug, will I still lose points?
>:-)

Nope.  You're back in positive points territory...  Actually you never
dropped.  That was just an idle implication.

Thanks for the bug fix!

cgf

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

end of thread, other threads:[~2002-01-29 21:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-29  8:11 pregerenated cinstall/configure broken in cvs Jan Nieuwenhuizen
2002-01-29 10:38 ` Christopher Faylor
2002-01-29 12:26   ` Jan Nieuwenhuizen
2002-01-29 13:25     ` Christopher Faylor
2002-01-29 23:50       ` Jan Nieuwenhuizen
2002-01-30  1:32         ` Christopher Faylor

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).