home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!uw-beaver!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
- From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
- Subject: Re: header woes with 2.2.2d
- Message-ID: <1992Aug18.175526.18087@serval.net.wsu.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University
- References: <1992Aug18.064024.13631@rs6000.cmp.ilstu.edu>
- Date: Tue, 18 Aug 92 17:55:26 GMT
- Lines: 29
-
- jliddle@rs6000.cmp.ilstu.edu (Jean Liddle) wrote
- -------------
- Well, my hopes of flawless compilation of the ps package under 2.2.2d
- have been dashed. I followed the instructions in the FAQ, README, and
- release docs, namely (1) removing all old gcc stuff (and all /usr/include
- directories except /usr/include/X11/*). I even removed the linux
- sources, reinstalled them from scratch, applied patch 1 and the buffer fix,
- to make sure all headers were unadultered. (2) ran the install script.
-
- The kernel compiled flawlessly. But, ps dies with a whole slew of errors
- such as
-
- /usr/include/linux/termios.h:69: parse error before `tcflag_t'
- /usr/include/linux/termios.h:69: warning: no semicolon at end of struct or union
- /usr/include/linux/termios.h:70: warning: data definition has no type or storage class
-
- [deleted]
- -------------
-
- I am afraid if you can compile `ps' with gcc 2.2.2 and 0.97 patch 1. You will
- have trouble with gcc 2.2.2d since to compile `ps' with gcc 2.2.2 and 0.97
- patch 1, you must have done something to the header files which will break
- gcc 2.2.2d.
-
- Solution: get rid all those `#if's of header files.
-
- --
- H.J.
- Gcc/libc maintainer for Linux.
-