last i ran gcc on sun machines (or aix for that matter), glibc was not required. admittedly this was four years ago. have things changed?
- erik On Tue Apr 25 19:54:59 CDT 2006, [EMAIL PROTECTED] wrote: > On Tue, Apr 25, 2006 at 05:48:00PM -0700, [EMAIL PROTECTED] wrote: > > >From memory and a quick scan of gcc(1) since I don't have time to read > > the entire manual ``page'' now, `gcc -ansi -pedantic' should compile > > exactly 1990 ISO C and `gcc --std=c99 -pedantic' should compile > > exactly 1999 ISO C. Using -pedantic-errors instead of -pedantic will > > produce fatal errors rather than warnings for using extensions. > > gcc *can not* claim full ISO C99 compatibility for the variety of reasons, > but the biggest one being -- glibc is not c99 complaint. > > Thanks, > Roman.
