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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5033dff4d63fe27a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Date: Sat, 18 Apr 2009 21:30:11 +0200 From: Gautier User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT & GPS on Linpus Linux References: <740moaF119la3U1@mid.individual.net> <49e0f469$1_3@news.bluewin.ch> In-Reply-To: <49e0f469$1_3@news.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 85.3.80.105 X-Original-NNTP-Posting-Host: 85.3.80.105 Message-ID: <49ea2a85$1_3@news.bluewin.ch> X-Trace: news.bluewin.ch 1240083077 85.3.80.105 (18 Apr 2009 21:31:17 +0200) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!news.in2p3.fr!in2p3.fr!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news2.google.com comp.lang.ada:5506 Date: 2009-04-18T21:30:11+02:00 List-Id: A followup on that topic, now that I have GNAT (GPL 2008) running on this netbook: In case it could help people in a similar context, here are the steps to successfully install GNAT on a machine with a pre-installed "Linpus Lite" Linux system. The first two steps are rather to facilitate the installation of any software and are not specific to GNAT. 1) From the UI, start xfce_settings_show (you get it through a terminal window (file manager: File menu) or via Alt-F2). Select the "Desktop" icon, the "Behavior" tab and enable the "show desktop menu on right click" option. 2) From the Desktop menu available now, you have access to *lots* of things (applications, options) you hadn't access to before. Select System, then Add/Remove software. Install any gcc-based development tool. It is for having the "make" utility available as well as the right libraries in the right place (/usr/lib) for the GNAT linking to complete successfully. The proposed Ada pack is superfluous (a very old version). 3) Download the GPL GNAT from http://libre.adacore.com/ and unpack it some directory. 4) In a terminal window, go to directory of step 3 if necessary and type sudo ./doinstall and say yes to all questions... 5) To have GNAT available from any directory, you need to change the path: in the /home/user/.bashrc file, add the line: export PATH=/usr/gnat/bin:$PATH -- _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!