RE: gmp/mpfr status

2008-03-18 Thread David Billinghurst
> From: NightStrike > > Is there an approximate timeline for when the gmp and mpfr packages > will be upgraded to the minimum required for compiling gcc? Really, I > guess it's just mpfr that has to be upgraded to 2.3.0., but I think > mpfr 2.3.0 requires gmp 4.2.2. > I have working packages of

Path problems with libgmpxx.la, libppl.la, libppl_c.la and libcloog-ppl.la - a work around

2010-01-04 Thread David Billinghurst
As discussed previously [1], libraries built with libtool that depend on libstdc++ end up with the full path to the build compiler's libstdc++.la file in their own *.la file. This becomes a problem when the compiler is upgraded. This affects some packages I maintain: libgmpxx, libppl and libcl

[ANNOUNCEMENT] cloog-ppl-0.15.7-1

2010-01-07 Thread David Billinghurst
cloog-ppl-0.15.7-1 has been released. PACKAGE DESCRIPTION === Homepage: http://www.cloog.org/ Download: ftp://gcc.gnu.org/pub/gcc/infrastructure/. License: GPL version 2 or later CLooG - the Chunky Loop Generator - is free software and library to generate code for scanning Z-po

Newlib libm patch missing from cygwin-1.5.25-15 - fixes gfortran bug

2008-12-04 Thread David Billinghurst
I have been looking at some gfortran-4.4 testsuite failures. There is a problem with the NINT() intrinsic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33177 due to a bug in newlib lroundf. This is fixed with revision 1.3 of libm/common/sf_lround.c http://sourceware.org/cgi-bin/cvsweb.cgi/src

access() function in 1.7

2009-01-23 Thread David Billinghurst
I am having a problem with the access() function in cygwin-1.7. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38956 $ touch foobar_file $ chmod a-w foobar_file $ cat test_access.c #include #include int main (void) { char *file="foobar_file"; int m = W_OK; printf("access = %d\n",access(file

Re: access() function in 1.7

2009-01-24 Thread David Billinghurst
Corinna Vinschen wrote: On Jan 24 18:40, David Billinghurst wrote: I am having a problem with the access() function in cygwin-1.7. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38956 [...] Under cygwin-1.5 $ ./test_access access = -1 Under cygwin-1.7 $ ./test_access.exe access = -1 I assume

Re: Fwd: [Clamav-devel] Bug#512776: License incompatibility with libgmp ("GPLv2 only" linking to "LGPLv3 or later")

2009-01-26 Thread David Billinghurst
Reini Urban wrote: Attached is a clamav license incompatibility bug with libgmp from the debian lawyers. clamav might be forced to link against an older libgmp. The switch to LGPL3 came with gmp-4.2.2, so gmp-4.2.1 would be needed for clamav compatibility. But prev is gmp-4.2.3-1, so we might

[ANNOUNCEMENT] Updated for cygwin-1.7: {gmp/libgmp3/libgmpxx3/libgmp-devel}-4.2.4-2

2009-03-03 Thread David Billinghurst
Version 4.2.4-2 of gmp, libgmp3, libgmpxx3 and libgmp-devel have been uploaded. This is the first release for cygwin-1.7 PACKAGE DESCRIPTION === Homepage: http://gmplib.org/ License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed intege

[ANNOUNCEMENT] Uploaded: mpfr-2.4.1-{1,2} for cygwin-1.{5,7}

2009-03-03 Thread David Billinghurst
New versions of mpfr/libmpfr1/libmpfr-devel have been uploaded. - version 2.4.1-1 for cygwin-1.5 - version 2.4.1-2 for cygwin-1.7 I expect that mpfr-2.4.1-1 will be the final cygwin-1.5 release. PACKAGE DESCRIPTION === Homepage: http://www.mpfr.org License : GNU LGPL 2.1 or lat

[ANNOUNCEMENT] {gmp/libgmp3/libgmpxx4/libgmp-devel}-4.3.0-1 for cygwin-1.7

