[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: syntax error at line 23510: `}' unexpected
From: |
Ian Lance Taylor |
Subject: |
Re: syntax error at line 23510: `}' unexpected |
Date: |
Wed, 21 Jan 2009 17:03:07 -0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
kamaraju kusumanchi <address@hidden> writes:
> When trying to configure bison 2.4.1
> (http://directory.fsf.org/project/bison/) on a Solaris 2.8, the
> configuration stops with
>
>
>> ../../unZipped/bison-2.4.1/configure
> ../../unZipped/bison-2.4.1/configure: syntax error at line 23510: `}'
> unexpected
Although you sent this to gcc-help, bison is not part of gcc.
If you want to configure gcc, you should set CONFIG_SHELL to /bin/ksh,
as described at http://gcc.gnu.org/install/specific.html#x-x-solaris2 .
That may help your bison problem as well.
Ian