On 29 Mar 2014, at 05:43, Dmitry Marakasov <amd...@amdmi3.ru> wrote:
> Are we to fix new clang failures related to that clang now treats
> unknown arguments as fatal errors:
> 
> ---
> c++: error: unknown argument: '-R/usr/local/lib'
> ---

Yes, just replace -R/usr/local/lib with -Wl,-rpath,/usr/local/lib.  This
is very easy to do with sed.

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to