Find the answer to your Linux question:
Results 1 to 3 of 3
Hi i am trying to install a program all i get is just errors ./configure gives the following ./configure configuring ImageMagick 6.4.4 checking build system type... armv6l-unknown-linux-gnueabi checking host system ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    23

    error while configuring a program

    Hi

    i am trying to install a program all i get is just errors
    ./configure gives the following

    ./configure
    configuring ImageMagick 6.4.4
    checking build system type... armv6l-unknown-linux-gnueabi checking host system type... armv6l-unknown-linux-gnueabi checking target system type... armv6l-unknown-linux-gnueabi checking whether build environment is sane... yes checking for a BSD-compatible install... config/install-sh -c checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking for gcc... gcc checking for C compiler default output file name...
    configure: error: in `/home/user/MyDocs/ImageMagick-6.4.4':
    configure: error: C compiler cannot create executables See `config.log' for more details.


    apt-get install libc-dev gives the following

    apt-get install libc-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting libc6-dev instead of libc-dev Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    libc6-dev: Depends: libc6 (= 2.5.0-1osso7) but 2.5.0-1osso9 is to be installed
    E: Broken packages

    and finally apt-get install libc6

    apt-get install libc6
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libc6 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.


    can anyone (please*10^10) help me get rid of these errors?

    thanks
    unnati

  2. #2
    Linux Newbie raghaven.kumar's Avatar
    Join Date
    Mar 2008
    Location
    Bangalore, India
    Posts
    209
    Hi,
    can you just specify what debian you are using?

    just try installing automake
    or
    apt-get -f install

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    23
    actually i am using maemo...on my nokia n810!!

    these are the results of build-essential and apt-get -f install

    apt-get install build-essential
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    build-essential: Depends: libc6-dev but it is not going to be installed or
    libc-dev
    Depends: g++ (>= 3:3.3) but it is not going to be installed
    Depends: dpkg-dev (>= 1.4.1.19) but it is not going to be installed
    E: Broken packages


    apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

    does that help??

Posting Permissions

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