Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!rfrench From: rfrench@ATHENA.MIT.EDU ("Robert S. French") Newsgroups: gnu.g++.bug Subject: G++ 1.27.0: Bug in lex.c Message-ID: <8809211859.AA02317@CAROLINGIA.MIT.EDU> Date: 21 Sep 88 18:59:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 For some reason on my system (BSD 4.3/VAX), errno does not get declared in lex.c. This causes the compilation to bomb. An obvious solution is to place the declaration "extern int errno;" at the top of the file. Rob French