bug-guile
[Top][All Lists]
Advanced

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

[1.9.12] configure and --with-libltdl-prefix ...


From: primus
Subject: [1.9.12] configure and --with-libltdl-prefix ...
Date: Sun, 5 Sep 2010 18:12:23 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Sun Sep  5 18:09:09 BST 2010

Please see: http://paste.lisp.org/display/114265

Above set to expire in 1 day,  so here is the info posted:

OS: OpenBSD 4.7

# pkg_info | grep ltdl
libltdl-1.5.26p0    GNU libtool system independent dlopen wrapper

# ls -la /usr/local/lib/*ltdl*
-rw-r--r--  1 root  bin    28806 Nov  1  2007 
/usr/local/lib/libguile-ltdl.so.1.0
-rw-r--r--  1 root  wheel  27148 Mar 18 14:36 /usr/local/lib/libltdl.a
-rw-r--r--  1 root  wheel    783 Mar 18 14:36 /usr/local/lib/libltdl.la
-rw-r--r--  1 root  wheel  32932 Mar 18 14:36 /usr/local/lib/libltdl.so.4.5

# ./configure --with-libltdl-prefix=/usr/local 2>&1 | tee configure.l1g

# head -1 configure.l1g
configure: WARNING: unrecognized options: --with-libltdl-prefix
# tail -1 configure.l1g
configure: error: libltdl not found.  See README.

from README:
Guile depends on the following external libraries.
- libgmp
- libiconv
- libintl
- libltdl
- libunistring
- libgc
- libffi
It will also use the libreadline library if it is available.  For each
of these there is a corresponding --with-XXX-prefix option that you
can use when invoking ./configure, if you have these libraries
installed in a location other than the standard places (/usr and
/usr/local).

above implies that option --with-libltdl-prefix should exist.

successful configure using:

env LDFLAGS="/usr/local/lib" ./configure

-- 
-primus
"It isn't what you make, it's what you don't lose!"



reply via email to

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