6 Sep 2010 07:47
Re: [1.9.12] configure and --with-libltdl-prefix ...
primus <rprimus <at> gmail.com>
2010-09-06 05:47:30 GMT
2010-09-06 05:47:30 GMT
On Mon, Sep 06, 2010 at 12:35:21AM +0200, Ludovic Court?s wrote: > > Sun Sep 5 22:01:44 BST 2010 > > > > The README implies that the option is available. > > What in the README makes you think so? Mon Sep 6 06:39:36 BST 2010 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, It lists each library and states that there is a corresponding 'with-XXX-prefix'. # grep 'with-' configure | grep prefix --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --with-libunistring-prefix[=DIR] search for libunistring in DIR/include and DIR/lib --with-libgmp-prefix[=DIR] search for libgmp in DIR/include and DIR/lib --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --with-libreadline-prefix[=DIR] search for libreadline in DIR/include and DIR/lib The following *do not* exist in configure (as implied from README): --with-libltdl-prefix --with-libffi-prefix --with-libbgc-prefix -- -- -primus "It isn't what you make, it's what you don't lose!"
RSS Feed