On Tuesday, 15 בJune 2010 09:12:53 Elazar Leibovich wrote:
> Thanks for the long and detailed reply!
Yes, but you (probabely by mistake) replied to me only.
I reply to the mailing list with your full content, so
the context is not lost.
> Just to make sure I got you correctly, you're saying that
On Tue, Jun 15, 2010 at 12:44 AM, Oron Peled wrote:
> On Tuesday, 15 בJune 2010 09:12:53 Elazar Leibovich wrote:
> > Thanks for the long and detailed reply!
>
> Yes, but you (probabely by mistake) replied to me only.
> I reply to the mailing list with your full content, so
> the context is not lo
On Monday 14 Jun 2010 12:20:03 Shlomi Fish wrote:
> On Monday 14 Jun 2010 02:30:24 Amos Shapira wrote:
> > There was an item on slashdot about LLVM project, have you tested it?
>
> LLVM is http://en.wikipedia.org/wiki/Low_Level_Virtual_Machine . I've
> learned about it from many places, including
On 6/10/10, Tzafrir Cohen wrote:
> On Thu, Jun 10, 2010 at 02:04:29PM +0300, Oleg Goldshmidt wrote:
>
>> Is there an "official" term for software that comes with source code
>> but does not allow one to modify or distribute it (modified or not)?
>> [This was the original question that fueled my cu
On 6/13/10, Stan Goodman wrote:
> If it were not for the great difference between the two kde versions, I
> would simply carry over the .kde directory, and be assured that I had
> captured all the data. But the v11.1 system contains both .kde and .kde4
> directories, and I am not at all sure of h
Yo, kiddos,
I have some computer trash for giveaway or trade. Some misc RAM (SODIMM and
RDRAM), a 100Mbit network card, an AGP VGA card or two, some cables.
You want it, you come and get it.
If you are nice, I want one and one thing only in trade - a vacuum handle for
computer room tiles. One
On Tue, Jun 15, 2010 at 03:02:28AM -0700, Elazar Leibovich wrote:
> On Tue, Jun 15, 2010 at 12:44 AM, Oron Peled wrote:
>
> > On Tuesday, 15 בJune 2010 09:12:53 Elazar Leibovich wrote:
> > > Thanks for the long and detailed reply!
> >
> > Yes, but you (probabely by mistake) replied to me only.
>
Shlomi:
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
mkdir -p llvm/tools/clang
svn co http://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang
mkdir llvm/cmake-build
cd llvm/cmake-build
ccmake ../
make
export CC=$PWD/bin/clang
export CXX=$PWD/bin/clang++
Now re-compile your librar
Hi Diego,
On Tuesday 15 Jun 2010 23:06:04 Diego Iastrubni wrote:
> Shlomi:
>
>
> svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
> mkdir -p llvm/tools/clang
> svn co http://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang
> mkdir llvm/cmake-build
> cd llvm/cmake-build
> ccmake ../
>