This is what I was told to do and it worked for me on Mandrake 10...

<quote>
In the top-level-directory Makefile, add this line after line number 250 (the
command which creates the static library)

$(CC) -shared -o libode.so $(ODE_OBJECTS) -L$(OPCODE_DIRECTORY) -lopcode -lm
</quote>