I am trying to install the latest version of SFML from the git repositories on redhat 6.4, i have installed the depedency udev as :
yum install libudev-devel.x86_64.
But when i try to compile SFML i got these errors :
../../lib/libsfml-window.so.2.1: undefined reference to `udev_device_get_sysattr_value(udev_device*, char const*)'
../../lib/libsfml-window.so.2.1: undefined reference to `udev_device_unref(udev_device*)'
../../lib/libsfml-window.so.2.1: undefined reference to `udev_device_get_parent_with_subsystem_devtype(udev_device*, char const*, char const*)'
../../lib/libsfml-window.so.2.1: undefined reference to `udev_new()'
../../lib/libsfml-window.so.2.1: undefined reference to `udev_device_new_from_subsystem_sysname(udev*, char const*, char const*)'
../../lib/libsfml-window.so.2.1: undefined reference to `udev_unref(udev*)'
Could somoene explain where my problem comes from and how could i solve it ? Thanks a lot for your time.