mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Revert "* FAQ: New file."
This reverts commit 0b3d52fae1
.
It was a confusing mistake to create an FAQ file in the Guile
repository/distribution, because there was already an FAQ page on the
Guile web site. The information that was in the FAQ file is now in
the FAQ web page.
This commit is contained in:
parent
8510e39278
commit
a73225dd61
3 changed files with 1 additions and 27 deletions
19
FAQ
19
FAQ
|
@ -1,19 +0,0 @@
|
||||||
Guile FAQ -*- outline -*-
|
|
||||||
|
|
||||||
* Build problems
|
|
||||||
|
|
||||||
** readline.c: error: `rl_pending_input' undeclared
|
|
||||||
|
|
||||||
This occurs if the Readline library detected by Guile's configure
|
|
||||||
script is actually the BSD Editline project's supposedly
|
|
||||||
Readline-compatible library. The immediate fix is to uninstall
|
|
||||||
Editline and install the real GNU Readline instead. When you do this,
|
|
||||||
please note that it probably won't work to keep Editline in /usr and
|
|
||||||
install GNU Readline in /usr/local (or some similar arrangement),
|
|
||||||
because the Editline library will then still be picked up at link and
|
|
||||||
run time; it's best (subject to other constraints) to remove Editline
|
|
||||||
completely.
|
|
||||||
|
|
||||||
For the longer term, please also report this problem to the Editline
|
|
||||||
project, to encourage them to fix it in the next release of their
|
|
||||||
Readline compatibility library.
|
|
|
@ -31,7 +31,7 @@ bin_SCRIPTS = guile-tools
|
||||||
|
|
||||||
include_HEADERS = libguile.h
|
include_HEADERS = libguile.h
|
||||||
|
|
||||||
EXTRA_DIST = LICENSE HACKING GUILE-VERSION FAQ guile-1.8.pc.in \
|
EXTRA_DIST = LICENSE HACKING GUILE-VERSION guile-1.8.pc.in \
|
||||||
ChangeLog-2008 m4/autobuild.m4
|
ChangeLog-2008 m4/autobuild.m4
|
||||||
|
|
||||||
TESTS = check-guile
|
TESTS = check-guile
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -147,13 +147,6 @@ lead to a stack overflow.
|
||||||
** Fixed shadowing of libc's <random.h> on Tru64, which broke compilation
|
** Fixed shadowing of libc's <random.h> on Tru64, which broke compilation
|
||||||
** Make sure all tests honor `$TMPDIR'
|
** Make sure all tests honor `$TMPDIR'
|
||||||
|
|
||||||
* Changes to the distribution
|
|
||||||
|
|
||||||
** New FAQ
|
|
||||||
|
|
||||||
We've started collecting Frequently Asked Questions (FAQ), and will
|
|
||||||
distribute these (with answers!) in future Guile releases.
|
|
||||||
|
|
||||||
|
|
||||||
Changes in 1.8.4 (since 1.8.3)
|
Changes in 1.8.4 (since 1.8.3)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue