From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88ed72d98e6b3457 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-10 10:02:15 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: "Warren W. Gay VE3WWG" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: POSIX File Structure Conventions for Ada (Was: Standard Library Interest?) References: <3F7F760E.2020901@comcast.net> <3F8035B0.7080902@noplace.com> <3F816A35.4030108@noplace.com> <3F81FBEC.9010103@noplace.com> <6Ingb.30667$541.13861@nwrdny02.gnilink.net> <3F82B4A4.5060301@noplace.com> <3F82F527.3020101@noplace.com> <3F836528.9020906@noplace.com> <3F84A3F9.6@comcast.net> In-Reply-To: <3F84A3F9.6@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <6oBhb.12980$fP6.400934@news20.bellglobal.com> Date: Fri, 10 Oct 2003 12:47:23 -0400 NNTP-Posting-Host: 198.96.223.163 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1065804418 198.96.223.163 (Fri, 10 Oct 2003 12:46:58 EDT) NNTP-Posting-Date: Fri, 10 Oct 2003 12:46:58 EDT Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:621 Date: 2003-10-10T12:47:23-04:00 List-Id: Robert I. Eachus wrote: > Stephane Richard wrote: >> I'm no latin speaking individual >> and I'm curious to know the difference between De-Facto and De-Jure :-). >> although I have an idea based on the context if this quote hehe... > > > Roughly "de facto" = "in fact", and "de jure" = "in law". > > In the standards industry, a de facto standard is something most people > use, even though it is not particularly blessed by some standards > organization. Windows is a de facto standard, even if you have no idea > what will happen when you take some action in Windows, the fact that so > many people are using it makes it a de facto standard. Similarly, Linux > is a de facto standard, and POSIX is a de jure standard. Is it possible > for a version of Linux to be POSIX compliant? Sure. In fact, Windows > NT 4.0 was sold as POSIX compliant even if no one other than masochists > tried to use the POSIX interface. ;-) Which causes me to ask: is there any Ada interested parties working on efforts such as the Linux Standards Base (LSB)? Or is there any Ada based work related to directory/file structure naming in POSIX? I would love to hear what the generally accepted practice is for placing Ada packages on a UNIX file system should be. The library files are already well defined, but where is the standard location to put: Ada specs (and bodies for generics)? Those GNAT *.ali files? in a POSIX compliant platform? On Linux? In /opt? In /usr/local? If so, where in there? Warren.