[ANNOUNCEMENT] ncurses 6.0-4.20160305

2016-03-06 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ncurses-6.0-4.20160305 * ncurses-demo-6.0-4.20160305 * libncursesw10-6.0-4.20160305 * libncurses-devel-6.0-4.20160305 * terminfo-6.0-4.20160305 * terminfo-extra-6.0-4.20160305 * mingw64-i686-ncurses-6.0-4.20160305 * mingw64-x8

Re: library compilation undefined reference to extern function

2016-03-06 Thread René Berber
On 3/6/2016 4:27 PM, Azatyan, Anushavan wrote: [snip] > #include > using namespace std; > extern void foo(void); > int main() > { > cout<<" Print "; > foo(); > return 0; > } > > a very simple example I can compile in linux (Ubuntu) without any problem, but in cygwin it go

library compilation undefined reference to extern function

2016-03-06 Thread Azatyan, Anushavan
Hi, I am compiling a huge library, which is written and compiled under Ubuntu, I have fixed some problems to get it compiled in cygwin. The main() function is inside library. I stopped in some point which goes different in cygwin. I have some functions which are declared as - extern void func(vo

[ANNOUNCEMENT] Updated: mpfr-3.1.4-1

2016-03-06 Thread Achim Gratz
The MPFR Library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floatin

Re: Issues with ACL settings after updating to the latest cygwin.dll - correction

2016-03-06 Thread Corinna Vinschen
On Mar 5 18:49, aki...@free.fr wrote: > Hi, Corinna > > To be clear about my problems about ACL. > A very simple example to observe. > > I go to the root disk (C:\ or /cygdrive/c upon the system) > I can't create a file here (normally protected). > So I use administrator rights to do that with c