On 07/10/2019 11:28, Javier Candeira wrote: > But it's not found: > > $ ldconfig -p | grep libode > <crickets> > $ > > I installed it according to the instructions, like so: > > ./configure --prefix=/usr/ --with-pic \ > --with-gnu-ld \ > --enable-double-precision \ > --enable-libccd > sudo make install
I guess /usr/lib is not on your ld path - /usr/local/lib will for fluxus, so perhaps try to rebuild ode with: ./configure --prefix=/usr/local/ --with-pic ?? :) cheers, dave
