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

Reply via email to