Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
On 2023-04-04 13:55, Brian Inglis via Cygwin wrote: On 2023-04-04 01:54, Andrey Repin wrote: I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/SQLLIB/lib/db

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
On 2023-04-04 01:54, Andrey Repin wrote: I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/SQLLIB/lib/db2api.lib" on 64-bit Cygwin. Is this a Cygwin or

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Andrey Repin via Cygwin
Greetings, rajesh kesavan! > I'm getting below errors while trying to connect IBM DB2 from 64-bit > Cygwin. Please find the below mentioned details. > 1)Trying to compile the program using DB2_LIBRARY="C:/Program > Files/IBM/SQLLIB/lib/db2api.lib" on 64-bit Cygwin. Is this a Cygwin or native tar

Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread rajesh kesavan via Cygwin
Hi, I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/SQLLIB/lib/db2api.lib" on 64-bit Cygwin. *ERROR:* /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-

2.10.0: Possible bug with Clang 5.0.1-2 on cygwin 64 bit (Win 10 N) when optimizing code

2018-04-02 Thread tdotreppe
Hi, It looks like there is a bug in clang in cygwin when using optimizations (found by a contributor). You can find details on https://github.com/aircrack-ng/aircrack-ng/issues/1835 Here is his comment in question: --- After thoroughly researching this matter, I settled on a less-than-ideal,

RE: Cygwin-X icons not appearing after Cygwin 64 bit install w/X selected as "install"

2017-08-02 Thread Cowan, Brian R
w...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Ken Brown Sent: Tuesday, August 1, 2017 10:12 PM To: cygwin@cygwin.com Subject: Re: Cygwin-X icons not appearing after Cygwin 64 bit install w/X selected as "install" On 8/1/2017 6:11 PM, Cowan, Brian R wrote: > Hello all, >

Re: Cygwin-X icons not appearing after Cygwin 64 bit install w/X selected as "install"

2017-08-01 Thread Ken Brown
On 8/1/2017 6:11 PM, Cowan, Brian R wrote: Hello all, I'm reinstalling Cygwin after wiping my system and am finding that the inst= all doesn't create any icons for the X server/apps. A little annoying since= this is the primary reason I'm installing Cygwin. The postinstall script /etc/posti

Cygwin-X icons not appearing after Cygwin 64 bit install w/X selected as "install"

