Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!+ From: James.Aspnes@CS.CMU.EDU Newsgroups: gnu.gcc Subject: Re: cbreak(?) mode and gcc Message-ID: Date: 23 Apr 89 00:49:30 GMT Reply-To: asp@cs.cmu.edu Organization: Carnegie Mellon, Pittsburgh, PA Lines: 4 Your problem is very likely to be the result of non-ANSI-conformant macros lurking in /usr/include/sys/ioctl.h (I'm assuming that since leah.albany.edu is running sendmail you're on a BSD system). Try compiling your program with -traditional.