[ATTN maintainer] cyrus-sasl/libsasl2_3 packaging bug

2014-11-24 Thread Achim Gratz
This package drops the script etc/postinstall/libsasl2_3.postinstall which will never be run by setup.exe since it does not have the necessary ".sh" suffix. Regards, Achim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.3.0-1

2014-11-24 Thread JonY
Now released for both 32bit and 64bit Cygwin: mingw64-*-headers-3.3.0-1 mingw64-*-runtime-3.3.0-1 mingw64-*-winpthreads-3.3.0-1 w32api-headers-3.3.0-1 w32api-runtime-3.3.0-1 Notable changes: * _USE_MATH_DEFINES now exposes constants like M_PI from math.h. * Fix squareroot(-0.0) in accordance to C

Re: Unable to use Mintty - Fresh Install

2014-11-24 Thread pichi032 .
Didn't work.. I'll give it up until I get a new HDD.. then I'll install Linux and Windows on it and presto. Thanks for the help to everyone. On Sun, Nov 23, 2014 at 4:49 PM, cyg Simple wrote: > On Sun, Nov 23, 2014 at 7:37 AM, pichi032 . wrote: >> But cygcheck is in the bin folder along with the

Re: [ATTN maintainer] cyrus-sasl/libsasl2_3 packaging bug

2014-11-24 Thread David Rothenberger
Achim Gratz wrote: > This package drops the script > > etc/postinstall/libsasl2_3.postinstall > > which will never be run by setup.exe since it does not have the necessary > ".sh" suffix. Thanks for the heads up. A new package is on the way to the mirrors. -- David Rothenberger daver...

setup-x86_64 postinstall errors -529697949

2014-11-24 Thread Phillip . Griffith
Error codes of -529697949 have a special meaning for VC++ programmers. (I'm not one of those.) Googling leads to this Microsoft link, and the suggestion of an unhandled exception. http://support.microsoft.com/kb/185294 Package: Unknown package autoconf.sh exit code -529697949

Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-24 Thread John Kim
Hi, I have a C program that uses a custom Fortran library and the netCDF API. I'm trying to link the C and Fortran object files with the Cygwin netCDF 4.3.1.1. library, like this: gfortran *.o libfortran.a -L"/cygdrive/c/Program Files (x86)/netCDF 4.3.1.1/lib" -lnetcdf But it says "undefined

RE: occasional failure to look up

2014-11-24 Thread Habermann, David (D)
> > Stopping the terminal and restarting cygserver is not sufficient? > > Also, does this also happen if you don't start cygserver at all? > > I've not tried either of these ... and I'm not sure if it happens at > every reboot now or not (I rarely reboot). I'll see if I can > reproduce it. > > >

Re: Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-24 Thread Marco Atzeri
On 11/24/2014 10:28 PM, John Kim wrote: Hi, I have a C program that uses a custom Fortran library and the netCDF API. I'm trying to link the C and Fortran object files with the Cygwin netCDF 4.3.1.1. library, like this: gfortran *.o libfortran.a -L"/cygdrive/c/Program Files (x86)/netCDF 4.3

[ANNOUNCEMENT] Updated: cyrus-sasl-2.1.26-9

2014-11-24 Thread David Rothenberger
A new release of cyrus-sasl and related packages is available. IMPORTANT NOTE: === The previous 2.1.25-1 package included an ABI change from upstream without updating the DLL names. This can cause problems with other packages that were compiled against the earlier version of cyrus-sasl

Re: Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-24 Thread John Kim
> Questions: > 1) C API or Fortran API for NetCDF ? C API. > 2) Have you installed libnetcdf-devel package and > libnetcdf-fortran-devel ? No. Should I? > 3) why -L"/cygdrive/c/Program Files (x86)/netCDF 4.3.1.1/lib" ? > The latest cygwin libnetcdf-devel package is 4.3.2-2 Will in