Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh-3.0.0 SGI IRIX 5.3
- X-seq: zsh-workers 2228
- From: Hrvoje Niksic <hniksic@xxxxxxx>
- To: schaefer@xxxxxxx
- Subject: Re: Building zsh-3.0.0 SGI IRIX 5.3
- Date: 14 Oct 1996 12:07:37 +0200
- Cc: ams104@xxxxxxxxxx (Alan Stephenson), zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: "Bart Schaefer"'s message of Mon, 14 Oct 1996 03:01:41 -0700
- References: <199610140902.KAA11668@xxxxxxxxxxxxxxxx> <961014030142.ZM2470@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: hniksic@xxxxxxxxxxxxxx
Bart Schaefer (schaefer@xxxxxxxxxxxxxxxxxxxxxxx) wrote:
> Get those out of your environment. They'll screw up every compile you
> attempt, zsh or anything else. If there's an option to IRIX's `make'
> to tell it to NOT import variables from the environment when processing
> makefiles, start using it habitually.
Not only make. AFAIK configure script takes arguments from the
environment. This is a good thing because you can use it to build
CC=cc CFLAGS=-g ./configure
or something like that. So using that option with make will not help
since the Makefile will *contain* the bogus CFLAGS.
--
Hrvoje Niksic <hniksic@xxxxxxx> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm a Lisp variable -- bind me!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author