Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: cegui - Free library providing windowing and widgets for graphics APIs / engines https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193342 ------- Additional Comments From j.w.r.degoede@xxxxxx 2006-06-11 15:22 EST ------- Ok, solved, my bad: The output of "libtool --help --mode=link" contains: -rpath LIBDIR the created library will eventually be installed in LIBDIR So this is a different rpath option as -Wl,rpath passed to gcc / g++ or -rpath passed to ld. I guess it might cause a -Wl,rpath in the link command when LIBDIR is a non standard dir and hence it has the name, but appeareantly libtool is smart enough not to pass -rpath when LIBDIR (as passed to libtool) is a standard libdir (which it is in our case: /usr/lib[64]). I've verified this with my local installed build of -5 (+tinyxml + 64 bit fixes): [hans@shalem ~]$ objdump -x /usr/lib64/libCEGUILuaScriptModule.so | grep -i rpath [hans@shalem ~]$ So the -rpath in this case can stay, sorrrrryyyyyyy. Still this dance wasn't in (entirely) vain as the other -rpath's where really a problem. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review