Displaying 4 results from an estimated 4 matches for "dwnlds".
Did you mean:
dnlds
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
...en Pope wrote:
>> On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote:
>>
>>> ldd your_built_clang | grep libstdc++
>>> chrpath -l your_built_clang
>>
>> Hmm, where "your_built_clang" should be the actual failing executable:
>> /home/evansl/dwnlds/llvm/3.5rc1/build/Release+Asserts/bin/llvm-tblgen
>>
>> Ben
> Here's the result:
>
> -*- mode: compilation; default-directory:
> "~/dwnlds/llvm/3.5rc1/build-variants/" -*-
> Compilation started at Wed Jul 30 10:03:38
>
> make -f my.mk chrpath
> ca...
2014 Aug 28
5
[LLVMdev] [3.5 Release] Release Candidate 4 Now Available
We had to roll a release candidate 4 for the 3.5 release. It’s up at the normal place:
http://llvm.org/pre-releases/3.5
Please test it and report any major bugs you may find.
Thanks!
-bw
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote:
> ldd your_built_clang | grep libstdc++
> chrpath -l your_built_clang
Hmm, where "your_built_clang" should be the actual failing executable:
/home/evansl/dwnlds/llvm/3.5rc1/build/Release+Asserts/bin/llvm-tblgen
Ben
2002 Jan 18
2
32 bit error compiling R on sparc-sun-solaris (PR#1273)
Full_Name: vinod rajakumar
Version: R-1.4.0
OS: Solaris 5.8
Submission from: (NULL) (66.9.157.2)
my machine looks like:
SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000 (64-bit)
I downloaded the zipped R-1.4.0 files into $HOME/dwnlds, unzipped, un-tar-ed,
and ran the following:
export MAKE=gmake
export CC = gcc
./configure --prefix=$HOME/sfw/R
gmake
and here's where it failed:
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c arithmetic.c -o arithmetic.o
arithmetic.c:672: #...