Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Building zsh-3.0.0 SGI IRIX 5.3



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