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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,238d86975fe557fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!j44g2000cwa.googlegroups.com!not-for-mail From: koburtch@gmail.com Newsgroups: comp.lang.ada Subject: Re: How to manage a system call inside Ada ? Date: 23 Nov 2006 08:44:47 -0800 Organization: http://groups.google.com Message-ID: <1164300287.737117.167930@j44g2000cwa.googlegroups.com> References: NNTP-Posting-Host: 216.58.96.135 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1164300293 10104 127.0.0.1 (23 Nov 2006 16:44:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Nov 2006 16:44:53 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.5 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 Application and Content Networking System Software 5.5.1 Complaints-To: groups-abuse@google.com Injection-Info: j44g2000cwa.googlegroups.com; posting-host=216.58.96.135; posting-account=7R_58A0AAADoKYkAFXr0Z-VACeMgsSPx Xref: g2news2.google.com comp.lang.ada:7667 Date: 2006-11-23T08:44:47-08:00 List-Id: What operating system are you using? For linux, detailed instructions using system calls is available in my online book at http://www.pegasoft.ca/resources/boblap/book.html Ken B. wlz wrote: > Hi, > I want to call an editor inside Ada-Code. Is there a Ada function > like system(..) in C. > I tried to import a C function with this system call. But this failed, the > Ada Linker is missing the label _system. > > I hope somebody can help. > > thx - rainer