What happend about my tcc..?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guananddu
    New Member
    • Oct 2010
    • 1

    What happend about my tcc..?!

    I was trying to install "webbench" (OS: Ubuntu Linux 10.10) like this:
    Code:
    wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz
    tar zxvf webbench-1.5.tar.gz
    cd webbench-1.5
    make && make install
    Then, some errors (look like the same error):

    tcc: undefined symbol 'memset'
    tcc: undefined symbol 'memcpy'
    tcc: undefined symbol 'strlen'
    tcc: undefined symbol 'bzero'
    tcc: undefined symbol 'strstr'
    tcc: undefined symbol 'strcspn'
    make: *** [webbench] Error 1


    I don't know why, can't find the answer....and i had updated my tcc
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    this may be of some interest to you.

    Comment

    Working...