News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

problems compiling C::B in Ubuntu

Started by ir0nk0ala, February 14, 2007, 04:16:21 AM

Previous topic - Next topic

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

#1
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!