On Thu, 07 Sep 2006 01:41:28 +0900, Hideki IWAMOTO wrote...
> Unfortunately I do not have such thing.
Sorry. Cross compiler is not needed.
==== version 5.2 ======
[global-5.2]$ ./configure --build=x86_64-linux --host=i386-linux CFLAGS='-m32
-finput-charset=ASCII -fexec-charset=IBM037'
....
[global-5.2]$ make -s
....
Making all in gtags-parser
In file included from c_res.h:33,
from C.c:45:
../libutil/strmake.h:41: error: syntax error before string constant
make[2]: *** [C.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
===== CVS HEAD ======
[global]$ ./configure --build=x86_64-linux --host=i386-linux CFLAGS='-m32
-finput-charset=ASCII -fexec-charset=IBM037'
...
[global]$ make -s
....
Making all in gtags-parser
In file included from C.c:45:
c_res.h:29:2: error: #error "gperf generated tables don't work with this
execution character set. Please report a bug to <[EMAIL PROTECTED]>."
make[2]: *** [C.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----
Hideki IWAMOTO [EMAIL PROTECTED]
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global