--- In Jason Stahls <> wrote:
>
> j.chitte wrote:
> > ./configure went alright but make failed at the first file. Got
this
> > working last year , don't know why it's messing about now.
> >
> > Anyone recognise this?
> >
> >
> <snip>
> > stdfn.h:47:19: ctype.h: No such file or directory
> > stdfn.h:48:19: stdio.h: No such file or directory
> > stdfn.h:55:22: strings.h: No such file or directory
>
>
> Those three lines lead me to belive that the Linux kernel source
headers
> aren't present since ctype, stdio and strings are _very_ common
libs...
>
> Jason Stahls
>
Thanks Jason,
they are where I would expect , /mnt/nfs is root of the debian image
I boot to via nfs.
bash-3.2#pwd
/mnt/nfs
bash-3.2#find . -iname "ctype.h"
./usr/linux/include/linux/ctype.h
./usr/linux/include/ctype.h
./usr/linux/ctype.h
./usr/src/linux-2.4.26-ts11/include/linux/ctype.h
bash-3.2#find . -iname "strings.h"
./tmpd/busybox/include/config/strings.h
./usr/linux/include/strings.h
bash-3.2#find . -iname "stdio.h"
./usr/linux/include/bits/stdio.h
./usr/linux/include/stdio.h
/usr/linux/include is correct, is there some env var I need to check?
Why can't the compiler find what I can :?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|