This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

QTHREAD_LTLIBS not being expanded ?



 I am off to read the autoconf manuals after I mail this off...  So
 perhaps after a day or two I can solve it on my own, but I need to
 ask anyhow because it might not be obvious.

 What's wrong here?  How do I cure it? I tried a fresh checkout to be
 sure.

cd .. && automake --foreign qt/Makefile
cd .. \
  && CONFIG_FILES=qt/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating qt/Makefile
make[2]: Leaving directory `/usr/local/src/Scheme/Guile/guile-core/qt'
  [...]
make[3]: Leaving directory `/usr/local/src/Scheme/Guile/guile-core/qt/time'
make[2]: *** No rule to make target `@QTHREAD_LTLIBS@', needed by `all-am'.  Stop.
make[2]: Leaving directory `/usr/local/src/Scheme/Guile/guile-core/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Scheme/Guile/guile-core'
make: *** [build-stamp] Error 2
zsh: exit 2     debian/rules build
debian/rules build  43.34s user 26.54s system 68% cpu 1:42.34 total

% head config.status
head config.status
 [...]
#
# ./configure  --prefix=/usr --libexecdir=/usr/lib/guile1.3 --sysconfdir=/etc --sharedstatedir=/usr/share --localstatedir=/var --with-gnu-ld --enable-maintainer-mode --enable-guile-debug --enable-dynamic-linking --with-threads=yes

% aclocal

% automake
libguile/Makefile.am:27: variable `THREAD_LIBS_LOCAL' not defined
libguile/Makefile.am:101: variable `THREAD_LIBS_LOCAL' not defined
libguile/Makefile.am:101: variable `THREAD_LIBS_LOCAL' not defined
zsh: exit 1     automake

% autoconf

M-x info autoconf <sigh>