Thanks, that worked. Hmm I wonder when they got changed to Administrators, or
whether with it before. Because, I actually had ssh working until ran
ssh-host-config.. or something like that.
Ted.
Larry Hall (Cygwin) wrote:
>
> On 4/7/2011 5:28 PM, Afflictedd2 wrote:
>>
&g
~/.ssh
directory.
Greg Chicares-2 wrote:
>
> On 2011-04-07 20:28Z, Afflictedd2 wrote:
>>
>> $ ssh localhost
>> Bad owner or permissions on /cygdrive/c/Users/Ted/.ssh/config
>>
>> I have checked that I have permissions on the files in the config
>> d
Hi everyone,
I am trying to use ssh to access my machine through localhost. When I
execute 'ssh localhost', I am getting the following error:
$ ssh localhost
Bad owner or permissions on /cygdrive/c/Users/Ted/.ssh/config
I have checked that I have permissions on the files in the config directo
I've got a simple solution that I am not sure if it has been mentioned here.
take the link g++, and rename it g++.bak
and make a copy of the g++ you want to use g++-3 or 4
and rename it g++
No more access denied problem.
Ted
Akakima wrote:
>
> After updating gcc in my cygwin installation, i
Ok. nm...
it has to be this way:
cygpath -u "C:\Users\Viper\Tmp"
Afflictedd2 wrote:
>
> That doesn't seem to quite work.. or at least there doesn't seem to be a
> straightforward way to do this O_o
>
> $ cygpath.exe -c ANSI -u C:\Users\Viper\Tmp
> C:
That doesn't seem to quite work.. or at least there doesn't seem to be a
straightforward way to do this O_o
$ cygpath.exe -c ANSI -u C:\Users\Viper\Tmp
C:UsersViperTmp
Ted
Greg Chicares-2 wrote:
>
> On 2010-10-02 21:09Z, Afflictedd2 wrote:
>>
>> Is there
Hi everyone,
Is there a utility in cygwin that can transform a path in windows
o a path in cygwin.. for example my path.
C:\Users\User1\Documents to /cygdrive/c/Users/User1/Documents
I ask for this because I am making a bash script to which I pass
some window style paths, but those paths don't
I got the code from the web so I'm not sure what the author might
have truly meant, a fix was to change it to 0, but I'm not sure if the
program
works as it is meant.
Nellis, Kenneth-2 wrote:
>
>> From: Afflictedd2
>> Sent: Thursday, January 21, 2010 20:57
>> T
Hi everyone,
I am having the following errors when compiling with cygwin.
It complains on this line of code:
while ( context->holder != '' ) {
/usr/bin/g++ -c-g -o "Debug/prodcon.o" "prodcon.c"
prodcon.c:129:32: error: empty character constant
prodcon.c: In function ‘void* producer(
he bare minimum needed by
@set PATH=%windir%\system32;%windir% && C:\Cygwin\bin\bash.exe -i -c %*
Thanks,
Ed
jreidthompson wrote:
>
> Afflictedd2 wrote:
>> what... ? what are you implying.. that doesn't help !
>>
>> jreidthompson wrote:
>>> Afflic
what... ? what are you implying.. that doesn't help !
jreidthompson wrote:
>
> Afflictedd2 wrote:
>> Thank you Dave! I hadn't thought of doing it directly in the cygwin
>> console,
>> because I had tried it on my regular console which also has the cygwin
>
could find this type of information?
I know I used mingw-make32 but.. I've also tried using the
C:\Cygwin\bin\make, and I get the same errors, so if there could be a way to
put the same environment that cygwin console has, into my IDE. Where is this
environment information listed?
Ed.
Dave Korn-6 w
/
#include
#include
#include
#define NUM_THREADS 8
void *PrintHello(void *threadid)
{
long taskid;
printf("threadid=0x%x\n", threadid);
// sleep(1);
taskid = (long) threadid;
printf("Hello from thread %ld\n", taskid);
pthread_exit(NULL);
}
int main(int arg
Hi everyone,
I'm trying to build a simple program using pthreads, but I get the following
errors, why?
Any help appreciated.
J
make -f Makefile CFG=Debug
g++ -c -g -o "Debug/Pthreads.o" -I/Cygwin/usr/include Pthreads.cpp
In file included from Pthreads.cpp:10:
/Cygwin/usr/include/pthread.h:7
Hi guys,
I'm trying to run an X11 application with Cygwin. I was able to compile this
X11 app, but look like X11 is not there, and when I try the command xlogo, I
get this error:
$ xlogo
Error: Can't open display:
--
View this message in context:
http://www.nabble.com/Help-with-problem-tp2052
15 matches
Mail list logo