Hi Partha, in my system these libraries are in: /usr/lib/x86_64-linux-gnu/libgexiv2.a /usr/lib/x86_64-linux-gnu/libgexiv2.so instead that in '/usr/local/lib/libexiv2.la' On 03/02/2018 01:46, Partha Bagchi wrote:
Hi Americo, What does find / -name "libgexiv*.so" say? Since I don't know how your ld.conf is setup, I am trying to guess where your shared objects are. Once you find them, instead of relying on the system, you can pass them directly to GIMP/GEGL while making using LDFLAGS="-L/usr/lib/lib64" etc.
Perhaps I need modify my setup environment? my setup script is: less ../setup-master.sh PREFIX=/opt/gimp-default-master export PATH=$PREFIX/bin:$PATH export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH export XDG_DATA_DIRS=$PREFIX/share:$XDG_DATA_DIRS export ACLOCAL_FLAGS="-I $PREFIX/share/aclocal" export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules export SRC_DIR=$HOME/devel/gimp-default-master/gimp-2.9/build export CFLAGS='-std=gnu99 -fPIC' export LESS="-F -X -R" _______________________________________________ gimp-developer-list mailing list List address: gimp-developer-list@xxxxxxxxx List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list