X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Recipient: djgpp AT delorie DOT com Date: Sat, 05 Sep 2009 11:06:36 +0300 From: Eli Zaretskii Subject: Re: Building latest GDB snapshots In-reply-to: <83tyzi4nn6.fsf@gnu.org> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com, djgpp AT delorie DOT com Message-id: <83ljkt4xyr.fsf@gnu.org> References: <83hbvj80ht DOT fsf AT gnu DOT org> <93c172b50909040715n791c007ema4715db95e946e2e AT mail DOT gmail DOT com> <83y6ou4sls DOT fsf AT gnu DOT org> <83tyzi4nn6 DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Those of you who use Bash 2.04.7(1)-release from current/v2gnu/bsh204br2.zip, please correct this line in share/config.site: export PATH_SEPARATOR=; The semi-colon should be quoted: export PATH_SEPARATOR=';' This tripped me while building latest snapshots of GDB. I don't know how did we fail to see this earlier; perhaps the latest Autotools define PACKAGE_VERSION, while older did not, or perhaps they define it earlier, before config.site is loaded. If you are using Bash 2.05, the config.site file that came with it doesn't have this problem.