https://bugzilla.novell.com/show_bug.cgi?id=807325 https://bugzilla.novell.com/show_bug.cgi?id=807325#c2 --- Comment #2 from Axel Köllhofer <AxelKoellhofer@web.de> 2013-03-17 21:39:58 UTC --- BTW: Maybe this problem is not about names. As said before the binary is linked _statically_ against fltk. If there is no static development package for fltk, there's your problem. If you want to link dynamically against fltk, remove BuildRequires: fltk-devel-static >= 1.3.0 and # link statically against fltk libraries %__sed -i 's|--ldflags|--ldstaticflags|g' configure configure.ac from spec file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.