Hi there: This is my first try with klibc. I am following a guide. I am trying to run "make SUBDIRS=utils" After some compiling I get the following error: YACC /usr/dash/arith.h make [2]: *** [/usr/dash/arith.h] Error 141 make [1]: *** [all] Error 2 make: *** [klibc] Error 2 I googled high and low and found no info on this. Any thoughts? Thanks AR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.zytor.com/pipermail/klibc/attachments/20070319/b6f3419c/attachment.html
Alexander Rau wrote:> > Hi there: > > This is my first try with klibc. I am following a guide. I am trying to > run "make SUBDIRS=utils" > > After some compiling I get the following error: > YACC /usr/dash/arith.h > make [2]: *** [/usr/dash/arith.h] Error 141 > make [1]: *** [all] Error 2 > make: *** [klibc] Error 2 > > I googled high and low and found no info on this. > > Any thoughts? > Thanks0. Which guide? 1. Are you using standalone or integrated klibc? 2. What version? 3. Why are you messing with SUBDIRS? 4. Please add V=1 to the command line so we can actually see the error message. 5. What version of yacc/bison do you have installed? -hpa