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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,68086e17863535f7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-10 12:57:12 PST Path: newsfeed.google.com!newsfeed.stanford.edu!skynet.be!freenix!enst!enst.fr!not-for-mail From: "=?iso-8859-1?Q?Torbj=F6rn_Karfunkel?=" Newsgroups: comp.lang.ada Subject: Yet another question on system calls(newbie question) Date: Thu, 10 May 2001 21:40:38 +0200 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: avanie.enst.fr 989524631 25368 137.194.161.2 (10 May 2001 19:57:11 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 10 May 2001 19:57:11 +0000 (UTC) To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.3 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: newsfeed.google.com comp.lang.ada:7500 Date: 2001-05-10T21:40:38+02:00 >>Do you want to "use" the file with Ada, or with some other = systemcommand? Ada. I want to wait for the C program to produce the file, and then = continue knowing that the file is there. I tried using GNAT.OS_Lib, but = the C program starts and then nothing happenns.