On Fri, Jun 08, 2012 at 11:24:08AM +0100, Bijoy Lobo wrote: > Hello all, > > I have a Makefile which calls asm/ioctls.h, although I am faced with this > error, > > /usr/include/bits/ioctls.h:24:24: error: asm/ioctls.h: No such file or > directory
Do you have the "linux-libc-dev" package installed? This package provides /usr/include/asm/ioctls.h ... If you are looking for a file which should come from a debian package, you can search for it in your already-installed packages - e.g.: dpkg --search /usr/include/asm/ioctls.h for searching packages you do not (yet) have installed, try http://packages.debian.org under the heading "Search the contents of packages" - there are files of that name in several packages: http://packages.debian.org/search?searchon=contents&keywords=ioctls.h&mode=exactfilename&suite=stable&arch=any Hope this helps -- Karl E. Jorgensen -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120608104058.GA20904@hawking