hi all, well i solved like this but i dont know how far it is gud..
i checked for "fnmatch.h" and i found it to be string matching function provided by c libraries....i found only this to be missing in my "/usr/include" when compared to my host fc-3 system.......to solve , i copied this file from my host to lfs "/usr/include"... and now there is no error in busybox.... i wonder how "fnmatch.h" alone missed!... with regards, C.C.Chakkaradeep On 5/30/05, Declan Moriarty <[EMAIL PROTECTED]> wrote: > Recently, Somebody Somewhere wrote these words > > make: Warning: File `.config.cmd' has modification time 1.5e+04 s in the > > future > > gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -march=i386 > > -mpreferred-stack-boundary=2 -falign-functions=0 -falign-jumps=0 > > -falign-loops=0 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o > > archival/libunarchive/filter_accept_all.o > > archival/libunarchive/filter_accept_all.c > > archival/libunarchive/filter_accept_all.c:19:21: fnmatch.h: No such > > file or directory > > make: *** [archival/libunarchive/filter_accept_all.o] Error 1 > > > Try as root something like > > cd <source_tree>/archival/libunarchive/ > rm -f filter_accept_all.o > > gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -march=i386 > -D_GNU_SOURCE -DNDEBUG -c -o > > It might well be that your gcc is too new. > > Presuming that fails, google for problems, drop back to gcc-2.95 > > > -- > > With best Regards, > > > Declan Moriarty. > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
