[ODE] Changes required to compile libode.so...

Jeffrey Smith jeffreys at Softimage.com
Mon Apr 12 10:12:29 MST 2004


> 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



More information about the ODE mailing list