2009-04-20 Thread David Billinghurst
Version 4.3.0-1 of gmp, libgmp3, libgmpxx4 and libgmp-devel have been uploaded. This release for cygwin-1.7 is the first compiled with gcc-4 and g++-4 PACKAGE DESCRIPTION === Homepage: http://gmplib.org/ License : GNU LGPL GMP is a free library for arbitrary precision arithme

[ANNOUNCEMENT] mpfr-2.4.1-3 for cygwin-1.7

2009-04-20 Thread David Billinghurst
Version 2.4.1-3 of mpfr/libmpfr1/libmpfr-devel for cygwin-1.7 has been uploaded. The is a rebuild using gcc-4 against gmp-4.3.0. The DLL is binary compatible with previous releases. PACKAGE DESCRIPTION === Homepage: http://www.mpfr.org License : GNU LGPL 2.1 or later The MPF

Should gcc -p work?

2009-04-28 Thread David Billinghurst
I am looking into some gcc-4.{4,5}testsuite failures on cygwin. Test gcc.dg/20021014-1.c, with CFLAGS="-O2 -p", fails due to undefined references to _mcount and __monstartup. I get the same result with gcc-3.4.4 and gcc-4.3.2. If this is expected then I will submit a gcc testsuite patch to s

Re: Should gcc -p work?

2009-04-28 Thread David Billinghurst
Greg Chicares wrote: On 2009-04-28 13:43Z, David Billinghurst wrote: I am looking into some gcc-4.{4,5}testsuite failures on cygwin. Test gcc.dg/20021014-1.c, with CFLAGS="-O2 -p", fails due to undefined references to _mcount and __monstartup. I get the same result with gcc-3.4

[ANNOUNCEMENT] [1.7] pl-0.10.2-1 - the Parma Polyhedra Library

2009-04-30 Thread David Billinghurst
Version ppl-0.10.2-1 of the Parma Polyhedra Library (PPL) has been released. PACKAGE DESCRIPTION === Homepage: http://www.cs.unipr.it/ppl/ License : GNU GPL 3 or later The Parma Polyhedra Library (PPL) provides numerical abstractions specially targeted at applications in the fi

[ANNOUNCEMENT] [1.7] mpclib-0.6-1

2009-04-30 Thread David Billinghurst
mpclib-0.6-1 has been released for cygwin 1.7. PACKAGE DESCRIPTION === Homepage: http://www.multiprecision.org/mpc Download: http://www.multiprecision.org/index.php?prog=mpc&page=download License: Gnu Lesser General Public License, version 2.1 or later MPC is a C library for the

[ANNOUNCEMENT] [1.7] cloog-ppl-0.15.3-1

2009-04-30 Thread David Billinghurst
cloog-ppl-0.15.3-1 has been released for cygwin 1.7. PACKAGE DESCRIPTION === Homepage: http://www.cloog.org/ Download: ftp://gcc.gnu.org/pub/gcc/infrastructure/. License: GPL version 2 or later CLooG - the Chunky Loop Generator - is free software and library to generate code for

gfortran-4 problem: stdout is lost when redirected

2009-05-10 Thread David Billinghurst
I have a problem with cygwin gfortran 4.3.2 20080827 on cygwin-1.7. Text written to stdout (unit 6) is lost when redirected. The problem goes away if I add a "close(6)" statement, so the buffer may not be flushed properly. I don't see the problem with vanilla gcc-4.4.0 or gcc-trunk, compiled

[ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-05-23 Thread David Billinghurst
Version 4.3.1-1 of gmp, libgmp3, libgmpxx4 and libgmp-devel for cygwin-1.7 have been uploaded. PACKAGE DESCRIPTION === Homepage: http://gmplib.org/ License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and f

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-04 Thread David Billinghurst
On Fri, Jun 5, 2009 at 12:11 PM, Yaakov  wrote: > > On 23/05/2009 20:08, David Billinghurst wrote: >> >> Version 4.3.1-1 of gmp, libgmp3, libgmpxx4 and libgmp-devel for >> cygwin-1.7 have been uploaded. > > The current versions of libgmp3 and libmpfr1 for 1.7 cause gc

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-04 Thread David Billinghurst
On Fri, Jun 5, 2009 at 1:03 PM, Dave Korn wrote: > Yaakov (Cygwin/X) wrote: >> On 04/06/2009 21:22, David Billinghurst wrote: >>> As the gmp and mpfr maintainer, can I do anything to fix this? >> >> Are you able to reproduce this?  I see you built these with gcc4 but

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-05 Thread David Billinghurst
Dave Korn wrote: Yaakov (Cygwin/X) wrote: On 04/06/2009 21:22, David Billinghurst wrote: As the gmp and mpfr maintainer, can I do anything to fix this? Are you able to reproduce this? I see you built these with gcc4 but with a static libgcc; maybe adding -shared-libgcc would help? This

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
Dave Korn wrote: David Billinghurst wrote: I have rebuilt gmp with CVS binutils and -shared-libgcc. This fixes the problem for me. Could someone (Yaakov?) download the new DLLs in libgmp3-4.3.1-1.tar.bz2 and libgmpxx4-4.3.1-2.tar.bz2 (below) and confirm the fix. # Full gmp

Problems with gmp and mpfr after rebasing - was Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
David Billinghurst wrote: Dave Korn wrote: David Billinghurst wrote: I have rebuilt gmp with CVS binutils and -shared-libgcc. This fixes the problem for me. Could someone (Yaakov?) download the new DLLs in libgmp3-4.3.1-1.tar.bz2 and libgmpxx4-4.3.1-2.tar.bz2 (below) and confirm the fix

Re: Problems with gmp and mpfr after rebasing - was Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
David Billinghurst wrote: Here is another build of gmp with CVS binutils and -shared-libgcc. I took more care and ensured that CVS binutils was used everywhere. These DLLs work with expr and gcc-4, and the gmp testsuite passes, both before and after rebasing. A build without -shared-libgcc

[ANNOUNCEMENT] gmp-4.3.1-3 for cygwin-1.7

2009-06-08 Thread David Billinghurst
Version 4.3.1-3 of gmp, libgmp3, libgmpxx4 and libgmp-devel for cygwin-1.7 have been uploaded. This release is intended provide DLLs that can be successfully rebased. PACKAGE DESCRIPTION === Homepage: http://gmplib.org/ License : GNU LGPL GMP is a free library for arbitrary pre

[ANNOUNCEMENT] mpfr-2.4.1-4 for cygwin-1.7

2009-06-08 Thread David Billinghurst
Version 2.4.1-4 of mpfr/libmpfr1/libmpfr-devel for cygwin-1.7 has been uploaded. This release is intended provide a DLL that can be successfully rebased, unlike the DLL in version 2.4.1-3. PACKAGE DESCRIPTION === Homepage: http://www.mpfr.org License : GNU LGPL 2.1 or later The

[ANNOUNCEMENT] [1.7] mpclib-0.7-1

2009-09-15 Thread David Billinghurst
mpclib-0.7-1 has been released for cygwin 1.7. PACKAGE DESCRIPTION === Homepage: http://www.multiprecision.org/mpc Download: http://www.multiprecision.org/index.php?prog=mpc&page=download License: Gnu Lesser General Public License, version 2.1 or later MPC is a C library for the

[ANNOUNCEMENT] [1.7] mpclib-0.8-1

2009-11-09 Thread David Billinghurst
mpclib-0.8-1 has been released for cygwin 1.7. PACKAGE DESCRIPTION === Homepage: http://www.multiprecision.org/mpc Download: http://www.multiprecision.org/index.php?prog=mpc&page=download License: Gnu Lesser General Public License, version 2.1 or later MPC is a C library for the

[ANNOUNCEMENT] Updated: {gmp/libgmp3/libgmp-devel}-4.2.2-1

2008-04-01 Thread David Billinghurst
Version 4.2.2-1 of gmp/libgmp3/libgmp-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://swox.com/gmp License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There i

[ANNOUNCEMENT] Updated: {mpfr/libmpfr1/libmpfr-devel}-2.3.1-1

2008-04-01 Thread David Billinghurst
Version 2.3.1-1 of mpfr/libmpfr1/libmpfr-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://www.mpfr.org License : GNU LGPL 2.1 or later The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct ro

[ANNOUNCEMENT] Updated: {gmp/libgmp3/libgmp-devel}-4.2.3-1

2008-08-08 Thread David Billinghurst
Version 4.2.3-1 of gmp, libgmp3 and libgmp-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://swox.com/gmp License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. The

[ANNOUNCEMENT] Updated: {gmp/libgmp3/libgmp-devel}-4.2.4-1

2008-10-21 Thread David Billinghurst
Version 4.2.4-1 of gmp, libgmp3 and libgmp-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://swox.com/gmp License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. The

[ANNOUNCEMENT] Updated: {mpfr/libmpfr1/libmpfr-devel}-2.3.2-1

2008-10-21 Thread David Billinghurst
Version 2.3.2-1 of mpfr/libmpfr1/libmpfr-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://www.mpfr.org License : GNU LGPL 2.1 or later The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct ro

Re: [ANNOUNCEMENT] [Test] maxima-5.36.0-1

2015-04-13 Thread David Billinghurst
On 13/04/2015 1:50 AM, Achim Gratz wrote: This is a new upstream release. I've patched up the build system quite a bit, so I'd welcome feedback from testers. A couple of issues with the 64-bit distribution * I don't see the English info files. Error below * xmaxima fails to start. Error b

cygwin 1.7 on Intel Atom N450?

2010-10-11 Thread David Billinghurst
Will cygwin 1.7 run on a netbook with an Intel Atom N450 cpu and Win XP Home or Win 7 starter? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#u

Re: cvs server setup

2011-01-24 Thread David Billinghurst
On 25/01/2011 5:57 PM, Hans Horn wrote: Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? I run an sshd server under cygwin and access cvs using ssh. This was easy to do --- once I read the documentation. This provides remote access for file transfe

Re: gfortran, lapack, and cygwin

2011-02-01 Thread David Billinghurst
On 2/02/2011 8:41 AM, Timothy Sliwinski wrote: Greetings all, I am having a particularly hard time getting lapack, gfortran and cygwin to play nice. I installed the lapack packages under the math section of setup.exe, however, when I go to use them with gfortran, I get errors saying gfortran can

Re: [ANNOUNCEMENT] Updated: {octave,octave-devel,octave-doc}-3.4.0-2

2011-03-02 Thread David Billinghurst
On 3/03/2011 8:47 AM, marco atzeri wrote: New versions 3.2.4-2 of octave, octave-devel, octave-doc are available in the Cygwin distribution: Thank you. David -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

Re: FSF releases GCC 4.6.0

2011-03-14 Thread David Billinghurst
On 15/03/2011 12:01 PM, JonY wrote: Btw, can GCC deps like ppl/cloog etc be updated? gcc configure was complaining about them being "buggy but acceptable". Will see what I can do. David -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co

Re: Python numpy module is broken

2011-03-24 Thread David Billinghurst
On 25/03/2011 8:55 AM, Mark Hadfield wrote: Some time in the last few days, the Python numpy module has broken (below) Python seems to be functional otherwise. The python and python-numpy packages are both up to date and haven't been changed recently. The failure occurs with cygwin-1.7.8-1, a

[ANNOUNCEMENT] Updated: gmp-4.3.2-1

2011-08-02 Thread David Billinghurst
I have released a new version of the gmp library for arbitrary precision arithmetic. The new release is the final release in the 4.3 series. Homepage: http://gmplib.org/ Upstream fixes for issues in 4.3.1 http://gmplib.org/oldrel/ * The function mpf_eq has several bugs. * For extremely large

Re: Updated: maxima-5.36.0-3

2015-07-31 Thread David Billinghurst
On 1/08/2015 7:33 AM, Achim Gratz wrote: This is the third build of a new upstream release due to an updated clisp executable. By default, maxima built with clisp installs and uses its own local copy of the clisp executable used to build maxima. We did this to break the dependency on the insta

Re: Shouldn't gcc-4 depend on libmpfr4 ?

2013-03-07 Thread David Billinghurst
On 5/03/2013 3:19 AM, Corinna Vinschen wrote: I just searched the archives, and it turned out that the problem is known since at least September 2011. Unfortunately our maintainer of the gmp, mpclib, and mpfr packages, David Billinghurst, never replied to the problem report from Dave Korn. I

Re: Shouldn't gcc-4 depend on libmpfr4 ?

2013-03-08 Thread David Billinghurst
On 8/03/2013 1:38 AM, Corinna Vinschen wrote: Hi guys, On Mar 7 14:13, Achim Gratz wrote: David Billinghurst gmail.com> writes: Still lurking, but real life has led me in other directions for the last year or so. I am more than happy for someone else to adopt these packages. I have

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-06-30 Thread David Billinghurst
On 1/07/2013 12:27 PM, Emad Gad wrote: Hello I apologize that this message is a long one. But you may skip to the question at the end, if you wish to know the troubles I am having. I have been using LINUX for a very long time. I decided to compile my work on CYGWIN. Furthermore, I wanted to com

Success with coarrays and gfortran

2017-01-19 Thread David Billinghurst
I am pleased to report that I have successfully compiled OpenCoarrays-1.8.0 under cygwin and used it to build parallel coarray Fortran code using gfortran. I have compiled and run a few toy cases, but nothing serious yet. Steps taken were: install openmpi, libopenmpi-devel, libopenmpifh12, l

Re: Strange errors running gcc tests on Cygwin

2017-03-05 Thread David Billinghurst
On 5/03/2017 18:36, Daniel Santos wrote: Is this a documentation error then? (from https://cygwin.com/cygwin-ug-net/setup-env.html) The LD_LIBRARY_PATH environment variable is used by the Cygwin function dlopen () as a list of directories to search for .dll files to load. This en

Re: Strange errors running gcc tests on Cygwin

2017-03-07 Thread David Billinghurst
mailing lists from c2000-2005. If you search "site:gcc.gnu.org David Billinghurst cygwin" you ??might?? find something relevant. From memory, I got it all working by * building gcc and friends * using find to locate all the .exe and .dll files in the build tree * worked out by trial

Re: [ANNOUNCEMENT] asymptote 2.38-2

2017-03-25 Thread David Billinghurst
On 25/03/2017 11:13, Ken Brown wrote: The following package has been uploaded to the Cygwin distribution: * asymptote-2.38-2 Thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubs

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-07-11 Thread David Billinghurst
On 2018-07-11 15:19, Aghil Vinayak wrote: Dear Cygwin Team, I have got a warning message while opening bash shell in windows 10. Please provide a solution to fix this warning. Is this a serious warning?? The warning message is as below, *"1 [main] bash 2900 find_fast_cwd: WARNING: Couldn't co

Re: How to find out the current cygwin version?

2017-09-07 Thread 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 cygcheck  --check-setup   # for all packages -- Pro

Re: NEURON ERROR

2018-03-11 Thread David Billinghurst
On 2018-03-11 20:44, רחל בוטרמן wrote: I got this error by running NEURON program: 1 [main] sh 13004 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com I would be happy if you could help me. thanks For the

Re: xterm / Windows 10 question

2018-06-04 Thread David Billinghurst
On 2018-06-05 10:47, Matt Nicholas wrote: I recently obtained a Dell Precision laptop running Windows 10. I installed 64-bit Cygwin, including various packages that are not part of the minimal install. The problem I'm having is that when I type single quote or double quote characters in the x

Re: Fortran Installation

2021-01-03 Thread David Billinghurst via Cygwin
On 4/01/2021 08:03, Brian Inglis via Cygwin wrote: It looks like Dislin is a proprietary closed source plotting package which you will have to find, acquire, install, and configure separately, or migrate settings from your old system. DISLIN is a library graphics subroutines and functions --

Re: emacs 28.0.60-1.f7e6c199bf (TEST)

2021-10-13 Thread David Billinghurst via Cygwin
On 14/10/2021 07:22, Jim Reisert AD1C wrote: I have noticed one slight performance issue, which may not be related to Cygwin at all. After creating a keyboard macro, the first time the macro is used/called (^x^e), it does not start right away. Subsequent uses are as fast as expected. Could so