Hide Forgot
Description of problem: Gnatmake ignore -R option to disable rpath -R Do not use a run_path_option when linking Version-Release number of selected component (if applicable): libgnat-4.5.1-4.fc14.x86_64 libgnat-devel-4.5.1-4.fc14.x86_64 libgnat-static-4.5.1-4.fc14.x86_64 gcc-gnat-4.5.1-4.fc14.x86_64 How reproducible: Create project and try to build it with (gnatmake -p -R -f -P project) or create spec file Output http://fpaste.org/dxOG/ /usr//bin/gcc -shared -o - called with "-rpath" option Actual results: http://fpaste.org/dxOG/ Expected results: http://fpaste.org/f3c4/ (building with adacore gnat) I've tried build project in PCLinuxOS as well - rpath doen't ignored there Additional info:
just for attention This bug affected only gcc in F14. gcc-4.6.0 works properly. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
Fixed in rawhide then.
(In reply to comment #2) > Fixed in rawhide then. What about F-14 users?