search for: toy3

Displaying 3 results from an estimated 3 matches for "toy3".

Did you mean: toy
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...r/include/c++/4.0.0 --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE make $BUILDOPTIONS make install ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib To build the toy program in the Tutorial I used this command: g++ -g -O3 toy3.cpp `llvm-config --cppflags --ldflags --libs core` -o toy3 Error that I get: Tutorial rovitotv$ g++ -g -O3 toy3.cpp `llvm-config --cppflags --ldflags --libs core` -o toy3 ld: warning: in /opt/llvm/lib/libLLVMCore.a, file is not of required architecture ld: warning: in /opt/llvm/lib/libLLVMSupport...
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
...; --host=$TRIPLE --target=$TRIPLE > make $BUILDOPTIONS > make install > ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib > ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib > > To build the toy program in the Tutorial I used this command: > g++ -g -O3 toy3.cpp `llvm-config --cppflags --ldflags --libs core` -o toy3 > > Error that I get: > > Tutorial rovitotv$ g++ -g -O3 toy3.cpp `llvm-config --cppflags > --ldflags --libs core` -o toy3 > ld: warning: in /opt/llvm/lib/libLLVMCore.a, file is not of required > architecture > ld: wa...
2013 Apr 09
0
Simple GLS regression with CAPER
...est the sensitivity to a correlation between t1 and t3. But if a correlation of 100% is considered (i.e. t3 = t1). The pgls method of CAPER seems to crash: You can find there the code I used http://iktp.tu-dresden.de/~prudent/Divers/R/toy.R with the tree http://iktp.tu-dresden.de/~prudent/Divers/R/toy3.tree and the data http://iktp.tu-dresden.de/~prudent/Divers/R/toy_cor100.data just copy the .tree and .data files and run > R > source("toy.R") (please find the outpt below) Am I doing anything wrong? Thanks in advance, regards, Xavier Prudent ================================...