I'm using Solaris 10, Studio 12 compilers. Following INSTALL directions ($ ./configure --prefix=/opt $ make clean; $ make package ) results in: ... cc -D_REENTRANT -I. -I. -I.. -I../intl -DFILEBENCHDIR=\"/opt/filebench\" -g -xO3 -xarch=v9 -DYYDEBUG=1 -c `test -f 'parser_gram.c' || echo './'`parser_gram.c cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs "/usr/dist/local/share/tom/gnu/share/bison.simple", line 387: warning: implicit function declaration: yylex lex -t parser_lex.l > parser_lex.c "parser_lex.l":line 287: Error: Parse tree too big Try using %e num 1001/1000 nodes(%e), 0/50000 positions(%p), 1/5000 (%n), 0 transitions, 0/10000 packed char classes(%k), 0/50000 packed transitions(%a), 0/50000 output slots(%o) *** Error code 1
What do I need to change to fix this problem? This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org