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 pulled if the user explicitely requests it, isn't it?

I have fixed the dependencies in the setup.hint files.  As these are generated
by cygport I also updated the src package (and rebuilt gmp and mpfr as a check).

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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 and take over as 
maintainer if they are acceptable. 

There is some discussion from a few months back here
  http://cygwin.com/ml/cygwin-apps/2006-05/msg00098.html
  http://cygwin.com/ml/cygwin-apps/2006-05/msg00104.html
  http://cygwin.com/ml/cygwin-apps/2006-05/msg00111.html

As gfortran - the fortran compiler in gcc-4 - uses libgmp3 and libmpfr, it
seems sensible to break the monolithic packages into sub-packages.

The new cyggmp3.dll is suposed to be binary compatible with the current release,
and testing seems to confirm this.

The new cygmpfr1.dll is not binary compatible with the current cygmpfr0.dll.
I provide a libmpfr0 package that just contains the existing cygmpfr0.dll,
and supplies the existing gmp3-4.1.4 src tarball as the src package.


http://billinghurst.customer.netspace.net.au/cygwin/gmp/gmp-4.2.1-1-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/gmp-4.2.1-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp3/libgmp3-4.2.1-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp3/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp-devel/libgmp-devel-4.2.1-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp-devel/setup.hint



http://billinghurst.customer.netspace.net.au/cygwin/mpfr/mpfr-2.2.0-2-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/mpfr-2.2.0-2.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr-devel/libmpfr-devel-2.2.0-2.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr-devel/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr1/libmpfr1-2.2.0-2.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr1/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/libmpfr0-4.1.4-3-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/libmpfr0-4.1.4-3.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/setup.hint


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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 --enable-shared is required, so that it 
 will over-write
 all the corrupted libraries. Perhaps you are the first 
 person to report
 trouble on an AMD.
  
  FYI this:
  
http://cygwin.com/ml/cygwin-apps/2006-05/msg00098.html
http://cygwin.com/ml/cygwin-apps/2006-05/msg00104.html
http://cygwin.com/ml/cygwin-apps/2006-05/msg00111.html
  
  can help you, perhaps.
 
 Thanks for the links.  Unfortunately, the package files that David 
 Billinghurst references therein seem to have disappeared; does anyone 
 know where they can currently be found?
 
 For that matter, what's the current status for including these in the 
 Cygwin distribution proper?  Since the GCC trunk will very 
 soon switch 
 to requiring these for building GCC, they would be very nice 
 to have
 
 Thanks,
 - Brooks

I had to delete them, and then ISP issues stopped me uploading them,
and then Real Life got in the way.

I'll see what I can do in the next couple of days.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 the users takes a while.

All I need to do is (something like):

mkgroup  /etc/group
mkpasswd -l  /etc/passwd
mkpasswd -d -u my_username  /etc/passwd

The first mkpasswd adds the local accounts and the second 
invocation adds my domain account.   mkpasswd --help for
more details.

Then edit /etc/passwd and change your home directory a local
path - perhaps /home/username.

If you have multiple users you must ensure that they are all listed
in the passwd file.


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
 never run up on a similar problem. I think that it is a compiler
 specific issue or an environment one.
 
 f77 -O2   -c -o jlgen.o jlgen.F
 jlgen.F: In program `jlgen':
 jlgen.F:14:
  include 'cmbfast.inc'
  ^
 Unable to open INCLUDE file `cmbfast.inc' at (^)
 jlgen.F:18:
  integer l(lmax),i,j,lmo
^
 Invalid declaration of or reference to symbol `lmax' at (^) [initially
 seen at (^)]
 jlgen.F:18:
  integer l(lmax),i,j,lmo
  1
 jlgen.F:21: (continued):
  common /lvalues1/ l,l0,lmo
2
 Invalid declaration of or reference to symbol `l' at (2) 
 [initially seen at (1)]

Brad,

This is not really a cygwin problem.  

The compiler can't find the file cmbfast.inc.  Perhaps:
 - copy the file into the same directory as jlgen.F, or
 - point to it with the -I compiler directive


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 is the following:
 
 Get the current gmp-4.1.4-2 binary package.
 Unpack usr/bin/cygmpfr-0.dll from it.
 Package that file into libmpfr0-4.1.4-3.tar.bz2
 
 Get the currrent gmp-4.1.4-2-src source package
 Rename it libmpfr0-4.1.4-3-src.
 
 And there you have it.  Sure, downloading and unpacking 
 libmpfr0-4.1.4-3-src and following its build instructions won't get 
 you the exact package libmpfr0-4.1.4-3.tar.bz2 -- but it WILL get you 
 the exact cygmpfr-0.dll -- and that's all that's truly 
 necessary in this 
 case.

