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

Dominique Louis Dominique at SavageSoftware.com.au
Mon Apr 12 20:15:58 MST 2004


Hi Jeff,

Jeffrey Smith wrote:
> 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

Thanks for the tip this certainly allow me to compile the libode.so file 
( I create one with Single precision and another with double ). But I 
now get the following error...

:relocation error:usr/lib/libode.so:undefined symbol:__cxa_pure_virtual

when trying to use the Shared object at runtime.

Is there something I have forgotten to do?


Dominique
http://www.DelphiGamer.com := go on, write a game instead;


More information about the ODE mailing list