Sonames of OCL
Submitted by Leopold Palomo-... on Tue, 2015-03-10 18:38 |
Hi,
I have found an interesting thing. The number of the SONAMES of rtt differ from
ocl. I mean:
objdump -p usr/lib/orocos/gnulinux/ocl/liborocos-ocl-common-gnulinux.so.2.8.0
| grep SONAME
SONAME liborocos-ocl-common-gnulinux.so.2.8.0
leo@indiana:~/robotica/drp/tmp$ objdump -p /usr/lib/liborocos-rtt-gnulinux.so
| grep SONAME
SONAME liborocos-rtt-gnulinux.so.2.8
the ocl sources creates sonames with, for instance 2.8.0 and the rtt creates
2.8.
Could be possible to change this from 2.8.0 to 2.8?
Best regards,
Leopold