Hi,
When building a libiconv snapshot with --enable-relocatable on Cygwin,
"make install" fails with
libtool: link: gcc -g -O2 iconv.o iconv.res -o .libs/iconv.exe
-L/usr/local/cygwin64/lib ../srclib/libicrt.a /tmp/inst/lib/libiconv.dll.a
-L/tmp/inst/lib
RELOC_LIBRARY_PATH_VAR="PATH" RELOC_LIB
Hi,
It was reported in [1] that the relocatable-prog-wrapper fails to compile
due to an undefined xalloc_die() symbol. It is caused by the use of xreadlink().
Since the wrapper is compiled with NO_XMALLOC defined, xreadlink should be
avoided.
2007-12-24 Bruno Haible <[EMAIL PROTECTED]>