Le sam, 01 avr 2000, vous avez écrit : >Hi! > >I've got strange errors trying to compile >both netboot-0.9.0e and netboot-0.8.1 >Maybe it's because bison or flex is broken, I wonder? > >Best regards, >Vsevolod Sipakoff Hi ! I had got the same problem. Indeed, this problen is very strange ! My solution is: 1. cd ./mknbi-mgl 2. make 3. after the errors signaled, edit y.tab.c and insert after the definitions #include, the function strcmp2: int strcmp2 (const char *s1, const char *s2) { return strcmp(s1, s2); } 4. replace strcmp by strcmp2 within the source y.tab.c 5. then make it work fine ! Patrick. -- ________________________________________________________________________ AUGE Patrick auge@free.fr =========================================================================== This Mail was sent to netboot mailing list by: Patrick Auge <auge@free.fr> To get help about this list, send a mail with 'help' as the only string in it's body to majordomo@baghira.han.de. If you have problems with this list, send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.