Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 13:33:52 -0400 (EDT)
From:      Daniel Hagan <dhagan@cs.vt.edu>
To:        hackers@freebsd.org
Subject:   Broken c89 or limits.h?
Message-ID:  <Pine.OSF.4.02.9904081329310.11270-100000@vtopus.cs.vt.edu>

next in thread | raw e-mail | index | archive | help
I've started trying to run the NIST-PCTS for POSIX compliance
(FreeBSD-3.1-RELEASE system), but I've hit a snag.  The tools won't
compile because:

1) c89 is a shell script which translates into 'cc -ansi -pedantic
-D_ANSI_SOURCE ...

2) /usr/include/limits.h turns off POSIX symbols (like _POSIX_OPEN_MAX)
when _ANSI_SOURCE is defined.  

This is a bit of problem ;-).  Which one should be fixed?  

Daniel

-- 
Daniel Hagan
Computer Systems Engineer
dhagan@cs.vt.edu



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9904081329310.11270-100000>