<div dir="ltr">Well it was missing libc6-dev . Thank you guys ...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 23, 2014 at 9:54 AM, Jim Lynch <span dir="ltr">&lt;<a href="mailto:ale_nospam@fayettedigital.com" target="_blank">ale_nospam@fayettedigital.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 01/23/2014 08:45 AM, Boris Borisov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Back to this post with little different emphasis but I don&#39;t what to create a different one ...<br>
<br>
I&#39;m trying to compile a module for wireless network on my test Debian 3.1 -2.4.27 kernel and errors that I&#39;m getting:<br>
<br>
debian:/home/user/rtl818x-1.0.<u></u>1-b# make<br>
make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd`/net/ieee80211 CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT=m CONFIG_IEEE80211_CRYPT_WEP=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m CC=&quot;gcc -I`pwd`/include&quot; modules<br>

make[1]: Entering directory `/usr/src/kernel-headers-2.4.<u></u>27-3-386&#39;<br>
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c<br>
scripts/split-include.c:22:23: sys/types.h: No such file or directory<br>
scripts/split-include.c:23:22: sys/stat.h: No such file or directory<br>
scripts/split-include.c:25:19: ctype.h: No such file or directory<br>
scripts/split-include.c:26:19: errno.h: No such file or directory<br>
scripts/split-include.c:27:19: fcntl.h: No such file or directory<br>
scripts/split-include.c:28:19: stdio.h: No such file or directory<br>
scripts/split-include.c:29:20: stdlib.h: No such file or directory<br>
scripts/split-include.c:30:20: string.h: No such file or directory<br>
scripts/split-include.c:31:20: unistd.h: No such file or directory<br>
<br>
<br>
Where are all these header files?<br>
</blockquote></div></div>
They are normally in /usr/include.  gcc should by default search that and other locations unless there is a -nostdinc option.<span class="HOEnZb"><font color="#888888"><br>
<br>
Jim.</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</div></div></blockquote></div><br></div>