Mail Archives: djgpp/1997/12/03/12:00:56
From: | Wolfram Brenig <brenig AT thp DOT uni-koeln DOT de>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Bison & making f2c with v2.01 ??
|
Date: | Wed, 3 Dec 1997 15:01:26 +0100
|
Organization: | Regional Computing Center, University of Cologne
|
Lines: | 29
|
Message-ID: | <Pine.SOL.3.91.971203141750.1584H-100000@sun45.thp.Uni-Koeln.DE>
|
NNTP-Posting-Host: | sun45.thp.uni-koeln.de
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi,
I have a total (bison-)ignorants problem compiling f2c under v2.01:
In line 38 of the makefile which comes with the f2c95201 version
in directory CONTRIB/F2C95201/SRC/SRC/MAKEFILE (distrib. with v1.xx
and I'm not aware of more recent ones) invokes bison with
$(YACC) $(YFLAGS) gram
in v1.xx or v2.00 this line produced 4 harmless (?) shift/reduce conflict
*warnings*, however, with a nicely working f2c.exe in your bin-directory
at the end of the day.
Unfortunately, using v2.01 (instead of v1.xx or v2.00) bison
jumps at me in this very line, now claiming the former warnings
are suddenly 'type clash *errors*' and stops the make.
(I have tried this '%expect N' declaration with no effect.)
Any help on this is most appreciated.
Is there any more recent src and makefile distribution which compiles
f2c with v2.01?
Wolfram
- Raw text -