Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Building latest GDB snapshots

0 views
Skip to first unread message

Eli Zaretskii

unread,
Sep 5, 2009, 4:06:36 AM9/5/09
to djgpp-...@delorie.com, dj...@delorie.com
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.

0 new messages