Instead of 'lex', try using 'flex'.  I was able to build successfully with:
fsh-suzuki% flex --version
flex version 2.5.4
fsh-suzuki% 

fsh-suzuki% make package
...
flex -t parser_lex.l > parser_lex.c
source='parser_lex.c' object='parser_lex.o' libtool=no \
depfile='.deps/parser_lex.Po' tmpdepfile='.deps/parser_lex.TPo' \
depmode=none /bin/bash ../config/depcomp \
cc -D_REENTRANT -I. -I. -I.. -I../intl -DFILEBENCHDIR=\"/opt/filebench\"     -g 
-xO3 -xarch=v9 -DYYDEBUG=1 -c `test -f 'parser_lex.c' || echo './'`parser_lex.c
cc  -g -xO3 -xarch=v9 -DYYDEBUG=1   -o go_filebench  gamma_dist.o misc.o  
procflow.o threadflow.o utils.o  flowop.o flowop_library.o ipc.o  vars.o 
stats.o eventgen.o  fileset.o fb_random.o parser_gram.o  parser_lex.o  -lrt 
-lkstat -lm
...

As mentioned in the 'INSTALL' file, don't forget to have the correct 
'solaris/pkg/prototype' file for sparc.

If that doesn't work, feel free to contact me off list so we can get this 
resolved.

eric
 
 
This message posted from opensolaris.org
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to