Andreas Reuleaux wrote at 2003-1-20 17:37 +0100: > I have changed the two occurences of gcc in the src/Makefile > to /usr/bin/gcc296, so I had > CC= /usr/bin/gcc296 > and > LDSHARED= /usr/bin/gcc296 -shared Your compiler and your assembler do not fit together. I would try to install the latest "binutils" package (to match the new C compiler). Dieter