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

Re: zsh-4.0.1-pre-[45] compile problems under AIX



On Fri, 1 Jun 2001, Peter Stephenson wrote:

> Jens Schleusener wrote:
> > That was the point. TERM_H_NEEDS_CURSES_H was undefined. And the reason
> > seems to be an old curses.h file (63933 Bytes, Feb 14 1996 from a package
> > named "PDCurses") residing in a directory /usr/local/contrib/include (in
> > /usr/local/contrib the free software is installed on this machine). 
> 
> OK, I'll assume this isn't a general problem and get on with releasing it.
> 
> I don't think altering PATH would make it point at
> /usr/local/contrib/include, so I can't see why it picked that up.

Sorry, that I bother you zsh-gurus, but just for completeness: I found
that the "configure"-wrapper-script I use set also

 export CFLAGS="$CFLAGS -I/usr/local/contrib/include"
 export LDFLAGS="$LDFLAGS -L/usr/local/contrib/lib"

so that seems to force the use of /usr/local/contrib/include/curses.h
instead of /usr/include/curses.h (I had til now the wrong (?) idea that
that line would only force an addrtional search for header files in the
given directory that aren't found in the "standard" include-directories).

Greetings

Jens 

-- 
Dr. Jens Schleusener                T-Systems debis Systemhaus
phone: +49 (551) 709-2493           Solutions for Research
fax:   +49 (551) 709-2169           Bunsenstr.10
mail: Jens.Schleusener@xxxxxxxxxxxx D-37073 Goettingen



Messages sorted by: Reverse Date, Date, Thread, Author