search for: 4_0

Displaying 7 results from an estimated 7 matches for "4_0".

Did you mean: 440
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...The problem disappears if I build against 10.5 sdk (using llvm-gcc 4.2), but unfortunately that's not possible for the application in question. Here's the (abriged) build command: CompileC build/Objects-normal/i386/gen_codegen.o gen_codegen.cpp normal i386 c++ com.apple.compilers.gcc.4_0 cd llvm /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -fmessage-length=0 - pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot / Developer/SDKs/MacOSX10.4u.sdk -fvisibility-inlines-hidden -mmacosx- version-min=10.4 -gdwarf-2 -iquote /build/codegen.build/codegen- generated-f...
2009 Oct 25
0
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...xists. I'm not exactly how to do this. Another option is to hack out '#define HAVE_BACKTRACE 1' from include/llvm/Config/config.h after you configure. -Chris > > CompileC build/Objects-normal/i386/gen_codegen.o gen_codegen.cpp > normal i386 c++ com.apple.compilers.gcc.4_0 > cd llvm > /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -fmessage-length=0 - > pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot / > Developer/SDKs/MacOSX10.4u.sdk -fvisibility-inlines-hidden -mmacosx- > version-min=10.4 -gdwarf-2 -iquote /build/codegen.buil...
2002 Oct 23
0
Obtaining covariance matrices for kmeans output clusters
...ng trouble getting a covariance matrix for each cluster which is output by kmeans(). My input looks like: > imagedat <- read.table("table", header=TRUE) > imagedat Red Green Blue 0_0 5 7 8 1_0 5 5 18 2_0 7 8 49 3_0 22 8 76 4_0 54 10 67 5_0 50 9 28 6_0 18 10 15 7_0 9 7 6 8_0 2 5 7 ... I cluster using > cl <- kmeans(imagedat, nclust, maxsteps) > cl $cluster [1] 1 1 9 8 2 9 1 1 1 1 1 1 1 1 1 8 8 8 8 4 [25] 9 9 8 8 8 2...
2009 Jan 14
0
[LLVMdev] quick q configuring osx
Hi, For the record, adding UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/ was insufficient to restrict the .a/.o files to link against the 10.4 sdk, but env MACOSX_DEPLOYMENT_TARGET=10.4 make did the trick. Thanks! On Jan 14, 2009, at 1:29 PM, Jean-Daniel Dupas wrote: > > Le 14 janv. 09 à 21:48, Chris Lattner a écrit : > >> >> On Jan 14, 2009, at 12:44 PM,
2009 Jan 14
2
[LLVMdev] quick q configuring osx
Le 14 janv. 09 à 21:48, Chris Lattner a écrit : > > On Jan 14, 2009, at 12:44 PM, Graham Wakefield wrote: > >> Sorry if this is a newb q... I'm developing an application on a >> 10.5 machine but want to target the 10.4 SDK. Is there a magic >> incantation for the llvm configure script to set the sysroot path, >> equivalent to e.g. --with-sysroot
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
...emits: Building target “weirdbug_nolib” of project “llvmAV” with configuration “Release” Checking Dependencies CompileC build/llvmAV.build/Release/weirdbug_nolib.build/Objects- normal/i386/main_weird.o /code/luaAV/oct08/mergathon/llvmAV/ main_weird.cpp normal i386 c++ com.apple.compilers.gcc.4_0 cd /code/luaAV/oct08/mergathon/llvmAV /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno- trigraphs -fpascal-strings -Os -fmessage-length=0 -fvisibility- inlines-hidden -mmacosx-version-min=10.4 -I/code/luaAV/oct08/ mergathon/llvmAV/build/llvmAV.build/Release/weirdbug_nolib.build/...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking