On Tue, 2002-02-05 at 15:30, Andy Grimm wrote: > Is anyone here still using redhat 7.1? I'm trying to build anaconda from > the source (anaconda-7.1-12.src.rpm) and I keep getting errors like this: > > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(gconv_simple.o): In > function __gconv_transform_internal_ucs2': > /usr/src/build/53700-i386/BUILD/glibc-2.2.4/iconv/../iconv/skeleton.c:288: > multiple definition of __gconv_transform_internal_ucs2' > stubs.o:/usr/src/redhat/BUILD/anaconda-7.1/loader/stubs.c:24: first defined > here/usr/bin/ld: Warning: size of symbol __gconv_transform_internal_ucs2' > changed from 10 to 1579 in gconv_simple.o > collect2: ld returned 1 exit status The loader is somewhat heavily dependent on glibc internals as we stub out some functions to cut down on the loader size for the boot floppy. Take a look at the loader/stubs.c in 7.2 anaconda and you should be able to get things working better. Cheers, Jeremy