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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f7972843e38be80 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-17 10:44:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!newsfeed1.earthlink.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: "Brian Catlin" Newsgroups: comp.lang.ada Subject: Re: Running Ada programs under Condor? Date: Sat, 17 Nov 2001 10:44:20 -0800 Organization: Sannas Consulting Message-ID: <9t6b65$foe$1@nntp9.atl.mindspring.net> References: <9sqfa3$249$1@geraldo.cc.utexas.edu> <9ssnmp$am9$1@geraldo.cc.utexas.edu> <96vI7.24288$xS6.38177@www.newsranger.com> NNTP-Posting-Host: d1.56.dc.15 X-Server-Date: 17 Nov 2001 18:44:21 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:16649 Date: 2001-11-17T18:44:21+00:00 List-Id: "Ted Dennison" wrote in message news:96vI7.24288$xS6.38177@www.newsranger.com... > In article <9ssnmp$am9$1@geraldo.cc.utexas.edu>, Bobby D. Bryant says... > > > >feature (to migrate running jobs between machinces), which requires > >running a Condor-provided wrapper to the compiler (to link in the > >checkpoint stuff, I suppose). No Ada compilers are listed, but since > >gcc is, and since I'm laboring under the assumption that GNAT is "built > >on" gcc, I'm hoping that the Condor components can be linked in to > >replace gcc modules, rather than any GNAT-specific modules. > > Gnat is indeed build on gcc. However, its currently a rather old version of gcc > (2.8.1 on the latest public version). Depending on exactly what that wrapper > does, that may cause you trouble. > > The next major revision of gcc will support Gnat, so this problem (if it is a > problem) should go away in a while. As I recall, GCC 3.1 (with GNAT Ada support) is scheduled for release mid-February -Brian