This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: recompile gcc with --enable-clocale=gnu, still not work with unicode outfile


On Mon, Jun 27, 2011 at 7:31 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 28 June 2011 00:04, eric wrote:
>>
>>> You need to configure gcc with --enable-clocale=gnu and reinstall it.
>>>
>>> That should be the default on GNU/Linux but apparently your system is
>>> missing something necessary to support named locales.
>>
>> so I do
>> ./configure --enable-clocale=gnu
>
> (You obviously didn't read the installation docs, you're not supposed
> to run ./configure in the source directory)
This seems to come up alot.

Perhaps ./configure should result in error if cwd is the source
directory. If it does not error, perhaps it should lock up the
keyboard, or shut down the machine to keep folks from moving forward
;).

At minimum, it will probably reduce questions on the list.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]