which-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Solaris does not have <readline/rlstdc.h> needed to build which


From: Steve Kenton
Subject: Solaris does not have <readline/rlstdc.h> needed to build which
Date: Fri, 13 Jun 2008 16:19:01 -0500
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Building on Solaris 10 dies on this line in tilde/xmalloc.h because the header does not exist.
#  include <readline/rlstdc.h>

Since according to README says tilde was copied from bash, I just copied rlstdc.h too and overrode CFLAGS

make CFLAGS="-g -O2 -DREADLINE_LIBRARY"

#if defined (READLINE_LIBRARY)
#  include "rlstdc.h"
#else
#  include <readline/rlstdc.h>
#endif

Don't know if it's worth adding upstream.

FYI - Steve







reply via email to

[Prev in Thread] Current Thread [Next in Thread]