Re: Cannot exec() program outside of /bin if PATH is unset

2014-09-14 Thread Csaba Raduly
On Fri, Sep 12, 2014 at 9:33 PM, Eric Blake wrote: > On 09/12/2014 11:02 AM, Christian Franke wrote: (snip) >> >> int main() >> { >> unsetenv("PATH"); > > This is undefined behavior, per POSIX. POSIX recommends that you always > leave PATH defined to at least a bare minimum of the results of >

Re: Using DLL compiled with Cygwin inside Visual Studio 2010

2014-09-14 Thread איציק בק
>>I've read already tremendous amount of articles, tutorials, and >>instructions about how to solve my problem - but still - no gain. I >>just can't put it into work. >>My goal is pretty simple: I want to compile a DLL file using Cygwin >>gcc tool, and then use it within MSVC2010. >see https://cy

Re: Using DLL compiled with Cygwin inside Visual Studio 2010

2014-09-14 Thread Csaba Raduly
Hi, On Sun, Sep 14, 2014 at 11:40 AM, איציק בק wrote: > > B. **OFF-TOPIC**: How can I reply to a specific message in the mailing list? > I'm pretty sure that just mention the same title won't be enough. even > tho that what I'm trying to do right now... > I'm not subscribed to the list, so I can'

[ANNOUNCEMENT] Updated: fossil 20140612172556-3 -- DVCS with built-in wiki, http server and issue tracker

2014-09-14 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/fossil License : BSD-2-Clause A single binary distributed version control which utilizes SQLite database backend for storage metadata. The self contained binary includes also issue tracker, wiki enginea and built in w

/usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from source. I am on Windows XP SP3. How can I figure out wh

Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Marco Atzeri
On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from source. I am

Re: Using DLL compiled with Cygwin inside Visual Studio 2010

2014-09-14 Thread Andrey Repin
Greetings, Csaba Raduly! >> B. **OFF-TOPIC**: How can I reply to a specific message in the mailing list? >> I'm pretty sure that just mention the same title won't be enough. even >> tho that what I'm trying to do right now... >> I'm not subscribed to the list, so I can't just hit the "Reply" in my

Re: Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
> On 14/09/2014 13:16, Michael Osipov wrote: > > Hi, > > > > I am trying to install an application which autoconf. While configure > > and make run fine, make install does it's job but no files and > > directories are created at the end. As if no action has happened. > > > > I am building asciidoc-

Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Marco Atzeri
On 14/09/2014 19:28, Michael Osipov wrote: On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I a

Re: Using DLL compiled with Cygwin inside Visual Studio 2010

2014-09-14 Thread Mark Geisert
איציק בק writes: > B. **OFF-TOPIC**: How can I reply to a specific message in the mailing list? > I'm pretty sure that just mention the same title won't be enough. even > tho that what I'm trying to do right now... > I'm not subscribed to the list, so I can't just hit the "Reply" in my > mail (http

Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Hello, I am having trouble using rsync and ssh from a ubuntu server. Right now I have cynwin64 on my windows 8.1 x64 machine. Right now I have no problems using the rsync command from my local machine to get files from the ubuntu server back to my windows machine, however I would like to have th

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread David Rothenberger
On 9/14/2014 4:24 PM, Steven Dennis wrote: > rsync --update --ignore-existing --progress -vure 'ssh -p 29501' > /home/username/downloads/1/ /k...@xxx.xxx.xxx.xxx/cygdrive/e/1 > > This usually gives me the following error > > rsync: mkdir "/k...@xxx.xxx.xxx.xxx/cygdrive/e/1" failed: No such file >

Fwd: Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
> Thanks. What does ssh: ssh k...@xxx.xxx.xxx.xxx do? > > On Sep 14, 2014 4:50 PM, "David Rothenberger" wrote: >> >> On 9/14/2014 4:24 PM, Steven Dennis wrote: >> > rsync --update --ignore-existing --progress -vure 'ssh -p 29501' >> > /home/username/downloads/1/ /k...@xxx.xxx.xxx.xxx/cygdrive/e/1

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Ok so I think that the problem is with connecting from my server to my local computer over ssh. I ssh to my server and then issued a ssh k...@xxx.xxx.xxx.xxx and got the following error. ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection timed out On Sun, Sep 14, 2014 at 4:50 PM, David Rot

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread David Rothenberger
On 9/14/2014 6:35 PM, Steven Dennis wrote: > Ok so I think that the problem is with connecting from my server to my > local computer over ssh. I ssh to my server and then issued a ssh > k...@xxx.xxx.xxx.xxx and got the following error. > > ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Thank you so much. I didn't realize that I needed to do this. This is a little over my head so thanks for the help. I did a ssh-host-config and followed the instructions, rebooted the computer and then did a ssh localhost. Here is what I got $ ssh localhost The authenticity of host 'localhost (

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Forgot to include this Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. Write failed: Broken pipe On Sun, Sep 14, 2014 at 7:16 PM, David Rothenberger wrote: > On 9/14/2014 6:35 PM, Steven Dennis wrote: >> Ok so

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
So I went to http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm and I am kind of stuck at 5.4.4 where it recommends Backup the c:\cygwin\etc\passwd file and then use any editor to open the file in edit mode. Remove only those entries of the user that you will us