Find the answer to your Linux question:
Results 1 to 4 of 4
Alright, I am finally trying to install things that aren't in the package manager (at least, I think they aren't.) Currently I'm trying to install Gwenview, because I want to ...
  1. #1
    Linux Newbie
    Join Date
    Dec 2005
    Posts
    187

    Problems with ./configure

    Alright, I am finally trying to install things that aren't in the package manager (at least, I think they aren't.) Currently I'm trying to install Gwenview, because I want to change my desktop environment from GNOME to KDE. Anyway, when I go into terminal, go to the folder, and type sudo ./configure (I don't even know if I need the sudo but I figured it wouldn't hurt), it goes through everything then it says that the C++ preprocessor "/lib/cpp" fails sanity check. So basically, I was wondering what I could do about this problem?

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Do you have gcc and g++ installed? Are you sure gwenview is not available through apt? It might be part of a KDE package and not an individual package.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Just Joined!
    Join Date
    Jun 2005
    Posts
    72

    gwenview

    It is included. You can search for it in synaptic or do apt-cache policy gwenview at cli--which will show what versions are available and installed. Good luck.

  4. #4
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    debian package orderings are a little different try something more like this

    ./configure --prefix=/usr
    make
    sudo make install
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

Posting Permissions

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