On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote:> I haven't seen anyone claim x86 linux objdir == srcdir, so I'll test it out. > Missed the 18th,but I'll try to have it done asap. > > > On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote: > I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir. > > Rob >Sorry for being ambiguous. x86 builds only if srcdir != objdir. otherwise you get the error i had earlier. -- www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers
I already successfully built with srcdir == objdir. I assumed you meant that you did srcdir != objdir and accidently typed make in your srcdir (or something I'm not really up to speed on the whole objdir != srcdir thing because I've always been dirty and built in my src directories). On Apr 19, 2006, at 2:19 AM, Rogelio Serrano wrote:> On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote: >> I haven't seen anyone claim x86 linux objdir == srcdir, so I'll >> test it out. >> Missed the 18th,but I'll try to have it done asap. >> >> >> On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote: >> I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir. >> >> Rob >> > > Sorry for being ambiguous. > > x86 builds only if srcdir != objdir. otherwise you get the error i > had earlier. > > -- > www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
I have flex version 2.5.31, gcc version 3.3.5 (Debian 1:3.3.5-13), and am obviously using Debian. I would assume that the reason your build fails and mine succeeds in due to one (or more) of those things being different ;-) On Apr 19, 2006, at 2:19 AM, Rogelio Serrano wrote:> On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote: >> I haven't seen anyone claim x86 linux objdir == srcdir, so I'll >> test it out. >> Missed the 18th,but I'll try to have it done asap. >> >> >> On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote: >> I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir. >> >> Rob >> > > Sorry for being ambiguous. > > x86 builds only if srcdir != objdir. otherwise you get the error i > had earlier. > > -- > www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote:> I have flex version 2.5.31, gcc version 3.3.5 (Debian 1:3.3.5-13), > and am obviously using Debian. > I would assume that the reason your build fails and mine succeeds in > due to one (or more) of those > things being different ;-) >Im using debian testing and gcc4.1 prerelease 20060414. the llvm tool only build is ok. cfrontend build dies with an ICE when building the runtime. I will take a look at it again tomorrow. -- www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers