unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [1.9.12] configure and --with-libltdl-prefix ...
@ 2010-09-05 17:12 primus
  2010-09-05 20:51 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: primus @ 2010-09-05 17:12 UTC (permalink / raw)
  To: bug-guile

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!"



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-11  7:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-05 17:12 [1.9.12] configure and --with-libltdl-prefix primus
2010-09-05 20:51 ` Ludovic Courtès
2010-09-05 21:20   ` primus
2010-09-05 22:35     ` Ludovic Courtès
2010-09-06  5:47       ` primus
2010-09-07 22:46         ` Ludovic Courtès
2010-09-11  7:14       ` primus

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).