[LLVMdev] rpaths in llvm binaries

Óscar Fuentes ofv at wanadoo.es
Mon Nov 16 14:38:37 PST 2009


"Larson, Timothy E." <TELarson at west.com> writes:

> Hello LLVM devs,
>
> I am trying to package llvm for NetBSD.  The package checker scripts
> are complaining about bad rpaths in the binaries.  I see that they are
> relative to the build directory.  I have no idea why that would be.
> Can you explain?

Are you using cmake for building LLVM?

If the answer is yes, please ask on the cmake mailing list.

Usually cmake sets the RPATH when building LLVM as shared objects. But
on my Linux box it does not set RPATH when building LLVM as static
libraries.

-- 
Óscar




More information about the llvm-dev mailing list