[Prev][Next][Index][Thread]

Re: your mail



> Subject: Those darn includes again
> Hello again. :). Okay - THAT'S how my /usr/include/linux is defined.
> 
> lrwxrwxrwx   1 root     root           28 Jul  1 15:21 linux -> /usr/src/linux/include/linux
> 
> And that's how the /usr/include/linux/asm is defined.
> 
> lrwxrwxrwx   1 root     root           32 Jul  6 02:15 asm -> /usr/src/linux/include/asm-i386/
> 
> THIS - is a make running a long trying to compile something.
> As you can see - it didn't quite work. 
> Anyone know why/how/when and what I should do now, with a full explanation
> and not just saying what happened, but also what I should do? :)
> 

Yes, I have the same problem. "ls" see them just fine, like:
/usr/include/linux/time.h

It is seems to be OK, but not work.

One thing I do, I change by hand CCFLAGS in all Makefiles I compile.
CCFLAGS=(blah...blah) -I/usr/src/linux/include

This work fine, but need a workaround all things you going compile.

Oleg
=======================
oleg@hpcms.co.il
=======================



References: