"internal compiler error" with gpc-20070904 on CString2String
J. David Bryan
jdbryan at acm.org
Tue Feb 5 19:43:25 CET 2008
On 5 Feb 2008 at 19:14, Adriaan van Os wrote:
> [p17-2:~/gpc/testgpc/adriaan] adriaan% gpc412 -v
> Ingebouwde specs worden gebruikt.
> Configured with: ../gcc-4.1.2/configure --enable-languages=pascal,c
> --enable-threads=posix --target=i386-apple-darwin9
> --host=i386-apple-darwin9 --build=i386-apple-darwin9
> --prefix=/Developer/Pascal/gpc412u2 --with-arch=pentium-m
> --with-tune=prescott
> Thread model: posix
> gpc version 20070904, based on gcc-4.1.2
>
> By the way, how can I put off the automatic translation into Dutch
> (which I find quite irritating).
Add "--disable-nls" to the "configure" invocation. From the "Installing
GCC" manual:
--enable-nls
--disable-nls
The `--enable-nls' option enables Native Language Support (NLS),
which lets GCC output diagnostics in languages other than American
English. Native Language Support is enabled by default if not
doing a canadian cross build. The `--disable-nls' option disables
NLS.
-- Dave
More information about the Gpc
mailing list