Done.

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/libmpfr0-4.1.4-3.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/libmpfr0-4.1.4-3-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmpfr0/setup.hint


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


[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 take over as maintainer if
they are acceptable.

As gfortran - the fortran compiler in gcc-4 - uses libgmp3 and libmpfr, it
seems sensible to break the monolithic packages into 

The new cyggmp3.dll is suposed to be binary compatible with the current release,
and limited testing confirms this.

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?

http://billinghurst.customer.netspace.net.au/cygwin/gmp/gmp-4.2-1-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/gmp-4.2-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp-devel/libgmp-devel-4.2-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp-devel/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp3/libgmp3-4.2-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/gmp/libgmp3/setup.hint


http://billinghurst.customer.netspace.net.au/cygwin/mpfr/mpfr-2.2.0-1-src.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/mpfr-2.2.0-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmfpr-devel/libmfpr-devel-2.2.0-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmfpr-devel/setup.hint

http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmfpr1/libmfpr1-2.2.0-1.tar.bz2
http://billinghurst.customer.netspace.net.au/cygwin/mpfr/libmfpr1/setup.hint


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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 for PR-whateveritis about the C++
 strings-vs-dlls problem.  Once that's done and seems ok, I'll 
 look at making
 an experimental package from one of the gcc 4 series.  (Anyone got any
 preferences?)
 

I am tempted to punt for 4.2 as a test release.  It is now in stage 3,
so by the time we shake out any bugs it will be released. 

gmp and mfpr are required for gfortran.  I have packages of gmp-4.2 and 
mfpr-2.2.0 built and almost ready to go, and am using them for gcc-4.2
test builds

I have discussed this off list with Lapo and he is happy for me take
over as maintainer.  I will try and get something out for review 
over the weekend.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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? 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24196


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 below -- which suggests 
 that some include
 logic is going haywire.  Possibly I'm missing some tool or library?
 
   Thanks for any help,
   ivan

Ivan,

I have a patch of Danny Smith's in my local tree for this
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg9.html

There are later versions under discussion, including
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html

I forgot to update my build script to mention the patch.
Just fixed that. Sorry for any confusion.


David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 stopped the 4.1 builds this week.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 submitted the patch
http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01765.html today.

If it is accepted, I will see if I can get it into gcc-4.0, although it 
may now be too late for 4.0.0

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 current cygwin g77 (3.3.3) using the command
g77 -o labug.exe -O0 labug.f
then run I get the error

C:\cygwin\usr\local\obj\LAPACK\LAPACK-g77\TIMING\LIN\labug.exe (2324): *** 
MapViewOfFileEx0x728, in_h 0x728) failed, Win32 error 6

The cases passes for n=38*1024*1024

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not read, 
print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 *immediately* upon being 
 loaded; that is, DllMain is not even correctly called.

 Has anyone else ran into libraries that fail to build correctly under 
 gcc-3.3.3?  How close are we to another gcc release for Cygwin (I'm 
 hoping this just goes away)?

 Harold

I have seen this with a few packages I have tried to build recently.
One case I was looking at this week was octave with a home build shared 
libstdc++.  This used to work for me.

I haven't investigated further.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not read, 
print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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 failures8
# of unexpected successes   5
# of expected failures  22
# of untested testcases 7
/usr/local/obj/gcc-f/gcc/testsuite/../gfortran  version 4.0.0 20041017

See http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg00863.html


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not read, 
print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 but OK so far.

 Or if it is required to have a more recent mpfr version for this then we
 could remove mpfr from the GMP package and build mpfr seperately.

I intend restarting my regular builds of cvs gcc on cygwin ASAP (today?), 
so we should be able to identify any issues promptly.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not read, 
print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 seem to be able to give me any output while the rest are
 giving an error,for example: 
 
 Timing square REAL LAPACK linear equations routines
 ./xlintims  stime.in stime.out 21
 make: *** [stime.out] Error 128

I get the same results with sband.out, stime.out, stime2.out
and the c d and z equivalents.

I've built LAPACK many times on cygwin, and I used scripts that
worked in the past, so it looks like a recent(ish) bug.

David

__

NOTICE
 
This e-mail and any attachments are private and confidential and 
may contain privileged information.
 
If you are not an authorised recipient, the copying or distribution 
of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
 
