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,64fc8d51594bbaad,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Fri, 02 Jun 2006 10:40:32 +0200 From: Georg Bauhaus Organization: elsewhere User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Porting GNAT/GCC to FreeBSD References: <447F6576.6020006@lovetemple.adbloccker.net> In-Reply-To: <447F6576.6020006@lovetemple.adbloccker.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <447ff962$0$4504$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 02 Jun 2006 10:40:02 MEST NNTP-Posting-Host: 9398c66b.newsread2.arcor-online.net X-Trace: DXC=6M4^4:66@5TghFd\k@b23TQ5U85hF6f;TjW\KbG]kaMX[NGU2GAcMGZ]aHJc1B;;oX=0F65HQV8iVlaF`5814dmT X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4645 Date: 2006-06-02T10:40:02+02:00 List-Id: Karel Miklav wrote: > Is it OK to just install each version of binaries in a separate > folder, like /user/local/bin/gcc34/? This works, if PATH is adjusted accordingly. > Should I use --program-prefix > or --program-suffix flags to configure GCC? What should I advise > users about making the compiler usable - setting the environment, > specifying flags, making aliases, links? Have you had a chance to took at the Debian/GNU port? The names, suffixes, and locations are changed, there, too. Georg