How to specify the user directory OUTSIDE of Cygwin (installation folder)?

2017-09-08 Thread Ben Stover via cygwin
By default the user folder of Cygwin (under Win7) is in a subdirectory \home\ How can I put it into a separate directory OUTSIDE of Cygwin? Example: I installed Cygwin in D:\tools\cygwin\v2\ and want to put my (resp. all) home directories into D:\tools\cygwin\myhome\ If possible I would

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Steven Penny wrote: > On Fri, 8 Sep 2017 10:14:54, Lee wrote: >> $ i686-w64-mingw32-gcc -o div.exe div.c >> $ ./div >> works >> >> $ i686-w64-mingw32-gcc -fstack-protector-strong -o div.exe div.c >> $ ./div >> C:/cygwin/home/Lee/t/div.exe: error while loading

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Yaakov Selkowitz wrote: > On 2017-09-08 16:08, Lee wrote: >> $ i686-w64-mingw32-gcc --version >> i686-w64-mingw32-gcc (GCC) 6.3.0 >> Copyright (C) 2016 Free Software Foundation, Inc. >> This is free software; see the source for copying conditions. There is >> NO

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Steven Penny
On Fri, 8 Sep 2017 10:14:54, Lee wrote: $ i686-w64-mingw32-gcc -o div.exe div.c $ ./div works $ i686-w64-mingw32-gcc -fstack-protector-strong -o div.exe div.c $ ./div C:/cygwin/home/Lee/t/div.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Yaakov Selkowitz
On 2017-09-08 16:08, Lee wrote: > $ i686-w64-mingw32-gcc --version > i686-w64-mingw32-gcc (GCC) 6.3.0 > Copyright (C) 2016 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Nellis, Kenneth wrote: >> From: Lee >> ... >> Was there ever a man page for cygcheck? I remember looking at one, >> but maybe I it was https://cygwin.com/cygwin-ug-net/cygcheck.html ?? >> $ man cygcheck >> No manual entry for cygcheck >> >> $ info cygcheck >> info: No menu item

RE: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Nellis, Kenneth
> From: Lee > ... > Was there ever a man page for cygcheck? I remember looking at one, > but maybe I it was https://cygwin.com/cygwin-ug-net/cygcheck.html ?? > $ man cygcheck > No manual entry for cygcheck > > $ info cygcheck > info: No menu item 'cygcheck' in node '(dir)Top' Both man and

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Marco Atzeri wrote: > On 08/09/2017 22:01, Lee wrote: >> On 9/8/17, Marco Atzeri wrote: >>> On 08/09/2017 20:53, Lee wrote: On 9/8/17, Marco Atzeri wrote: > On 08/09/2017 16:14, Lee wrote: >> I've still got the 'i686-w64-mingw32-gcc -fstack-protector-strong' >> executable:

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Marco Atzeri
On 08/09/2017 22:01, Lee wrote: On 9/8/17, Marco Atzeri wrote: On 08/09/2017 20:53, Lee wrote: On 9/8/17, Marco Atzeri wrote: On 08/09/2017 16:14, Lee wrote: I've still got the 'i686-w64-mingw32-gcc -fstack-protector-strong' executable: $ ./div.exe C:/cygwin/home/Lee/t/div.exe: error

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Marco Atzeri wrote: > On 08/09/2017 20:53, Lee wrote: >> On 9/8/17, Marco Atzeri wrote: >>> On 08/09/2017 16:14, Lee wrote: I'm hoping that I'm just missing a library, but which one? Even better, how to tell which one? $ i686-w64-mingw32-gcc -o div.exe div.c

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Marco Atzeri
On 08/09/2017 20:53, Lee wrote: On 9/8/17, Marco Atzeri wrote: On 08/09/2017 16:14, Lee wrote: I'm hoping that I'm just missing a library, but which one? Even better, how to tell which one? $ i686-w64-mingw32-gcc -o div.exe div.c $ ./div works $ i686-w64-mingw32-gcc

Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP)

2017-09-08 Thread Ken Brown
On 5/31/2017 6:50 AM, Jon Turney wrote: ... solve some problems, perhaps add some new ones, I guess. I'm not 100% sure this is the right approach to take, but I wrote it, so here it is. I've now fixed all the bugs I've noticed, and I think I've gotten the libsolv branch pretty close to the

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
On 9/8/17, Marco Atzeri wrote: > On 08/09/2017 16:14, Lee wrote: >> I'm hoping that I'm just missing a library, but which one? Even >> better, how to tell which one? >> >> $ i686-w64-mingw32-gcc -o div.exe div.c >> $ ./div >>works >> >> $ i686-w64-mingw32-gcc -fstack-protector-strong -o

