Find the answer to your Linux question:
Results 1 to 4 of 4
Hi all, I recently installed monodevelop on my debian etch box, compiled from source and started to use it. Great. However, since then I always get this message when I ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Location
    Birmingham, UK
    Posts
    6

    make fails for ncurses5

    Hi all,

    I recently installed monodevelop on my debian etch box, compiled from source and started to use it. Great. However, since then I always get this message when I use the "less" command:

    less: Symbol `ospeed' has different size in shared object, consider re-linking

    So I do some googling and some folks are telling me I need to rebuild my ncurses libraries. No probs, I think, we can handle this. Download the sources, run configure, then run make. Configure runs fine, I get nice summary at the end and all looks OK. But make fails. Here are the last couple of lines:

    make[1]: Entering directory `/usr/src/ncurses/ncurses-5.5/c++'
    cd ../objects; -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -c ../c++/cursesf.cc
    /bin/sh: -I../c++: No such file or directory
    make[1]: *** [../objects/cursesf.o] Error 127
    make[1]: Leaving directory `/usr/src/ncurses/ncurses-5.5/c++'
    make: *** [all] Error 2

    So far this seems to be more of a nuisance than anything else, but I really would like to understand it (and get rid of the strange error message regarding ospeed). So any help would be appreciated.

    regards
    Wolfgang

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    It looks like your missing c++, do you have libstdc++ installed?

    #dpkg -l | grep libstdc++

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Location
    Birmingham, UK
    Posts
    6
    output for dpkg -l | grep libstdc++ is:
    ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3

    Do I need the sources for this?

  4. #4
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    possibly, it couldn't hurt

Posting Permissions

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