GNU bug report logs -
#12262
LT_CONFIG_H contains entire relative path when embedding libltdl in recursive mode
Previous Next
To reply to this bug, email your comments to 12262 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org
:
bug#12262
; Package
libtool
.
(Wed, 22 Aug 2012 20:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brice Goglin <Brice.Goglin <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org
.
(Wed, 22 Aug 2012 20:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello,
I am reporting a problem that we discussed today in the thread starting at
http://lists.gnu.org/archive/html/libtool/2012-08/msg00010.html
The same behavior exists with libtool 2.2.6b and 2.4.2. Looking at the
git log, it has likely been there for ever.
I am attaching a small testcase. Here's how to use it:
tar xfj bug.tar.bz2
cd bug
autoreconf -ifv
./configure
make
[... fails quickly with...]
libltdl/lt__private.h:35:23: fatal error: mysubdir/config.h: No such file or directory
The issue is that lt__private.h contains #include LT_CONFIG_H and
LT_CONFIG_H is set to the entire relative path given in
AC_CONFIG_HEADER. So the build cannot find it unless -I$(top_builddir)
is added to CPPFLAGS.
From what was said in today's discussion, automake adds the path to the
config header to CPPFLAGS, so libltdl should just set LT_CONFIG_H to the
config header basename without any path.
The problem can be worked around by modifying the embedder's project
CPPFLAGS as explained above, or by adding this
AC_CONFIG_COMMANDS_PRE([LT_CONFIG_H=`expr "$LT_CONFIG_H" : '.*/\(.*\)'`])
Thanks
Brice
[bug.tar.bz2 (application/x-bzip, attachment)]
This bug report was last modified 12 years and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.