Gabor Greif
2007-Sep-20 08:53 UTC
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
Hi Arnold, deleting that is a bit rude, and svn will recover it when doing "svn up" next time. A better solution is to cd llvm-gcc svn switch libstdc++ missing This permanently tells svn to see an empty dir instead of the c++ lib. Sabre wanted to put this into the README, dunno if this happened. Cheers, Gabor Arnold Schwaighofer wrote:> Ups just saw i forgot to delete libstdc++. will try again without. > > regards
Arnold Schwaighofer
2007-Sep-20 09:10 UTC
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
Thanks Gabor! I was looking for something like this. (But never actually looked it up in the svn docs;) On 20 Sep 2007, at 10:53, Gabor Greif wrote:> Hi Arnold, > > deleting that is a bit rude, and svn will recover it > when doing "svn up" next time.Yes very annoying indeed :)> A better solution is to > cd llvm-gcc > svn switch libstdc++ missing > > This permanently tells svn to see an empty dir instead of > the c++ lib. > > Sabre wanted to put this into the README, dunno if this happened.I can find no mention of this nice "trick" in llvm-gcc-4.0/ README.LLVM or llvm-gcc-4.0/README.Apple regards
Tanya M. Lattner
2007-Sep-20 17:40 UTC
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
> Thanks Gabor! I was looking for something like this. (But never > actually looked it up in the svn docs;)In addition, I believe that configure has been modified to handle this for you, so post 2.1 you shouldn't need to delete it. Thanks, Tanya> > On 20 Sep 2007, at 10:53, Gabor Greif wrote: > >> Hi Arnold, >> >> deleting that is a bit rude, and svn will recover it >> when doing "svn up" next time. > Yes very annoying indeed :) > >> A better solution is to >> cd llvm-gcc >> svn switch libstdc++ missing >> >> This permanently tells svn to see an empty dir instead of >> the c++ lib. >> >> Sabre wanted to put this into the README, dunno if this happened. > > I can find no mention of this nice "trick" in llvm-gcc-4.0/ > README.LLVM or llvm-gcc-4.0/README.Apple > > regards > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Bill Wendling
2007-Sep-21 07:40 UTC
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
On Sep 20, 2007, at 1:53 AM, Gabor Greif wrote:> Hi Arnold, > > deleting that is a bit rude, and svn will recover it > when doing "svn up" next time. > > A better solution is to > > cd llvm-gcc > svn switch libstdc++ missing >I added "emptydir" here just for this: http://llvm.org/svn/llvm-project/llvm-gcc-4.0/emptydir http://llvm.org/svn/llvm-project/llvm-gcc-4.2/emptydir> This permanently tells svn to see an empty dir instead of > the c++ lib. > > Sabre wanted to put this into the README, dunno if this happened. >It would be a good idea to do this, I think. -bw
Possibly Parallel Threads
- [LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
- [LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
- [LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
- [LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
- [LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86