all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Some error info from configure.bat please
Date: Sat, 02 Jul 2005 18:53:44 +0200	[thread overview]
Message-ID: <uekahqhd3.fsf@gnu.org> (raw)
In-Reply-To: <42C6894C.5080702@student.lu.se> (message from Lennart Borgman on Sat, 02 Jul 2005 14:32:12 +0200)

> Date: Sat, 02 Jul 2005 14:32:12 +0200
> From: Lennart Borgman <lennart.borgman.073@student.lu.se>
> Cc: emacs-devel@gnu.org
> 
> I would like to use this in a cmd file to see if the build should 
> continue after config.bat.
> 
> My config.log looks like this:
> 
>     gcc -c junk.c
>     junk.c:1:29: cygwin/version.h: No such file or directory
>     The failed program was:
>     #include "cygwin/version.h"
>     main(){}
>     gcc -Id:/g/include -c junk.c
>     gcc -c -O2 -mtune=pentium4 junk.c
>     cc1.exe: invalid option `tune=pentium4'
>     The failed program was:
>     main(){}
>     gcc -Id:/g/include  -c junk.c -o junk.obj
>     gcc -Id:/g/include  -c junk.c -o junk.obj
>     gcc -Id:/g/include  -c junk.c -o junk.obj
>     gcc -Id:/g/include  -c junk.c -o junk.obj
>     gcc -Id:/g/include  -c junk.c -o junk.obj
> 
> Does it give me any information I can check from the cmd file?

It does say, e.g., that you use a somewhat old version of GCC which
does not support the -mtune=pentium4 option.

If that output is not enough, we could add some more text to what is
written to config.log, and you could then look for it with findstr or
some such.  For example, if all you care for is whether configure.bat
succeeded, we could have configure.bat echo something like "configure
FAILED" to the end of config.log.

> >What ``working command files'' are we talking about?
> >
> My own. I use to upload copies of them to the net.

So I guess we are not talking about command files you want to add to
the Emacs sources, yes?

  reply	other threads:[~2005-07-02 16:53 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-02  9:32 Some error info from configure.bat please Lennart Borgman
2005-07-02 13:22 ` Eli Zaretskii
2005-07-02 12:32   ` Lennart Borgman
2005-07-02 16:53     ` Eli Zaretskii [this message]
2005-07-02 16:01       ` Lennart Borgman
2005-07-02 16:34         ` Juanma Barranquero
2005-07-02 17:36         ` Eli Zaretskii
2005-07-02 20:24           ` Jason Rumney
2005-07-02 21:16             ` Juanma Barranquero
2005-07-02 21:37               ` Jason Rumney
2005-07-02 21:45                 ` Lennart Borgman
2005-07-02 22:20                   ` Jason Rumney
2005-07-03  6:19                     ` Eli Zaretskii
2005-07-02 21:37               ` Lennart Borgman
2005-07-03  0:22                 ` Juanma Barranquero
2005-07-03  0:54                   ` Lennart Borgman
2005-07-03  1:14                     ` David Kastrup
2005-07-03  1:40                       ` Juanma Barranquero
2005-07-03  8:19                         ` David Kastrup
2005-07-03 10:42                           ` Juanma Barranquero
2005-07-03  1:21                     ` Juanma Barranquero
2005-07-03  6:30                     ` Eli Zaretskii
2005-07-03  7:29                       ` Lennart Borgman
2005-07-03 16:02                         ` Eli Zaretskii
2005-07-03  7:50                       ` Lennart Borgman
2005-07-03 16:11                         ` Eli Zaretskii
2005-07-03 16:27                           ` Juanma Barranquero
2005-07-03 18:58                             ` Eli Zaretskii
2005-07-03 18:17                               ` Juanma Barranquero
2005-07-04 14:54                               ` Stefan Monnier
2005-07-04 15:17                                 ` Andreas Schwab
2005-07-04 18:07                                   ` Stefan Monnier
2005-07-04 18:45                                     ` Lennart Borgman
2005-07-16 12:39           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uekahqhd3.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.