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,d23eb00a3c14e743,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.42.246.3 with SMTP id lw3mr10188943icb.0.1320337493543; Thu, 03 Nov 2011 09:24:53 -0700 (PDT) Path: p6ni66976pbn.0!nntp.google.com!news2.google.com!postnews.google.com!a12g2000vbz.googlegroups.com!not-for-mail From: awdorrin Newsgroups: comp.lang.ada Subject: Gnat on Debian 6.0.3 building 32-bit executables? Date: Thu, 3 Nov 2011 09:24:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3c0db181-d07f-4d16-87a4-088966a9d777@a12g2000vbz.googlegroups.com> NNTP-Posting-Host: 192.31.106.34 Mime-Version: 1.0 X-Trace: posting.google.com 1320337493 26395 127.0.0.1 (3 Nov 2011 16:24:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Nov 2011 16:24:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a12g2000vbz.googlegroups.com; posting-host=192.31.106.34; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: news2.google.com comp.lang.ada:14293 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-11-03T09:24:53-07:00 List-Id: I realize this may not be the best group for asking this question as it may be more of an OS question than an Ada question - but since its related to building Ada source code - I'm hoping its ok I post this here. I just reinstalled my system using Debian 6.0.3 for amd64/x86_64. I need to compile my code into 32-bit. I see that the gcc compiler supports multilib - but I can't find the corresponding files for gnat. Is there a way to install the i386 files for Gnat on the amd64/x86_64 version of Debian, or would I be better off reinstalling Debian for i386? Thanks!