Re: Building ksh93 on cygwin

2017-11-20 Thread Brian Inglis
On 2017-11-20 15:40, Ben Altman wrote: > Hello, > > I am trying to get ksh93 to successfully build on cygwin. My first > issue was nl_types.h being absent. I installed the catgets package to > get it and try to rebuild. Remember build libraries and includes come in ...-devel packages - often lib.

Re: Attention PostgreSQL maintainer

2017-11-20 Thread Keith Christian
Marco, I believe lines 57 through 124 of the latest /usr/share/doc/Cygwin/postgresql.README are courtesy of the good Henry S. Thompson. Lines 129 to the end of /usr/share/doc/Cygwin/postgresql.README are those that I contributed to the cause. wc /usr/share/doc/Cygwin/postgresql.README 343 144

Re: Building ksh93 on cygwin

2017-11-20 Thread Mark Geisert
Ben Altman wrote: Hello, I am trying to get ksh93 to successfully build on cygwin. My first issue was nl_types.h being absent. I installed the catgets package to get it and try to rebuild. Now it is complaining about posix_spawnattr_t: + cc -D_BLD_STATIC -D_BLD_ast -I. -I/home/baltman/ast-beta

Building ksh93 on cygwin

2017-11-20 Thread Ben Altman
Hello, I am trying to get ksh93 to successfully build on cygwin. My first issue was nl_types.h being absent. I installed the catgets package to get it and try to rebuild. Now it is complaining about posix_spawnattr_t: + cc -D_BLD_STATIC -D_BLD_ast -I. -I/home/baltman/ast-beta/src/lib/libast -Ico

[ANNOUNCEMENT] libXpm-noX 3.5.12-1

2017-11-20 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * libXpm-noX-3.5.12-1 * libXpm-noX-devel-3.5.12-1 * libXpm-noX_4-3.5.12-1 libXpm-noX is a version of the X.Org X Pixmap library that does not require an X server and provides none of the X-based display routines. It provides to

Re: Git status delay

2017-11-20 Thread Andrey Repin
Greetings, Richard H Lee! > I have an issue with git where it hangs for 10 to 20 seconds on several > commands, including "git status". For me this is reproducible on a fresh > install of Cygwin x64 in Windows 7. > I get the feeling I am doing something wrong on my end as "git status" > is a v

[ANNOUNCEMENT] Cygnal 2.8.99.97.

2017-11-20 Thread Kaz Kylheku
Cygnal (http://www.kylheku.com/cygnal/) is a replacement for "cygwin1.dll" which provides native-Windows-app behaviors. The basic idea, scope and aim of the project is that programs built in the Cygwin environment with its native compiler can be deployed with Cygnal as native Windows programs.

[ANNOUNCEMENT] buildbot-worker-0.9.13-1

2017-11-20 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * buildbot-worker-0.9.13-1 This is a bugfix release. See [1],[2] for details. [1] https://medium.com/buildbot/buildbot-0-9-13-1f2197218c38 [2] http://docs.buildbot.net/current/relnotes/index.html noarch: 0683485e945245c243432e

Re: Git status delay

2017-11-20 Thread cyg Simple
On 11/20/2017 5:03 AM, Richard H Lee wrote: > Can also confirm this on Windows 10. > I don't see an issue. Maybe your environment or some BLODA app. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: Git status delay

2017-11-20 Thread Richard H Lee
Can also confirm this on Windows 10. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: undefined reference to LAPACKE_***

2017-11-20 Thread Csaba Raduly
Hi Zekios, On Sat, Nov 18, 2017 at 7:20 PM, Constantinos Zekios wrote: > Hi Csaba, > so I am using a cmake and it is of the format: > > set(LAPACK_LIB "/usr/lib/liblapack.so") > set(LAPACK_LIB "/usr/lib/liblapacke.so") > set(BLAS_LIB "/usr/lib/libblas.so") for my ubuntu system, > > which I chang