Generated scripts : 'prefix'/install/bin/synfig-config

Looking in it, found “-lsigc-2.0” is twice referenced in “LIBS” value … this don’t produce weird issue, but maybe it’s not an expected result.

17>  LIBS="-lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0"

see(:ya!

When gathering the needed libs each library lists its own needs and all they are added to the Synfig libs. It is possible that lsigc-2.0 is requested by other library apart of its own requirement by Synfig.
-G