Results 1 to 7 of 7

Thread: kdevelop 3.2 problems

  1. #1
    Join Date
    May 2005
    Beans
    20

    kdevelop 3.2 problems

    I've installed all the kdevelop3 packages, fired it up and tried to compile a simple hello world program, from the automatically generated source code. When I click build, a dialog asks me to run automake & friends and configure first. I click yes, and it then comes up with the error: aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library.

    Here's the whole contents of the output:

    cd '/home/phil/src/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/phil/src/hello/debug' && cd '/home/phil/src/hello/debug' && CXXFLAGS="-O0 -g3" "/home/phil/src/hello/configure" --enable-debug=full && cd '/home/phil/src/hello/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
    aclocal
    aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
    make: *** [all] Error 1
    *** Exited with status: 2 ***


    Anybody any ideas?

    Cheers, Phil.

  2. #2
    Join Date
    Apr 2005
    Location
    Ottawa, Canada
    Beans
    12

    Re: kdevelop 3.2 problems

    Quote Originally Posted by philstovell
    I've installed all the kdevelop3 packages, fired it up and tried to compile a simple hello world program, from the automatically generated source code. When I click build, a dialog asks me to run automake & friends and configure first. I click yes, and it then comes up with the error: aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library.

    Here's the whole contents of the output:

    cd '/home/phil/src/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/phil/src/hello/debug' && cd '/home/phil/src/hello/debug' && CXXFLAGS="-O0 -g3" "/home/phil/src/hello/configure" --enable-debug=full && cd '/home/phil/src/hello/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
    aclocal
    aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
    make: *** [all] Error 1
    *** Exited with status: 2 ***


    Anybody any ideas?

    Cheers, Phil.
    Go into Synaptic and download libtool

  3. #3
    Join Date
    May 2005
    Beans
    20

    Re: kdevelop 3.2 problems

    Quote Originally Posted by rhys
    Go into Synaptic and download libtool
    Yes, installing libtool was the solution. Thanks very much for your help.

  4. #4
    Join Date
    Jun 2005
    Location
    Malta
    Beans
    4,187
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: kdevelop 3.2 problems

    Thanks, this worked for me too!!

  5. #5
    Join Date
    Jul 2005
    Beans
    1

    Re: kdevelop 3.2 problems

    under construction

  6. #6
    Join Date
    Sep 2005
    Location
    Montreal, Canada Eh
    Beans
    207

    Re: kdevelop 3.2 problems

    Thanks a lot for the info rhys, installing libtool worked for me too.
    Shouldn't apt-get install automatically install libtool when required to install kdevelop3.2 ?
    I thought that by installing Ubuntu I would be free forever of packages dependency hell

  7. #7
    Join Date
    Aug 2005
    Beans
    18

    Re: kdevelop 3.2 problems

    I'm facing the same problem after upgrading to Breezy Badger.

    Using syaptic update manager, when I try to mark libtool for installation, a dialog comes up with the following error:

    libtool:
    Depends: libc6-dev but it is not going to be installed or libc-dev

    And when I try to install libc I get the following error:

    libc6-dev:
    Depends: libc6 (=2.3.5-1ubuntu12) but 2.3.5-4 is to be installed

    Please help. Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •