RE: New GMP and MPFR packages for review

2006-11-08 Thread Billinghurst, David \(CALCRTS\)
From: Corinna Vinschen I'm not using this so I can't test. The packaging looks good. But I don't think the gmp package should have libgmp-devel in its requirements. This contradicts the purpose of differing between runtime and devel packages. The devel package should only be

New GMP and MPFR packages for review

2006-11-05 Thread Billinghurst, David \(CALCRTS\)
The current cygwin version of gmp is 4.1.4. This also contains an old version of mpfr. The latest version of gmp is 4.2.1 It no longer contains it own version of mpfr. I have packaged gmp-4.2.1 and mpfr-2.2.0. The current gmp maintainer Lapo Luchini is happy for me to offer these for review

RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Billinghurst, David \(CALCRTS\)
From: Brooks Moses Angelo Graziosi wrote: Tim Prince wrote: This is not such a new problem, but I have not been able to get a working pre-built version of gmp from the mirrors I normally use. It worked fine when I installed from the source on the same server, once I recognized that

RE: Installing Cygwin on XP laptop part of a domain

2006-10-17 Thread Billinghurst, David \(CALCRTS\)
From: Jay NYC Can someone who has experience installing Cygwin on a WinXP desktop part of a Windows Domain let me know what to do? You need to create /etc/passwd and /etc/group files using mkpasswd and mkgroup. The domain I am in has around 3000 groups and lots of users. Enumerating all

RE: [ANNOUNCEMENT] clisp-2.39-1 released

2006-08-03 Thread Billinghurst, David \(CALCRTS\)
From: Reini Urban I've taken over clisp maintainance from Sam Steingold, who lost access to his windows box and to this list. Thanks. It successfully builds the maxima-5.10 release candidate 1. David NOTICE This e-mail and any attachments are private and confidential and may

RE: Fortran Compiler Error CMBFAST

2006-06-26 Thread Billinghurst, David \(CALCRTS\)
From: Brad Krane I'm trying to compile the scientific package CMBFAST-4.5.1 in the cygwin environment using g77. I get the following error and I have no idea how to fix this having never used Fortran before. This should work without any problem as many other people have compiled this and

RE: [ITP] gmp-4.2 and mpfr-2.2

2006-05-22 Thread Billinghurst, David \(CALCRTS\)
From: Charles Wilson Billinghurst, David (CALCRTS) wrote: The new cygmpfr1.dll is not binary compatible with the current cygmpfr0.dll. How should this be managed? Should I provide a libmpfr0 package that just contains the existing cygmpfr0.dll? Yes. What I would suggest

[ITP] gmp-4.2 and mpfr-2.2

2006-05-20 Thread Billinghurst, David \(CALCRTS\)
The current cygwin version of gmp is 4.1.4. This also contains an old version of mpfr. The latest version of gmp is 4.2. It no longer contains it own vestion of mpfr. I have packaged gmp-4.2 and mpfr-2.2.0. The current gmp maintainer Lapo Luchini is happy for me to offer these for review and

New gmp and mfpr (was RE: Maintainer searched)

2006-05-09 Thread Billinghurst, David \(CALCRTS\)
From: Dave Korn I'm wondering if Dave Korn or Brian Dessent would consider maintaining gcc? Well I didn't finish rolling the lot over the weekend owing to reasons I'll explain on the talk list, but I'm saying yes anyway. First thing I'll do will be reroll a 3.4.4-2 with the fix

RE: Fixing the state of C++ in Cygwin

2006-04-27 Thread Billinghurst, David \(CALCRTS\)
From: Angelo Graziosi Brian Dessent wrote: In the PR there is a patch that is reported to fix the problem without the full performance hit, so that would be preferable to use rather than the 20-ton hammer May you give some more details? Where is the patch?

RE: Compiling gcc4 on cygwin

2005-06-02 Thread Billinghurst, David \(CALCRTS\)
From: Dr Ivan D. Reid Hello David; I see you do regular reports on compiling gcc-4 on cygwin. Would it be possible for you to send me a copy of the scripts you use? I must be missing something as I get a failure when make bootstrap-lean processes libiberty -- an excerpt

RE: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-23 Thread Billinghurst, David \(CALCRTS\)
From: Dave Korn Did you run the test suite? Gerrit -- =^..^= I did. http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01409.html I run a nightly build of 4.0 and 4.1 and report results to gcc-testresults - unless I am out of the office and someone turns off my PC, which

RE: precompiled header status

2005-02-27 Thread Billinghurst, David \(CALCRTS\)
From: Hans Horn Sent: Monday, 24 January 2005 8:02 AM what is the current status of precompiled headers under cygwin? The last post I read about this was http://sources.redhat.com/ml/cygwin/2004-10/msg01318.html - then silence! I have updated this for gcc mainline (now 4.1) and

g77 executable with largish array fails

2004-10-25 Thread Billinghurst, David \(CALCRTS\)
The following test case is distilled from the LAPACK timing test cases. These used to work on some previous versions of cygwin/g77, but now fail. The reduced test case is integer n parameter( n = 39*1024*1024 ) ! 38*1024*1024 is OK reala(n) end When compiled with

