> I wasn't actually aware there was a full example > directory. Could you > summarize its contents?
examples/Inputrc examples/Makefile.in examples/excallback.c examples/fileman.c examples/histexamp.c examples/manexamp.c examples/readlinebuf.h examples/rl-fgets.c examples/rl.c examples/rlcat.c examples/rlfe examples/rlfe/ChangeLog examples/rlfe/Makefile.in examples/rlfe/README examples/rlfe/config.h.in examples/rlfe/configure examples/rlfe/configure.in examples/rlfe/extern.h examples/rlfe/os.h examples/rlfe/pty.c examples/rlfe/rlfe.c examples/rlfe/screen.h examples/rlptytest.c examples/rltest.c examples/rlversion.c The .c files in examples/ are each standalone sample programs, but not all are referenced in the Makefile. rlfe is a front-end wrapper for shells, but it doesn't build on Solaris (not doubt it could be fixed farily easily, but it's probably not suitable for inclusion in it's current state). If we're to add any of these, I'd suggest just the 7 .c files referenced in examples/Makefile.in: - fileman.c - histexamp.c - rl.c - rlcat.c - rlptytest.c - rltest.c - rlversion.c Dermot This message posted from opensolaris.org
