search for: gcc1

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

Did you mean: gcc
2008 Feb 24
1
Jitter in correlation matrix?
....panel=panel.smooth, upper.panel=panel.cor) # Save it dev.copy(jpeg,filename="dep_correlationmatrix.jpeg",height=600, width=800,bg="white") dev.off() ###################### # Independent variables ###################### # List of variables # poldis , polres , ecdis , culres , gcc1 ###################### # Look at the correlation matrix cor(MAR[,c("poldis" , "polres" , "ecdis" , "culres" , "gcc1" )], use="complete.obs") # Big time correlation matrix panel.cor <- function(x, y, digits=2, prefix="", cex....
2011 Sep 06
6
gcc1: out of memory error when installing wine
...it from source. I can't get it to install. Everything goes well until I get this far. This is the first error that I got: gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall-pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -g -O2 -o package.o package.c gcc1: out of memory allocating 287975456 bytes after a total of 22175744 bytes make[2]: *** [package.o] Error 1 make[2]: Leaving directory `/home/Gytatan/Desktop/allneededinstallwine/wine-1.1.26/dlls/msi/tests' make[1]: *** [msi/tests] Error 2 The next time I tried I got this error at the same plac...
2006 Oct 25
0
rsync 2.6.8 timeouts
...) starting generator starting pid=27391 count=1 delta-transmission enabled recv_generator(history,0) generating and sending sums for 0 count=33367 rem=2109 blength=33352 s2length=3 flength=1112824941 generate_files phase=1 and then nothing. If I strace the process, I get home/home/rgetz/testcvs/gcc1 # strace -p 27391 Process 27391 attached - interrupt to quit select(5, [4], [], NULL, {22, 983000}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) and it repeats, every...