RE: gcc 3.3.3 builds corrupt lesstif-0.93.94

2004-10-22 Thread Billinghurst, David \(CALCRTS\)
From: Harold L Hunt II The lesstif package was last built and released (0.93.94) with gcc-3.3.1 (or earlier, not sure). Performing a rebuild of the lesstif source as released (or any lesstif version after that) results in a good build, but one that gives a status access violation

RE: [ANNOUNCEMENT] Updated: gmp-4.1.4-2

2004-10-18 Thread Billinghurst, David \(CALCRTS\)
From: Lapo Luchini gmp-4.1.4-2 has been uploaded to the Cygwin net distribution. and as it includes mfpr it can be used to build gfortran from CVS gcc. Thanks to you and Gerrit for your efforts. === gfortran Summary === # of expected passes4640 # of unexpected

RE: Updated: gmp-4.1.4-1

2004-10-17 Thread Billinghurst, David \(CALCRTS\)
From: Gerrit P. Haase This release includes mpfr as a shared library. Thanks My main reason for requesting this is that GFortran 95, which will come with upcoming GCC 4.0, requires libmpfr to build. I can build cvs gcc-4.0, including gfortran, with gmp-4.1.4-1. Testsuite is still running

RE: LAPACK - testing problems

2004-09-01 Thread Billinghurst, David \(CALCRTS\)
Gorden Jemwa wrote: I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (BLAS) libraries. Specifically, I am (apparently) succeeding in compiling the libraries. However, when it comes to testing the routines only the ones that use eigsrc_(PLAT).a library

RE: LAPACK - testing problems

2004-09-01 Thread Billinghurst, David \(CALCRTS\)
Christopher Faylor wrote: I guess it's time for all of the many heavy-duty LAPACK users here to start debugging cygwin... Yup. __ NOTICE This e-mail and any attachments are private and confidential and may contain privileged

RE: LAPACK - testing problems

2004-08-31 Thread Billinghurst, David \(CALCRTS\)
[EMAIL PROTECTED] wrote: I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (BLAS) libraries. Specifically, I am (apparently) succeeding in compiling the libraries. However, when it comes to testing the routines only the ones that use eigsrc_(PLAT).a

RE: Cygwin + HummingBird Exceed

2004-08-08 Thread Billinghurst, David \(CALCRTS\)
On Thu, 5 Aug 2004, Raktale, Swapnil Kumar (Swapnil Kumar)** CTR ** wrote: Can I install Cygwin on a Windows Machine with Hummingbird Exceed ? Yes. Igor I have WinXP systems with Cygwin and Exceed 7 or Exceed 8. No problems. I don't try and run both X servers at once. I usually

RE: C99 complex numbers in cygwin?

2004-07-17 Thread Billinghurst, David (CALCRTS)
From: [EMAIL PROTECTED] From: Billinghurst, David (CALCRTS) gcc uses the complex math functions from the system libraries, (excluding builtins). They aren't in newlib, so cygwin doesn't have them. I, too, would like them as they are required by gfortran. which

RE: C99 complex numbers in cygwin?

2004-07-14 Thread Billinghurst, David (CALCRTS)
[EMAIL PROTECTED] wrote: I'm trying to port a program to cygwin that uses the C99 complex number standard and the complex.h library (carg, csin, etc.). According to the gcc web page, this is mostly implemented in gcc 3.0 and above, but I can't find it in the cygwin gcc package. Is this on

RE: Bootstrapping gcc 3.5 mainline on Cyginw 1.5.10-3

2004-06-20 Thread Billinghurst, David (CALCRTS)
From: Jean-Michel Collard Has someone managed to compile gcc 3.5 mainline (from Diego ftp, or CVS) since June 16th ? Yes. See my results sent to gcc-testresults. For example, http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00786.html -- Unsubscribe info:

RE: openjade needed (was: Re: [ITP] gtk-doc)

2004-06-17 Thread Billinghurst, David (CALCRTS)
Oh no, it requires openjade.. Is there someone out there who is able to build the current version of openjade / opensp. Gerrit There is http://www.flett.org/archives/2004/06/09/10.49.58/

RE: Annoucement: GCC-3.4.0 binary release candidat

2004-06-14 Thread Billinghurst, David (CALCRTS)
From: Gerrit P. Haase Hi David, I'm more curious to know how others managed to build gfortran of 3.5. Tim Prince I am trying to get my mainline gcc builds restarted. I managed a build overnight, including gfortran. I am unaware of any magic. Interesting, should I include gfortran

RE: My pending ITPs 2. update

2004-06-09 Thread Billinghurst, David (CALCRTS)
Package: libwmf-0.2.8.3-1 http://sources.redhat.com/ml/cygwin-apps/2004-06/msg00058.html Votes : 2 From : David [EMAIL PROTECTED] Christopher [EMAIL PROTECTED] This works for me. I have downloaded the source package, built it and installed it. Layout looks OK, but I

