ANSI C/gcc1.39 question on Sys Vr4

Tony Becker tony at mcrsys.UUCP
Tue Apr 23 09:07:21 AEST 1991


>From article <1991Apr21.014544.16923 at swsrv1.cirr.com>, by toma at 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 ,....



More information about the Comp.unix.sysv386 mailing list