2017-08-01 Thread Cowan, Brian R
Hello all, I'm reinstalling Cygwin after wiping my system and am finding that the inst= all doesn't create any icons for the X server/apps. A little annoying since= this is the primary reason I'm installing Cygwin. Setup version: 2.881 64-bit Windows: 10 Home. Spring(?) creator's update (Versi

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Corinna Vinschen
On Dec 18 14:11, Philip Taylor wrote: > > Thank you for the reply. My situation is this: I was supplied Windows 32-bit > and 64-bit .dll and .lib files by the manufacturer, which I believe were > created using MS Visual Studio. These are to enable me to use the API for > this camera from my softwa

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Eliot Moss
On 12/18/2015 9:11 AM, Philip Taylor wrote: Thank you for the reply. My situation is this: I was supplied Windows 32-bit and 64-bit .dll and .lib files by the manufacturer, which I believe were created using MS Visual Studio. These are to enable me to use the API for this camera from my softwa

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Philip Taylor
Thank you for the reply. My situation is this: I was supplied Windows 32-bit and 64-bit .dll and .lib files by the manufacturer, which I believe were created using MS Visual Studio. These are to enable me to use the API for this camera from my software. Building using GCC tools with cygwin,

Re: Problems using a DLL with Cygwin 64 bit

2015-12-17 Thread Corinna Vinschen
On Dec 17 11:00, Philip Taylor wrote: > Environment: > Windows 7 (64 bit) > Cygwin 64 bit > GCC version: 4.9.3 > > To make use of a Prosilica camera, I am having to build applications using > an externally supplied DLL (from the camera manufacturer, with no source > code)

Problems using a DLL with Cygwin 64 bit

2015-12-17 Thread Philip Taylor
Environment: Windows 7 (64 bit) Cygwin 64 bit GCC version: 4.9.3 To make use of a Prosilica camera, I am having to build applications using an externally supplied DLL (from the camera manufacturer, with no source code) in Cygwin64 and Cygwin32. I am using the appropriate 32 or 64 bit version

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-12-11 Thread Kal Sze
On 6 November 2013 00:39, Tandetzky, Max wrote: > Hello Kal, > > installing the Devel\gettext package should solve your problem. git-submodule > requires that. Unfortunately this is not marked as dependency. > > Regards, > Max > > -- > Problem reports: http://cygwin.com/problems.html > FAQ:

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-11-05 Thread Tandetzky, Max
Hello Kal, installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency. Regards, Max -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-09-09 Thread Kal Sze
Actually, issuing `git submodule init` alone is enough to trigger the error message. Any idea? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#un

shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-08-19 Thread Kal Sze
Hello, Running `git submodule update --init --recursive` in my repository results in an error loading shared libraries. However, the git submodule update seems to proceed nevertheless, so I'm not sure what this error would actually break: $ git submodule update --init --recursive /usr/lib/

Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-16 Thread Kal Sze
ng Cygwin to > Cygwin Maintainer cygwin AT cygwin DOT com > Red Hat Further testing indicates that it *is* ok to git clone, directly on the local NTFS, a repository created in Cygwin 32-bit from Cygwin 64-bit and git wouldn't be confused about the filename case. -- Problem rep

Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-16 Thread Corinna Vinschen
On Aug 16 09:21, Charles Wilson wrote: > On 8/16/2013 4:17 AM, Corinna Vinschen wrote: > >I assume the format of the git database files depends on the > >architecture. Therefore it's probably not advisable to use > >a git repo created under 32 bit git with a 64 b > > Oh, wow. That's...awkward. I'

Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-16 Thread Charles Wilson
On 8/16/2013 4:17 AM, Corinna Vinschen wrote: I assume the format of the git database files depends on the architecture. Therefore it's probably not advisable to use a git repo created under 32 bit git with a 64 b Oh, wow. That's...awkward. I'm sharing the same drive area mounted in both cyg3

Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-16 Thread Corinna Vinschen
y working in Cygwin > 32-bit (as far as I can tell from my usage anyway). > > Now that Cygwin 64-bit has been released, I want to try it. I notice > that git in Cygwin 64-bit does not seem to correctly handle filesname > that differ only by case. > > To reproduce, create a repo

Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-15 Thread Kal Sze
usage anyway). Now that Cygwin 64-bit has been released, I want to try it. I notice that git in Cygwin 64-bit does not seem to correctly handle filesname that differ only by case. To reproduce, create a repository in Cygwin 32-bit *with the aforementioned registry key set*: $ git init

Re: Cygwin - 64 Bit

2013-07-12 Thread Christopher Faylor
On Fri, Jul 12, 2013 at 04:45:37PM -0400, Larry Hall (Cygwin) wrote: >On 7/12/2013 3:16 PM, Christopher Faylor wrote: >> On Fri, Jul 12, 2013 at 08:48:11PM +0200, fger...@gmx.de wrote: >>> I couldn't find a link to the Cygwin 64 Bit Setup on the Cygwin Homepage. >>

Re: Cygwin - 64 Bit

2013-07-12 Thread Larry Hall (Cygwin)
On 7/12/2013 3:16 PM, Christopher Faylor wrote: On Fri, Jul 12, 2013 at 08:48:11PM +0200, fger...@gmx.de wrote: I couldn't find a link to the Cygwin 64 Bit Setup on the Cygwin Homepage. Don't you think it's mature enough? We're working on making it more public. It i

Re: Cygwin - 64 Bit

2013-07-12 Thread Christopher Faylor
On Fri, Jul 12, 2013 at 08:48:11PM +0200, fger...@gmx.de wrote: >I couldn't find a link to the Cygwin 64 Bit Setup on the Cygwin Homepage. >Don't you think it's mature enough? We're working on making it more public. It isn't as easy as just publishing a link. cgf

Cygwin - 64 Bit

2013-07-12 Thread fger555
I couldn't find a link to the Cygwin 64 Bit Setup on the Cygwin Homepage. Don't you think it's mature enough?   I think it's already quite useful for the masses, even though it's "experimental" and applications are missing.   Cygwin is essential for me to &quo