Since Version 1.73, I have not be able to compile syslinux using the following command line make syslinux It gives me this error message make: *** No rule to make target `/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h', needed by `syslinux.o'. Stop. The last version that worked for me was 1.72 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/syslinux/attachments/20020601/cfe39148/attachment.html>
Jim Gifford wrote:> Since Version 1.73, I have not be able to compile syslinux using the > following command line > make syslinux > > It gives me this error message > make: *** No rule to make target > `/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h', > needed by `syslinux.o'. Stop. > > The last version that worked for me was 1.72Type "make depend". It seems the .depend file from my system has somehow leaked in. -hpa