Displaying 3 results from an estimated 3 matches for "g44".
Did you mean:
44
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2012 Jul 15
1
[LLVMdev] Errors reported in config.log on linux
Hi all,
I ran ../llvm/configure CC=g44 CXX=g++44 and the exit code was 0, but
in config.log I found errors (mostly about missing files) and warnings
(mostly about conflicts in builtin functions).
I thought maybe the fact I later get compilation errors when running make
is related to these.
How do I correct these errors? or can they...
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