Menu

#1 compilation probs

open
nobody
None
5
2002-01-20
2002-01-20
Anonymous
No

When compiling under linux(Redhat 7.1) I get an error
saying that it can't find "linux/tasks.h" as defined in
the killscan.h file. I am assuming it either isn't
being created, you are assuming it is there, or I need
some library or something that installs it. It is the
same for the last 3 releases, 1.3.1, 1.3.2, and
1.3.2.1. Please fix.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I had the same prob. on my development box using kernel
    2.2.19 but having the link
    /usr/src/linux --> /usr/src/linux-2.4.17

    Solved by making proper
    ln -s /usr/src/linux-2.2.19 /usr/src/linux

     
  • Duncan Simpson

    Duncan Simpson - 2002-03-11

    Logged In: YES
    user_id=30291

    This should be fixed in the current CVS release. The name of
    the header file required changed to linux/threads.h, and
    chaning linux/killscan.h to include this instead of
    linux/tasks.h fixex the problem. The CVS fix makes configure
    find out which of these exist and react accordingly (and
    thus require you to rerun ./configure.

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same problem

     

Log in to post a comment.