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: 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 a

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: 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 su

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

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: http://cygwin.com/ml/#unsubscribe-s

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 impossib

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: i686-

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 inclu

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: http://cygwin.com/ml/#unsu

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: 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. >> > >>

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 > l

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).

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 privilege

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 runn

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

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 c

RE: g77 executable with largish array fails (solved?)

2004-10-26 Thread Billinghurst, David \(CALCRTS\)
> From: David Billinghurst > > 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. I translated the problem into C using f2c. It becomes: $ cat labugc.c int main() { static float a[39*1024*1024];

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 -- a

RE: [ANNOUNCEMENT] 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: ht

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

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 > >>re