Announcement

Collapse
No announcement yet.

Compiling of kde software gives error asking for libstdc++-dev

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiling of kde software gives error asking for libstdc++-dev

    Well i cant compile any kde software, they all give the same error :
    configure: error: Your Installation isn't able to compile simple C++ programs.
    Check config.log for details - if you're using a Linux distribution you might miss
    a package named similar to libstdc++-dev.
    i have build essential gcc g++ libstdc++ and the dev of the same version as gcc

    aptitude search libstdc++:
    v libstdc++-dev -
    p libstdc++2.10-dbg
    p libstdc++2.10-dev
    p libstdc++2.10-glibc2.2
    i libstdc++5
    p libstdc++5-3.3-dbg
    i libstdc++5-3.3-dev
    p libstdc++5-3.3-doc
    p libstdc++5-3.3-pic
    i libstdc++6
    i libstdc++6-4.1-dbg
    i A libstdc++6-4.1-dev
    i libstdc++6-4.1-doc
    p libstdc++6-4.1-pic
    p libstdc++6-dbg
    p libstdc++6-dev
    p libstdc++6-doc
    p libstdc++6-pic
    aptitude search gcc
    p colorgcc
    i gcc
    i A gcc-2.95
    i gcc-2.95-doc
    i A gcc-3.3
    i gcc-3.3-base
    i A gcc-3.4
    i gcc-3.4-base
    i gcc-3.4-doc
    p gcc-4.0-locales
    i gcc-4.1
    i gcc-4.1-base
    i gcc-4.1-doc
    p gcc-4.1-locales
    i gcc-4.1-source
    p gcc-avr
    i gcc-doc
    v gcc-docs
    p gcc-h8300-hms
    p gcc-m68hc1x
    p gcc-snapshot
    p gcc272
    p gcc272-docs
    p gccxml
    p lib64gcc1
    i libgcc1
    p pocketpc-gcc
    config log
    se attachment

    compiling of gnome progs works tested with evolution -and it would compile after some gnome dependence fixing..
    tried compiling several kde progs from kde-apps ,as exampel i tried compiling kalarm-1.9.6beta,metabar-0.9 (uses metabar 0.8 configure script) (metabar 0.8 in commbiled before this error started 1-2 weeks ago..
    Attached Files

    #2
    Re: Compiling of kde software gives error asking for libstdc++-dev

    I'd email the developer of the file. At least one of the packages you identified - kalarm-1.9.6beta,metabar-0.9 - is still in BETA stage of development. It may have worked fine on the developers machine, but .....
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Compiling of kde software gives error asking for libstdc++-dev

      well i looked at the configure scripts and the test is the same.. metabar did compile before this error started.. so i dont think its an developer error rather some strange error on my installation.. the googeling of the subjekt found some other people that have had the problem to.. most of them where resolved by ex. build-dependencies meta package.. or libstdc++ dev and i feel like it is that pagkage it cant find on my system.. although it is the same version as gcc and g++ .... ive tried with --prefix=/usr flag but no difference..

      Comment

      Working...
      X