On Mon, 1 Sep 2014 23:36:58 -0500, Bill Godfrey wrote:
>
>The cc command is not ANSI C. xlc, c89, and c99 are ANSI C.
> 
I don't see xlc in the POSIX documentation.

c99 may purport to be ANSI C, but it misses the mark.  ANSI
(well, POSIX) specifies that paths listed in -I options be searched
(in order) before the usual places.  c99 searches -I options after
the usual places.

The programmer can prevent this by supplying nonstandard
options, or by using a different nonstandard option to specify
a customized configuration file.

The default behavior should be POSIX, and the programmer
shouldn't be required to specify nonstandard options to
get POSIX behavior.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to