Jeremy Collins <[EMAIL PROTECTED]> writes:
> # Check for readline, and dl libs.. they are needed for guile
> AC_CHECK_LIB(readline, readline)
This bit is already in the latest version.
> AC_CHECK_LIB(dl, dlopen)
I'd rather leave the test for this with the other guile lib tests. If
we put it a
Ok, adding the following lines to configure.in solved my problems:
# Check for readline, and dl libs.. they are needed for guile
AC_CHECK_LIB(readline, readline)
AC_CHECK_LIB(dl, dlopen)
--
Jeremy Collins
[EMAIL PROTECTED]
- %< >% --
The GnuC