Xref: utzoo comp.lang.c:38630 comp.unix.sysv386:7234 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!uflorida!screamer!tscs!pdn!palan!mcrsys!tony From: tony@mcrsys.UUCP (Tony Becker) Newsgroups: comp.lang.c,comp.unix.sysv386 Subject: Re: ANSI C/gcc1.39 question on Sys Vr4 Message-ID: <1991Apr22.230721.20686@mcrsys.UUCP> Date: 22 Apr 91 23:07:21 GMT References: <1991Apr21.014544.16923@swsrv1.cirr.com> Organization: MCRSYS Consulting Lines: 16 From article <1991Apr21.014544.16923@swsrv1.cirr.com>, by toma@swsrv1.cirr.com (Tom Armistead): > This is what causes the problem: > > #if #machine(pdp11) tom: run the fixincludes-V4 shell script that comes with gcc-1.39. it will convert all of your /usr/include/*.h files from #machine(...) to #if defined(...), and stuff them in /usr/local/lib/gcc-include for gcc to use. It's a gotcha. tony. -- tony ,....