zsh-workers
 help / color / mirror / code / Atom feed
From: "Matt Armstrong" <mattarmst@hotmail.com>
To: schaefer@brasslantern.com, mattarmst@hotmail.com,
	zsh-workers@sunsite.auc.dk
Subject: Re: PATCH zsh-3.1.5-pws-7: cygwin make fixes
Date: Mon, 08 Feb 1999 09:12:37 PST	[thread overview]
Message-ID: <19990208171238.10129.qmail@hotmail.com> (raw)

>From: "Bart Schaefer" <schaefer@brasslantern.com>
>
>} My fix for #1 may be controversial because it may break for
>} people who need to keep using an older autoconf.  Is upgrading 
>} a problem?
>
>It'd be better if it weren't necessary.  Copy it into 
>aczsh.m4 and give it a different name, e.g zsh_EXEEXT?

Okay, I'll do that.

 
>} My fix for #2, I think, is a good thing.  ;-)  I'd do 
>} the same thing for the RLIMIT stuff if cygwin had RLIMIT 
>} stuff.
>
>It's not a good thing if it won't cross-compile.  I didn't 
>use to pay much attention to this, but I've just been 
>through this particular plane of hell with procmail's build 
>system (which even compiles and runs C programs to do 
>sed-like substition on its man page templates!) so I'm 
>feeling sensitive.

The current AWK based scheme doesn't handle cross compiling.
It assumes that whatever "signal.h" file it finds that has
something like "#define SIG*" in it is the correct one and 
then does a bad job at being a C preprocessor to extract 
the signals.  The only time it would get it right is if the 
target architecture has the exact same set of signals the 
host architecture does.  Coincidentally, my C based scheme 
has the same property.

So the new way doesn't change things.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


             reply	other threads:[~1999-02-08 17:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-08 17:12 Matt Armstrong [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-02-08 17:19 Matt Armstrong
1999-02-08  6:49 Matt Armstrong
1999-02-08  6:49 Matt Armstrong
1999-02-08  7:26 ` Bart Schaefer
1999-02-08  9:55   ` Peter Stephenson
1999-02-08 10:29     ` Peter Stephenson
1999-02-08 16:54       ` Bart Schaefer

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=19990208171238.10129.qmail@hotmail.com \
    --to=mattarmst@hotmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /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 public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).