emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#24219: closed (Fwd: Compiling guile-2.0.12)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24219: closed (Fwd: Compiling guile-2.0.12)
Date: Wed, 01 Mar 2017 09:05:01 +0000

Your message dated Wed, 01 Mar 2017 10:04:42 +0100
with message-id <address@hidden>
and subject line Re: bug#24219: Fwd: Compiling guile-2.0.12
has caused the debbugs.gnu.org bug report #24219,
regarding Fwd: Compiling guile-2.0.12
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24219: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24219
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fwd: Compiling guile-2.0.12 Date: Sat, 13 Aug 2016 15:10:21 +0100 User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Fwd at the request of Mark Weaver.

Paul


-------- Forwarded Message --------
Subject: Compiling guile-2.0.12
Date: Thu, 11 Aug 2016 22:26:25 +0100
From: Paul Emsley <address@hidden>
To: address@hidden


$ ./configure --prefix=$HOME/guile-2 --with-libltdl-prefix=$HOME/guile-2

checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.


config.log has this:

configure:46406: checking for libltdl
configure:46428: gcc -o conftest -g -O2   conftest.c  -lltdl >&5
conftest.c:598:18: error: ltdl.h: No such file or directory
configure:46428: $? = 1

It seems to me that the argument to --with-libltdl-prefix is not being checked. And that seems like a bug.

Do you agree?

Paul.




--- End Message ---
--- Begin Message --- Subject: Re: bug#24219: Fwd: Compiling guile-2.0.12 Date: Wed, 01 Mar 2017 10:04:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
On Sat 13 Aug 2016 16:10, Paul Emsley <address@hidden> writes:

> $ ./configure --prefix=$HOME/guile-2 --with-libltdl-prefix=$HOME/guile-2
>
> checking for dlopen... no
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for libltdl... no
> configure: error: GNU libltdl (Libtool) not found, see README.
>
>
> config.log has this:
>
> configure:46406: checking for libltdl
> configure:46428: gcc -o conftest -g -O2   conftest.c  -lltdl >&5
> conftest.c:598:18: error: ltdl.h: No such file or directory
> configure:46428: $? = 1
>
> It seems to me that the argument to --with-libltdl-prefix is not being
> checked.  And that seems like a bug.

I looked at the generated "configure" file and it would seem that (in
your case) $HOME/guile-2/include is only added to the command line (via
-I $HOME/guile-2/include) if it exists and is a directory.  Similarly
for $HOME/guile-2/lib.  I suspect that was the situation.  Since this is
a standard autoconf thing and we do nothing special, I have to assume
that was the case.  Closing optimisitically :)

Andy


--- End Message ---

reply via email to

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