search for: objnew

Displaying 6 results from an estimated 6 matches for "objnew".

Did you mean: objet
2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
...cc version 4.3.2 (Debian 4.3.2-1) > ../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm --enable-languages=c,c++ --enable-checking --enable-llvm=$HOME/LLVM/llvm-objects --disable-shared --disable-bootstrap --disable-multilib > With those flags it fails for me too: /home/edwin/llvm-svn/objnew/./gcc/xgcc -B/home/edwin/llvm-svn/objnew/./gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFI...
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
> It builds here (Linux x86_64), I use the following configure line: > ../llvm-gcc4.2/configure > --prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm- > --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib > --enable-checking=release --enable-languages=c,c++ I'm using (x86-64 linux, gcc 4.3) ../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm
2006 Aug 24
1
how to constrast with factorial experiment
...6 *** section 10 99.761 9.976 120.7565 < 2.2e-16 *** treat:section 10 6.708 0.671 8.1197 2.972e-07 *** Residuals 44 3.635 0.083 --- Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 > contrasts(section)<-c(3,3,3,3,3,3,3,3,-8,-8,-8) > objnew<-lm(log2(yield)~treat*section) > summary(objnew) Call: lm(formula = log2(yield) ~ treat * section) Residuals: Min 1Q Median 3Q Max -0.49647 -0.14913 -0.01521 0.17471 0.51105 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept)...
2008 Oct 01
3
[LLVMdev] llvm-gcc linux build broken
> This means that I don't have a working llvm-gcc with TOT either. I get the same thing on x86-32. Ciao, Duncan.
2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
On 2008-10-01 18:55, Duncan Sands wrote: >> This means that I don't have a working llvm-gcc with TOT either. >> > > I get the same thing on x86-32. > > Ciao, > > Duncan. > HAVE_STDLIB_H is not defined, which causes a 'char* malloc()' definition in cplus-dem.c. >From config.log: configure:8421: checking for stdlib.h configure:8461: result:
2006 Aug 29
0
how to contrast with factorial experiment
...*** >> treat:section 10 6.708 0.671 8.1197 2.972e-07 *** >> Residuals 44 3.635 0.083 >> --- >> Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 >> >>> contrasts(section)<-c(3,3,3,3,3,3,3,3,-8,-8,-8) >>> objnew<-lm(log2(yield)~treat*section) >>> summary(objnew) >> >> Call: >> lm(formula = log2(yield) ~ treat * section) >> >> Residuals: >> Min 1Q Median 3Q Max >> -0.49647 -0.14913 -0.01521 0.17471 0.51105 >> >> Coe...