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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6216cea7ed8d90a9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-02 05:14:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!isdnet!newsfeed.icl.net!join.news.pipex.net!pipex!grot.news.pipex.net!pipex!tube.news.pipex.net!pipex!not-for-mail From: "Ashley Collins" Newsgroups: comp.lang.ada Subject: GNAT Ada 3.13 + DOS revisted Date: Fri, 2 Mar 2001 13:12:06 -0000 Organization: Logica UK Ltd Message-ID: <983538732.184184@ernani.logica.co.uk> Reply-To: "Ashley Collins" NNTP-Posting-Host: ernani.logica.co.uk X-Trace: soap.pipex.net 983538733 2336 193.123.204.68 (2 Mar 2001 13:12:13 GMT) X-Complaints-To: abuse@uk.uu.net NNTP-Posting-Date: 2 Mar 2001 13:12:13 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Cache-Post-Path: ernani.logica.co.uk!unknown@158.234.85.51 X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Xref: supernews.google.com comp.lang.ada:5375 Date: 2001-03-02T13:12:13+00:00 List-Id: More problems I'm afraid. Can anyone help? I've concluded that it is not possible to run GNAT 3.13 on a DOS-only machine. Instead, you have to run GNAT 3.13 on a Windows machine and then transfer executables across to the DOS machine. Is this right? Unfortunately, when I try this I get a 'This program cannot be run in DOS mode' error. I have tried using the CWSDPMI dos extender that comes with DJGPP but it makes no difference. The source code that I am trying to compile also uses long file names, which don't work under DOS. So, my overall question is: does anyone know how I can compile a load of Ada source code (with long file names) that can run on a PC than *only* has DOS installed? It's driving me mad... Ashley