> Can anyone point me to the information on how to compile ODE as a > shared object under Linux? 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 -jeff