Re: ERROR WHEN I COMPILER

2006-03-17 Thread Thomas Schwinge
On Wed, Mar 15, 2006 at 02:36:59AM -0800, Ho Van Huong wrote: > /bin/sh ./../ylwrap "" deffilep.y y.tab.c deffilep.c > y.tab.h deffilep.h -- -d > -d: not found You might be missing `flex', http://www.gnu.org/software/flex/>. Regards, Thomas ___ bug

ERROR WHEN I COMPILER

2006-03-15 Thread Ho Van Huong
Dear Mr, I compiled your source code (Biuntils 2.15). But I saw Errors. Could you show me? echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " earmpe.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-t