Hi;
Just to let you know my experience trying to build cilk-
5.4.2.2 (rev 1708) on FreeBSD 5.2.1:
The configure script correctly detected I have byacc and
no bison. After typing gmake, it called bison and died.
I'm downloading bison and I'll keep trying but this
should try to use byacc.
_______
ps. I tried to post this to cilk-
support@lists.sourceforge.net but since it's closed to
non-members I took the liberty of sending it here.
Logged In: YES
user_id=678384
And building with bison on FreeBSD-6.1 produces this:
___________
...
asing -Wshadow -Os -march=nocona -c `test -f 'warning.c' ||
echo './'`warning.c
source='gbuf.c' object='gbuf.o' libtool=no \
depfile='.deps/gbuf.Po' tmpdepfile='.deps/gbuf.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../runtime -Wall -W
-Werror -fno-strict-aliasing -Wshadow -Os -march=nocona -c
`test -f 'gbuf.c' || echo './'`gbuf.c
source='ANSI-C.c' object='ANSI-C.o' libtool=no \
depfile='.deps/ANSI-C.Po' tmpdepfile='.deps/ANSI-C.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../runtime -Wall -W
-Werror -fno-strict-aliasing -Wshadow -Os -march=nocona -c
`test -f 'ANSI-C.c' || echo './'`ANSI-C.c
ANSI-C.y: In function `yyparse':
ANSI-C.y:1506: error: syntax error before '}' token
gmake[3]: *** [ANSI-C.o] Error 1
________________