[Mono-bugs] [Bug 55902][Nor] Changed - GNU bison 1.875 fails on monoburg compilation (use /usr/ccs/bin/yacc instead) (mono-0.31)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 13:59:41 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=55902

--- shadow/55902	2004-03-22 17:10:53.000000000 -0500
+++ shadow/55902.tmp.17004	2004-03-23 13:59:41.000000000 -0500
@@ -300,6 +300,11 @@
 /usr/ccs/bin/yacc monoburg.y ; mv y.tab.c parser.c
 
 Everything seemed to compile OK after that and the ld fix I mentioned
 in #55910 <http://bugzilla.ximian.com/show_bug.cgi?id=55910>.
 
 Louis
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-23 13:59 -------
+Could you run truss with the -f flags like this:
+
+truss -f bison ./monoburg.y -o parser.c