search for: cywin

Displaying 11 results from an estimated 11 matches for "cywin".

Did you mean: cygwin
2002 Jul 27
0
scp fails with openssh 3.4p1 cywin release
Two Windows 2k cygwin machines running openssh 3.4p1 results in the following failures 1 - scp -p failes with error "protocol error: atime.usec not delimited" 2 - an scp of a pdf file results in a corrupt copy. My guess is that this is due to cr/lf translations. Once it failed on one file I didn't try other since I don't trust it. Imaging away / flick -------------- next
2014 Oct 08
1
RCMD SHLIB problem in 64 bits
...wever, now I want to run the same function in 64 bits R. I changed the global environment variable PATH to be "c:\Rtools\bin;C:\Rtools\gcc-4.6.3;C:\Program Files\R\R-3.1.1\bin\*x64*;", opened Cygwin again and typed "RCMD SHLIB Permutation.c" in Cygwin. Error message appeared on Cywin console. $ RCMD SHLIB Permutation.c gcc -m64 -shared -s -static-libgcc -o Permutation.dll tmp.def Permutation.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-31~1.1/bin/x64 -lR C:/PROGRA~1/R/R-31~1.1/bin/x64/R.dll: file not recognized...
2004 Feb 26
2
remote files not being deleted
...anything relating to this. Any suggestions? I guess I could run multiple jobs and do each directory separately, but that is less than optimal. This is occurring on SEVERAL computers. The client and server side are both Linux with ext3 filesystems. I have some client machines running rsync under Cywin, but I haven't checked to see if they have the issue yet. TIA Trey Nolen
2015 Jun 08
2
help awk y shells en R
Al final resulto más fácil de lo esperado. Hay que instalar cywin y utilizar los comandos de la siguiente manera system('C:/cygwin/bin/wc -l var_risco_2012.csv') Esto en principio funciona El 8 de junio de 2015, 17:41, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola, > > Mira esto: > > http://stackoverflow.com/question...
2016 Sep 27
1
omega issues/notes
...I get a set violation when trying to run omindex from it's installed location under cygwin. I worked around this by copying various required windows dll files into the same directory as omindex.exe and presto, success. 2) There appears to be some sort of weird path issue in using omindex in the cywin bash shell. using the path /www/example/product, should in cygwin bash, act as a fully defined path the directory to be indexed by omindex. This is not the case. I had to product a relative path from where omindex.exe was running in order to successfully index the files in /www/example/product. Th...
2006 May 16
0
solution of split data.frame
...e.table(subset(myDF,select=c(V1,V2,A2)), file="foo.txt", row.name=FALSE, col.names = FALSE, append= TRUE) newDF <- read.table("foo.txt", col.names=c("V1","V2","x")) newDF[1:10,] There's also the operating system solution if using Linux or Cywin/ Windows: myDF <- data.frame(V1=rep("A",3), V2=c("B","D","C"), A1=c (1.2,1.2,2.4), A2=c(2,4,2.2) ) write.table(myDF, file="foo.txt", sep="\t", na="", quote=FALSE, row.names = FALSE, col.names=FALSE) system("{ cut -f1,...
2005 Feb 25
2
[Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208 ------- Additional Comments From bigjianman@hotmail.com 2005-02-24 19:09 ------- Hi guys My rSync hangs too, it's a cywin-rsync.. It's a little different, there is no error message The following is all that is shown: receiving file list ... done zTransfer/html/thumbs/12592.jpg zTransfer/html/thumbs/12593.jpg zTransfer/html/thumbs/12594.jpg <blah blah blah.. > zTransfer/html/thumbs/12596.jpg zTransfer/html/...
2015 Jun 08
2
help awk y shells en R
Hola buenas, a veces empleo desde R shells de unix, Existe alguna manera de utilizar estos shelss desde windows o el lenguaje awk. La idea es hacerlo siempre desde R, igual invoncando cygwin desde windows es posible. Pero no me queda claro Un abrazo y gracias por adelntado Javier #_____________________________________________________________________ # EJEMPLO, ¿Que habría que poner en #
2006 May 16
2
split the data.frame
Dear R folks: I wonder anyone has a elegent way of doing what I need to do. I have a data frame called with four columns: V1, V2, A1 and A2: V1 V2 A1 A2 A B 1.2 2.0 A D 1.2 4.0 A C 2.4 2.2 What I need to do is to convert it into the following data frame with a new column x, where x is just the stacked up of A1 and A2 placed with respective V1 and V2 in the first two
2008 Jun 03
15
Problem with rails environment with cygwin...mysql doesn't
I have rails 1.2.2, ruby 1.8, mysql 5 and Rad Rails in my win XP and this stack works fine. But I''m trying to use rails 2.1, mongrel, capistrano, git, mysql all in cygwin and e Text Editor.The only think that doesn''t work is mysql.I installed this app from the source(in version 5.0.45, ./configure then make install).All right, but when I try to launch this error occurs:
2020 Apr 20
4
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
I’m using Cygwin to interact with the source tree. My sources (I’m working on LLVM itself) were created by other developers (and by extension, created by git.exe on my machine), but a quick expirement of trying “touch foo” shows that Cygwin creates files with 644 mode. Finding the file I created in explorer and checking the properties shows it has the following NTFS permissions: My user: Read,