Attempting to make a program I'm getting the response:
cc1: error: conversion from UTF-8 to IBM2047 not supported by iconv (see
below)
The compile is specifying -fexec-charset=IBM2047, where IBM2047 is a
non-standard code page supplied by IBM. I had set GCONV_PATH to point
to where that's located.
I wonder if GCONV_PATH is meant to also point to /usr/lib/gconv and/or
/usr/lib64/gconv, so I've tried including those in the path. I've also
tried copying IBM2047.so into /usr/lib/gconv and updating
gconv-modules. Nothing I try though seems to fix this error.
Anyone know what GCONV_PATH is meant to be set for on a 64b system or
how to fix this problem?
Thanks,
ian
...
MTPF2001I: TARGET: "__assert.o"
PREREQ:
"/ztpf/put03/copy/tpf-put03/source/opensource/glibc/assert/__assert.c"
tpf-gcc -iquote /ztpf/put03/copy/tpf-put03/source/opensource/glibc
-iquote /ztpf/put03/copy/tpf-put03/source/opensource/glibc/include
-iquote
/ztpf/put03/copy/tpf-put03/source/opensource/glibc/sysdeps/generic -fpic
-D_GNU_SOURCE -fexec-charset=IBM2047 -Wall -gdwarf-2 -fmessage-length=0
-Wa,-aldhs=/ztpf/put03/copy/tpf-put03/source/opensource/glibc/lst/__assert.lst
-O3 -funsigned-char -Wno-format-extra-args -fverbose-asm
-D_TPF_SOURCE -fno-builtin-abort -fno-builtin-exit
-fno-builtin-sprintf -fno-builtin-isdigit -ffloat-store -include
include/libc-symbols.h -DSHARED -DPIC -O99 -w -c
/ztpf/put03/copy/tpf-put03/source/opensource/glibc/assert/__assert.c
MTPF2101I: Errors or Warnings issued during build.
MTPF1111W: Error File: /ztpf/ian/bss/CISO.err1
cc1: error: conversion from UTF-8 to IBM2047 not supported by iconv
gmake: *** [__assert.o] Error 1