Re: How to find out the current cygwin version?

2017-09-08 Thread Larry Hall (Cygwin)
On 09/08/2017 12:44 AM, David Billinghurst wrote: On 8/09/2017 14:39, Ben Stover via cygwin wrote: Assume I get to another (Windows) computer where Cygwin is already installed. How can I find out which version of Cygwin is currently installed? cygcheck --version # for cygwin dll

RE: How to find out the current cygwin version?

2017-09-08 Thread Ian Lambert via cygwin
On September 8, 2017 9:05:31 AM EDT, "Nellis, Kenneth" wrote: >From: David Billinghurst >> On 8/09/2017 14:39, Ben Stover via cygwin wrote: >> >> > Assume I get to another (Windows) computer where Cygwin is already >> installed. >> > >> > How can I find out which

Re: i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Marco Atzeri
On 08/09/2017 16:14, Lee wrote: I'm hoping that I'm just missing a library, but which one? Even better, how to tell which one? $ i686-w64-mingw32-gcc -o div.exe div.c $ ./div works $ i686-w64-mingw32-gcc -fstack-protector-strong -o div.exe div.c $ ./div C:/cygwin/home/Lee/t/div.exe: error

Re: Updated: Cygwin 2.9.0-1

2017-09-08 Thread Brian Inglis
On 2017-09-08 07:10, Buchbinder, Barry (NIH/NIAID) [E] wrote: > Ken Brown sent the following at Thursday, September 07, 2017 7:05 PM >> On 9/7/2017 6:27 PM, Dave Johnson wrote: >>> got this error on x86 and x86_64 update: >>> >>> Package: _/Unknown package >>> cygwin-doc.sh exit code 2 >> >>

i686-w64-mingw32-gcc -fstack-protector-strong

2017-09-08 Thread Lee
I'm hoping that I'm just missing a library, but which one? Even better, how to tell which one? $ i686-w64-mingw32-gcc -o div.exe div.c $ ./div works $ i686-w64-mingw32-gcc -fstack-protector-strong -o div.exe div.c $ ./div C:/cygwin/home/Lee/t/div.exe: error while loading shared libraries: ?:

RE: Updated: Cygwin 2.9.0-1

2017-09-08 Thread Buchbinder, Barry (NIH/NIAID) [E]
Ken Brown sent the following at Thursday, September 07, 2017 7:05 PM >On 9/7/2017 6:27 PM, Dave Johnson wrote: >> got this error on x86 and x86_64 update: >> >> Package: _/Unknown package >> cygwin-doc.sh exit code 2 > >That's because of this: >

RE: How to find out the current cygwin version?

2017-09-08 Thread Nellis, Kenneth
From: David Billinghurst > On 8/09/2017 14:39, Ben Stover via cygwin wrote: > > > Assume I get to another (Windows) computer where Cygwin is already > installed. > > > > How can I find out which version of Cygwin is currently installed? > cygcheck --version # for cygwin dll > ...

RE: Re: opencv 3.2.0-1: imshow() very slow

2017-09-08 Thread TANNHAUSER Falk
Replying to this old thread, as I found a solution to my problem... Am 07.05.2017 um 21:16 schrieb René Berber: > Obviously you are not running dbus-daemon, which accounts for the > time-out, and the delay, but where does that dependency come from? Is it > needed? [...] > Of course there's a

[ANNOUNCEMENT] Updated: Cygwin 2.9.0-2

2017-09-08 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin release 2.9.0-2 This release fixes a packaging bug in terms of the Cygwin docs. Other than that, the release is identical to 2.9.0-1. === What's new: --- - New APIs:

Updated: Cygwin 2.9.0-2

2017-09-08 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin release 2.9.0-2 This release fixes a packaging bug in terms of the Cygwin docs. Other than that, the release is identical to 2.9.0-1. === What's new: --- - New APIs:

Re: How to find out the current cygwin version?

2017-09-08 Thread Corinna Vinschen
On Sep 8 14:44, David Billinghurst wrote: > On 8/09/2017 14:39, Ben Stover via cygwin wrote: > > > Assume I get to another (Windows) computer where Cygwin is already > > installed. > > > > How can I find out which version of Cygwin is currently installed? > cygcheck --version # for

Re: [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1

2017-09-08 Thread Corinna Vinschen
On Sep 7 23:19, Brian Inglis wrote: > On 2017-09-07 12:00, Ken Brown wrote: > > On 9/7/2017 8:23 AM, Corinna Vinschen wrote: > >> I uploaded a new Cygwin release 2.9.0-1 > > > > There seems to be a packaging bug, so that the postinstall and preremove > > scripts > > for cygwin-doc are bundled