This notice should not be removed.
__

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 information.
 
If you are not an authorised recipient, the copying or distribution 
of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
 
This notice should not be removed.
__

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
 library seem to be able to give me any output while the rest are
 giving an error,for example: 
 
   Timing square REAL LAPACK linear equations routines
   ./xlintims  stime.in stime.out 21
   make: *** [stime.out] Error 128
 
 I've done almost everything suggested previously on the archives but
 to avail. Could someone help
 
 Thanks

What happens if you run xlintims from the command line?

./xlintims  stime.in

__

NOTICE
 
This e-mail and any attachments are private and confidential and 
may contain privileged information.
 
If you are not an authorised recipient, the copying or distribution 
of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
 
This notice should not be removed.
__

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 use the Exceed
server with local cygwin and remote Unix clients.

David

__

NOTICE
 
This e-mail and any attachments are private and confidential and 
may contain privileged information
 
If you are not an authorised recipient, the copying or distribution 
of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments
 
This notice should not be removed
__


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 will be 
  (is) the fortran compiler in gcc-3.5.  
 
 UPDATE: This just in...
 
 http://gcc.gnu.org/onlinedocs/gcc-3.4.1/gcc/Other-Builtins.htm
l#Other%20Builtins

The ISO C99 functions ... cabsf, cabsl, cabs, cacosf, cacoshf, cacoshl,
cacosh, cacosl, cacos, cargf, cargl, carg, casinf, casinhf, casinhl,
casinh, casinl, casin, catanf, catanhf, catanhl, catanh, catanl, catan,
cbrtf, cbrtl, cbrt, ccosf, ccoshf, ccoshl, ccosh, ccosl, ccos, cexpf,
cexpl, cexp, cimagf, cimagl, cimag, conjf, conjl, conj,..., cpowf,
cpowl, cpow, cprojf, cprojl, cproj, crealf, creall, creal, csinf, csinhf,
csinhl, csinh, csinl, csin, csqrtf, csqrtl, csqrt, ctanf, ctanhf, ctanhl,
ctanh, ctanl, ctan ... are handled as built-in functions except in strict
ISO C90 mode (-ansi or -std=c89).

Sounds like I just need to wait for gcc 3.4.  Is there a build of it
available for cygwin yet?

3.4 is not enough.  You still need library support for most of the math 
functions.

I got working float and double functions from Stephen Moshier's code
http://www.moshier.net in a few hours coding last night.  Seems to work
with gcc CVS - accurate to one or two bits.  Need some polishing though.

 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
 purpose or an oversight?
 
 I found it partially implemented in the mingw package (3.3-1), but
 not at all in the cygwin gcc package (3.3.1-3) (although a little
 testing shows that _Complex is recognized by the compiler and
 built-in complex functions work).   
 
 --
 Daniel

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 will be 
(is) the fortran compiler in gcc-3.5.  

Is there anyone working on this, or interested?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 into the distribution?  What do
you think?

Not yet.  We will have to when 3.5.0 is released, as g77 can not 
build with the mainline gcc.

 I was able to build the whole GCC suite including Pascal, Modula 2, D
 and also Java without problems now, after I downgraded to  cygwin-1.5.9.
 Which version of cygwin did you use to build Java?  I'm asking since
 the Java build fails for me with cygwin-1.5.10-3 and one newer snapshot I
 tried.

Haven't built java/libgcj for a while. 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 didn't look really closely.

wmf2x wmf2eps wmf2gd and wmf2fig work on the examples in the source tarball.

I don't see any dependencies on libiconv2 or libintl2, in either Gerrit's binary
package or the one I built.  The other dependencies are OK.

cygwmf-0-2-7.dll
  cygwmflite-0-2-7.dll
cygX11-6.dllxorg-x11-bin-dlls
cygexpat-0.dll  expat
cygfreetype-6.dll   libfreetype26
cygz.dllzlib
cygjpeg-62.dll  libjpeg62
cygpng12.dlllibpng12


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-pc-cygwin
configure flags: --prefix=/usr/local/gcc-3_5 --enable-threads=posix --disable-libgcj 
--enable-sjlj-exceptions --with-system-zlib --enable-nls --disable-libmudflap 
--disable-libstdcxx-pch --enable-version-specific-runtime-libs 
--without-included-gettext --disable-shared --enable-languages=c,c++,f95,java,objc
Counting all warnings,
there are 20 warnings in stage3 of this bootstrap.


=== gfortran Summary ===

