Displaying 3 results from an estimated 3 matches for "telarson".
Did you mean:
pearson
2009 Nov 16
0
[LLVMdev] rpaths in llvm binaries
"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?
A...
2009 Nov 16
2
[LLVMdev] rpaths in llvm binaries
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?
If I build as myself, for testing (e.g.):
$ readelf -d ~/downloads/llvm-2.6/Release/bin/llvm-ar
Dynamic section at offset 0x15af28 contains 25 entries:
2009 Nov 17
1
[LLVMdev] rpaths in llvm binaries
> 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.
I do not have cmake installed - and when packaging for NetBSD (IIRC) you need to explicitly tell it that cmake is