The latest updates to the automake system require newer versions of some
packages. Here's what works on FC6

== Setting up on Fedora 6 ==

# yum install apr apr-devel boost boost-devel cppunit cppunit-devel
# yum install pkgconfig doxygen graphviz help2man

Download the latest source distribution of autoconf, automake, libtool
from URLs above and install each with something like:
# ./configure && make && sudo make-install

DO NOT install pkg-config from source! If installed in /usr/local,
pkg-config
cannot find packages installed in /usr. Installing in /usr will mess up
RPM's notion of what's installed. 

Here's the set of versions that works for me:
pkg-config 0.21
doxygen 1.5.1
help2man GNU help2man 1.36
autoconf autoconf (GNU Autoconf) 2.61
automake automake (GNU automake) 1.10
libtool ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18
22:14:06)
apr-1.2.7-10
boost-1.33.1-9.fc6
boost-devel-1.33.1-9.fc6
cppunit-1.12.0-2.fc6
cppunit-devel-1.12.0-2.fc6
graphviz-2.8-5.fc6


Reply via email to