very soon

Jes Sorensen jes@trained-monkey.org
Wed Aug 15 08:41:00 GMT 2001


>>>>> "Ulrich" == Ulrich Drepper <drepper@redhat.com> writes:

Ulrich> haven't heard anything negative (at least nothing which isn't
Ulrich> resolved) and only have no idea about the Hurd status.  I
Ulrich> guess it's under control since otherwise somebody would have
Ulrich> let us know.

Ulrich> So I shoot for sometime today to make the release.  Unless my
Ulrich> mailbox is full with reports when I get up.

Sorry for barking, but I am seeing one strange error with the current
version. I can't find GCONV_PATH declared anywhere else in the source
(same for GCONV_DIR).  Shouldn't the code be changed to do something
like this?:

	tmp_string = getenv("GCONV_PATH");
	/* In any case also handle the standard directory.  */
	path = strdupa (GCONV_PATH);

Or am I missing something? Isn't iconvconfig.c being compiled on non
ia64 boxen?

Jes


gcc iconvconfig.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g   -fno-reorder-blocks   -I../include -I. -I/home/jes/libc-2.2/build/iconv -I.. -I../libio  -I/home/jes/libc-2.2/build -I../sysdeps/ia64/elf -I../linuxthreads/sysdeps/unix/sysv/linux/ia64 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/ia64 -I../sysdeps/unix/sysv/linux/ia64 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/ia64/fpu -I../sysdeps/ia64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /data/toolchain/lib/gcc-lib/ia64-linux/2.96-ia64-000717/include -isystem /home/jes!
/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -o /home/jes/libc-2.2/build/iconv/iconvconfig.o
iconvconfig.c: In function `main':
iconvconfig.c:278: `GCONV_PATH' undeclared (first use in this function)
iconvconfig.c:278: (Each undeclared identifier is reported only once
iconvconfig.c:278: for each function it appears in.)
iconvconfig.c: In function `write_output':
iconvconfig.c:969: `GCONV_DIR' undeclared (first use in this function)
iconvconfig.c:969: parse error before string constant
iconvconfig.c:996: parse error before string constant



More information about the Libc-hacker mailing list