RE: Annoucement: GCC-3.4.0 binary release candidat

2004-06-09 Thread Billinghurst, David (CALCRTS)
I'm more curious to know how others managed to build gfortran of 3.5. Tim Prince I am trying to get my mainline gcc builds restarted. I managed a build overnight, including gfortran. I am unaware of any magic. http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00363.html Platform:

RE: [ITP] libwmf-0.2.8.3-1

2004-06-08 Thread Billinghurst, David (CALCRTS)
I want to contribute/maintain libwmf, the library for reading vector images Windøws Metafile Format (WMF). I'd like to see this. I have been using the command line utils from libwmf for a while.

RE: Trying to link an MSVC DLL with a Cygwin Application

2004-05-03 Thread Billinghurst, David (CALCRTS)
From: john george I'm trying to link a MSVC++ created DLL with a cygwin application. ... This gives me undefined refernce to function name ... Is there anything that I'm missing? The g++ and MSVC++ mangle C++ names differently. This makes it very difficult (perhaps impossible) to

RE: strace cvs stops at /dev/tty read

2004-03-16 Thread Billinghurst, David (CALCRTS)
Does Cygwin's cvs ignore your PATH setting, and directly use the Windows rsh.exe? Behaviour of /usr/bin/cvs seems to indicate it may be so. Have you tried setting CVS_RSH? export CVS_RSH=/usr/bin/rsh may do what you want. -- Unsubscribe info:

RE: [ANNOUNCEMENT] testing CLISP 2.32-2 is available

2004-02-15 Thread Billinghurst, David (CALCRTS)
CLISP 2.32-2 (marked `testing') is a CVS HEAD snapshot, _not_ an official release. beware. This builds CVS maxima OOTB. All maxima tests pass. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: [ITP] ImageMagick

2003-12-03 Thread Billinghurst, David (CALCRTS)
From: Harold L Hunt II [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 December 2003 7:28 PM I would like to contribute and maintain ImageMagick: Question for other maintainers: ImageMagick defaults to building as a static library... I have not yet tried to build it as a shared library;

RE: [ITP] ImageMagick

2003-12-03 Thread Billinghurst, David (CALCRTS)
From: Harold L Hunt II [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 December 2003 5:26 AM To: cygapps Subject: Re: [ITP] ImageMagick David, Billinghurst, David (CALCRTS) wrote: I have built ImageMagick-5.5.3 as a shared library. It worked for me some time in July 2003. I indended

RE: Updated: xfig-3.2.4-2

2003-09-29 Thread Billinghurst, David (CALCRTS)
From: Harold L Hunt II Sent: Sunday, 28 September 2003 10:58 AM To: cygx; cygxannounce Subject: Updated: xfig-3.2.4-2 The xfig-3.2.4-2 package has been updated in the Cygwin distribution. Changes: 1) Fig - Change the start command for HTML and PDF files (allows help files to be

RE: How to access html and pdf help from xfig

2003-09-24 Thread Billinghurst, David (CALCRTS)
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] On Wed, 24 Sep 2003, Billinghurst, David (CALCRTS) wrote: The following changes will enable access to html and pdf help, using internet explorer and win32 acrobat reader. [...] There may be a better may, but this works work me. Try

How to access html and pdf help from xfig

2003-09-23 Thread Billinghurst, David (CALCRTS)
Thanks for xfig. The following changes will enable access to html and pdf help, using internet explorer and win32 acrobat reader. The path to the windows applications will need to match your local setup. 1. Create a helper script /usr/local/bin/acroread #!/bin/sh

RE: new package proposal: CLISP

2003-09-17 Thread Billinghurst, David (CALCRTS)
From: Sam Steingold [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 September 2003 7:26 AM To: Billinghurst, David (CALCRTS) Subject: Re: new package proposal: CLISP maybe you could be interested in maintaining cygwin packages of both CLISP and Maxima? it appears that you are the natural

RE: xdvi Signal 11 failure

2003-09-09 Thread Billinghurst, David (CALCRTS)
From: [EMAIL PROTECTED] Sent: Tuesday, 9 September 2003 7:47 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: xdvi Signal 11 failure Up to date with everything, W98/SE, massive upgrade to tet*/tex*2-12* this morning: I now find a re-occurrence of an earlier problem, which is that

RE: new package proposal: CLISP

2003-09-07 Thread Billinghurst, David (CALCRTS)
From: Sam Steingold Sent: Saturday, 6 September 2003 6:58 AM To: [EMAIL PROTECTED] Subject: new package proposal: CLISP I created a new package: CLISP (http://clisp.cons.org) I would like to see this included. I use clisp compiled maxima under cygwin. BTW: Does it pass it's regression

RE: new package proposal: CLISP

2003-09-07 Thread Billinghurst, David (CALCRTS)
From: Sam Steingold Sent: Saturday, 6 September 2003 6:58 AM To: [EMAIL PROTECTED] Subject: new package proposal: CLISP I created a new package: CLISP (http://clisp.cons.org) ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-1.tar.bz2