# of expected passes3026
# of unexpected failures25

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 link a MSVC++ 
created DLL with a g++ compiled (cygwin or mingw) application.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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; 
 does anyone have an instant educated guess as to whether or not it will 
 be a good idea to pursue a shared library?  It would save me a lot of 
 wasted effort if someone told me right now that ImageMagick won't work 
 as a shared lib on Cygwin because foo isn't a shared library or that 
 ImageMagick is known to use undefined symbols at link time.  Thanks.

I have built ImageMagick-5.5.3 as a shared library.  It worked for me
some time in July 2003.

I indended to contribute the package myself, but  (insert usual excuses). 
I am travelling on business, but I have one of my old build script with me.  
See below.




ImageMagick-5.5.3-1.patch
Description: ImageMagick-5.5.3-1.patch


ImageMagick-5.5.3-1.sh
Description: ImageMagick-5.5.3-1.sh


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 to contribute the package myself, but  (insert usual excuses). 
 I am travelling on business, but I have one of my old build script with me.  
 See below.

Thanks.  Can you justify the following flags you passed:

   --disable-largefile --without-frozenpaths \
   --with-magick-plus-plus --without-perl -without-wmf

 --without-perl is required because the PerlMagick build fails.
 --without-wmf is detected automatically.

I have a local copy of libwmf and didn't want to use it

 --with-magick-plus-plus is detected automatically.

This was around the gcc-2 / gcc-3 transition when the C++ was changing

 --without-frozenpaths is a mystery to me.  I don't know what it does.

I think it stops hard-coded paths

 Additionally, configure.ac looks for convert:

Don't recall this happening



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 launched from within xfig).  (David Billinghurst, Igor 
 Pechtchanski)

Thanks.  Quick work.


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 cygstart %f for both HTML and PDF, with no helper scripts. ;-)
This will do the path translation automatically and open the application
associated with each of the extensions in Explorer (just like
double-clicking).
   Igor

You are right. A very neat solution.

--- Fig.orig2003-09-24 10:44:13.507721200 +1000
+++ Fig 2003-09-25 09:56:12.139120100 +1000
@@ -20,11 +20,11 @@
 !  This is for viewing the xfig html reference.
 ! For netscape, this command will open the help pages in a running netscape,
 ! or start a new netscape if one isn't already running
-Fig.browser:   netscape -remote 'openFile(%f)' || netscape %f
+Fig.browser:   cygstart %f

 ! pdfviewer - put your favorite pdf viewer here.
 !  This is for viewing the xfig how-to guide and man pages
-Fig.pdfviewer: acroread %f
+Fig.pdfviewer: cygstart %f

 ! Spell check program - put your favorite spelling check program here.
 !  It must write the misspelled words to standard output.


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
ACROREAD=/cygdrive/c/Program Files/Adobe/Acrobat/Reader/AcroRd32.exe
exec ${ACROREAD} `cygpath -w $1`

2. Create a helper script /usr/local/bin/iexplore

#!/bin/sh
IEXPLORE=/cygdrive/c/Program Files/Internet Explorer/iexplore.exe
exec ${IEXPLORE} `cygpath -w $1`

3.  Change /etc/X11/app-defaults/Fig

$ diff -u Fig.orig Fig
--- Fig.orig2003-09-24 10:44:13.507721200 +1000
+++ Fig 2003-09-24 10:50:57.411386200 +1000
@@ -20,7 +20,7 @@
 !  This is for viewing the xfig html reference.
 ! For netscape, this command will open the help pages in a running netscape,
 ! or start a new netscape if one isn't already running
-Fig.browser:   netscape -remote 'openFile(%f)' || netscape %f
+Fig.browser:   iexplore %f

 ! pdfviewer - put your favorite pdf viewer here.
 !  This is for viewing the xfig how-to guide and man pages



There may be a better may, but this works work me.


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 candidate!

Sam,

You may be right.  Pressure of real work has stopped me from putting 
my hand up, and fatally delayed plans to contribute some other packages,
but I would like to see a maxima package for cygwin.

I can't do anything for a week or two, but I will consider you offer.



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

xdvi a4.dvi

returns the message

Signal 11


Same problem on current cygwin on win2k using Exceed as X server.


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 tests?  I built clisp-2.31 with 
cygwin-1.5.3 last night, and had a testsuite failure.


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
 ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-1-src.tar.bz2
 ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/setup.hint

I have installed this (by untarring the tarball in /) and tested it by building
maxima-5.9.0.  maxima passes its testsuite.