libtool
[Top][All Lists]
Advanced

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

Libtool can't be build from outside srcdir?


From: Charles Wilson
Subject: Libtool can't be build from outside srcdir?
Date: Mon, 03 Nov 2003 15:13:22 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Some of the recent changes seem to have broken VPATH builds:

cd ${builddir}
${srcdir}/configure --srcdir=${srcdir} --build=${host} --target=${target} --prefix=${prefix} --sysconfdir=${sysconfdir}

...
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating libtool
sed: can't read /usr/src/libtool/devel/RELEASE/libtool-1.5a_20031103/libltdl/ltmain.sh: No such file or directory
mv: cannot stat `libtoolT': No such file or directory
cp: cannot stat `libtoolT': No such file or directory
chmod: getting attributes of `libtool': No such file or directory
config.status: executing libtoolCXX commands
config.status: appending configuration tag `CXX' to libtool
config.status: executing libtoolF77 commands
config.status: appending configuration tag `F77' to libtool
config.status: executing libtool-tags commands

I'm not sure where the problem is, so no patch.

However, there are a few minor buglets having to do with the "new" way that libtool is generated (via config.status) in the test/*/configure.ac files. I have a patch, and will forward it to the list tomorrow...

--
Chuck





reply via email to

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