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,1242cbb54077a233 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!fdn.fr!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Message-ID: <49A99279.4060906@obry.net> Date: Sat, 28 Feb 2009 20:37:29 +0100 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada To: sjw Subject: Re: Compile c2ada References: <70r63iFhufucU1@mid.individual.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 28 Feb 2009 20:37:25 CET NNTP-Posting-Host: 90.51.163.182 X-Trace: 1235849845 news.orange.fr 2739 90.51.163.182:7449 X-Complaints-To: abuse@orange.fr Xref: g2news1.google.com comp.lang.ada:3856 Date: 2009-02-28T20:37:25+01:00 List-Id: sjw a �crit : > BTW, building software in /usr/bin/c2ada is not standard practice! Right. > more typical to build in ~/c2ada (& then install in /usr/bin if you > must ..) I usually build on my home directory indeed, inside ~/build/xxx or ~/dev/xxx. But I never install software inside /usr/bin to avoid any conflicts with package coming with my distribution. One option is /usr/local/{bin/lib} or /opt/{name_of_package}. I prefer the second as it is easier to remove a soft... rm -f /opt/c2ada. My 2 cents! Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net - http://v2p.fr.eu.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B