unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-1.4.1.81.tar.gz (snap) available
@ 2002-08-31 10:37 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2002-08-31 10:37 UTC (permalink / raw)


the jump from .8 to .81 is lexicographically motivated as well as
indicative of "getting closer" (see TODO).  tarball in both dirs:

  http://www.glug.org/tmp/2002-08/   <-- will go away in a few weeks
  http://www.glug.org/tmp/2002-09/

this release should hopefully clear up all the configuration related
weirdnesses and let me get back to other weirdnesses.  new NEWS excerpt
follows, including revised readline configuration handling.  btw,
instead of the AC_PREREQ kludge, i found a better way for modernizing
libltdl/configure.in:

  rm -rf libltdl
  libtoolize --force --copy --automake --ltdl
  ( cd libltdl && autoupdate && autoconf )

i was also able to remove the recursion into libltdl (later on in the
autogen.sh script) w/o incident; the tools DTRT on their own at both
configure- and make-time.  lastly, acinclude.m4 has the previously
posted AC_ARG_ENABLE and AC_ARG_WITH abstractions (see configure.in for
usage).

ok, back to libdfa...

thi

__________________________________________________________
* Additional subcommands for guile-config (plus bugfix)

The program guile-config now can also retrieve config.status and
libguile/scmconfig.h information captured during the Guile build.
Briefly, the usages are:

   guile-config link
   guile-config compile
   guile-config info [VAR]
   guile-config scmconfig SYMBOL
   guile-config acsubst VAR

Invoke with no arguments for details.  Also, "guile-config link"
now includes "-lltdl", which was omitted previously.

* Configuration bugfix: coop-threads and readline

Cooperative threading support used to be enabled with the configure
option `--with-threads'.  This was an incorrect use of "--with-FOO",
which is reserved for specifying external packages.

You can now use `--enable-coop-threads' for this.  A bug was also fixed
where `--with-threads=no' did not honor the request for excluding coop
threads support.  The equivalent now is to omit `--enable-coop-threads'
or alternatively use option `--disable-coop-threads'.

By the same reasoning, you can now disable readline support (enabled by
default) with the configure option `--without-readline'.  Note that we
use "without" because readline is indeed an external package.

When these features are disabled, "make check" displays "SKIP" for
test files that rely on them.  Also, `(use-modules (ice-9 FEATURE))'
results in the error: "no code for module (ice-9 FEATURE)".

[end]


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-31 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-31 10:37 guile-1.4.1.81.tar.gz (snap) available Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).