[ODE] int8 conflict

Martin C. Martin martin at metahuman.org
Tue Jun 17 14:25:01 2003


> That worked.
>  
> Now when I run my program, it still says failed to load 'odedynam'
> /CS/odedynam.so. File not found
> etc
>  
> I ran ./configure in the main CS directory and it said:
> checking for libode ...yes
> 
> Any help?

You need to learn about shared libraries vs. static libraries, which one
you want, and if you want dynamics, how to influence which directories
your OS looks for when loading dynamic libraries.  This varies from one OS
to the other, so I can't really help you here.

- Martin