User forums > Help

problems compiling C::B in Ubuntu

(1/1)

ir0nk0ala:
I've been getting an error when trying to compile C::B under Ubuntu 6.10:

austin@austin-desktop:~/devel/trunk$ ./bootstrap
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
./bootstrap: 67: aclocal: not found

What could be causing this?

momaa:
You are missing automake1.9 and/or libtool packages. 
Follow these instructions: http://www.ubuntuforums.org/showthread.php?p=1962696#post1962696

This command will reveal what package contains the "aclocal".
$ dpkg -S aclocal
$ dpkg -S aclocal | less
---

Note-1: Be aware of this minor drag & drop related bug... in Ubuntu.

Note-2: Ubuntu repository for wxWidgets 2.8 (wxGTK) is available from:http://www.wxwidgets.org/downloads/

// moma
    http://www.futuredesktop.org

ir0nk0ala:
Everything's working great now, thanks!

Navigation

[0] Message Index

Go to full version