ANSI C/gcc1.39 question on Sys Vr4

Bill Hatch bill at alembic.acs.com
Wed May 1 10:08:04 AEST 1991


In article <59420 at bigtex.cactus.org> james at bigtex.cactus.org (James Van Artsdalen) writes:
>In <1991Apr21.014544.16923 at swsrv1.cirr.com>, toma at swsrv1.cirr.com
>	(Tom Armistead) wrote:
>
>> I have gcc 1.39 on System Vr4.  It compiled with just a little
>> trouble, but when I compile things with, if they include anything from
>> /usr/include, gcc croaks on some ?ANSI? stuff in the .h files.

If you use the -traditional option (__STDC__ not defined or 0) gcc
should work fine on V4.   This is a quick fix - then fix the include
files as Jim A. recommends.


-- 
Bill Hatch  (301)470-3839(w)  (301)441-1675(h)
Coleman Research, 14504 Greenview Drive, Laurel MD 20708
All opinions expressed are my own - dont blame my employer or alembic systems



More information about the Comp.lang.c mailing list