Hello, I am trying to build glibc-2.3.4 using binutils-2.15 and gcc-3.4.3 from ftp://ftp.linux-mips.org/pub/linux/mips/crossdev/i386-linux/mips64-linux. Compilation fails with following messages: clude/libc-symbols.h -DPIC -DASSEMBLER -x assembler-with-cpp -o /home/maxim/temp/build-glibc/io/sendfile.o - .././scripts/mkinstalldirs /home/maxim/temp/build-glibc/io (echo '#include <sysdep.h>'; \ echo 'PSEUDO (sendfile64, sendfile64, 4)'; \ echo ' ret'; \ echo 'PSEUDO_END(sendfile64)'; \ echo 'libc_hidden_def (sendfile64)'; \ ) | mips64-linux-gcc -mabi=64 -c -I../include -I. -I/home/maxim/temp/build-glibc/io -I.. -I../libio -I/home/maxim/temp/build-glibc -I../sysdeps/mips/elf -I../linuxthreads/sysdeps/unix/sysv/linux/mips/mips64 -I../linuxthreads/sysdeps/unix/sysv/linux/mips -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/mips -I../sysdeps/unix/sysv/linux/mips/mips64/n64 -I../sysdeps/unix/sysv/linux/mips/mips64 -I../sysdeps/unix/sysv/linux/mips -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/mips/mips64/n64 -I../sysdeps/unix/mips/mips64 -I../sysdeps/unix/mips -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/mips/mips64/n64 -I../sysdeps/ieee754/ldbl-128 -I../sysdeps/mips/mips64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/mips -I../sysdeps/wordsize-64 -I../sysdeps/mips/fpu -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc/mips64-linux/3.4.3/include -isystem /usr/local/tools/mips64-linux/mips64-linux/sys-root/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DASSEMBLER -x assembler-with-cpp -o /home/maxim/temp/build-glibc/io/sendfile64.o - <stdin>: Assembler messages: <stdin>:2: Error: absolute expression required `li' make[2]: *** [/home/maxim/temp/build-glibc/io/sendfile64.o] Error 1 make[2]: Leaving directory `/home/maxim/temp/glibc-2.3.4/io' make[1]: *** [io/subdir_lib] Error 2 make[1]: Leaving directory `/home/maxim/temp/glibc-2.3.4' Has anyone seen it before? And one more thing - are there srpms for the above mentioned tools available? Best regards, Maxim