[oclug] make trouble

Michael P. Soulier msoulier at storm.ca
Sat Apr 14 13:33:04 EDT 2001


On Sat, Apr 14, 2001 at 01:11:55PM +0000, Dave wrote:
> 
> make complains,
> /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
> directory
> make: *** [oroborus.o] Error 1
> 
> $ locate sigcontext.h
> /usr/include/bits/sigcontext.h
> /usr/src/linux-2.2.17/include/asm-i386/sigcontext.h

    If it's looking for asm/sigcontext.h, then you must include the
directory. Try adding

-I/usr/src/linux-2.2.17/include

    to the compile options. 

    Mike

-- 
Michael P. Soulier <msoulier at storm.ca> 
"With sufficient thrust, pigs fly just fine. However, this is not necessarily a
good idea. It is hard to be sure where they are going to land, and it could be
dangerous sitting under them as they fly overhead." -- RFC 1925



More information about the OCLUG mailing list