Re: [Fink-devel] Fwd: fink mingw-gcc build error

2009-01-13 Thread Asko Kauppi
I've been wanting to get mingw-gcc to work, as well. Had problems with mingw-binutils and I think the message never got to the list due to a 40+KB log attached (probably served me right..?). I think I never heard of Asari on this (mailed him twice). Maybe someone should take over the

[Fink-devel] Updated HDF5 packages in my experimental area

2009-01-13 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The update is motivated by my desire to try to package NetCDF 4, which requires HDF5 1.8 . The files are at: http://www.finkdeveloper.net/svn/users/akh/experimental/netcdf4/finkinfo/ The hdf5 packages are an update of our existing packaging from

[Fink-devel] Fwd: Fwd: fink mingw-gcc build error

2009-01-13 Thread Asko Kauppi
A bit premature, that was. Mingw-gcc also needs a fix. The command 'ulimit -S -s unlimited' causes a problem here. CompileScript: #!/bin/sh -ev ulimit -S -s unlimited mkdir darwin cd darwin ../configure %c make Now, why is that since if I simply say 'ulimit -S -s unlimited', it

Re: [Fink-devel] Fwd: fink mingw-gcc build error

2009-01-13 Thread Asko Kauppi
Seems to solve it for me (tested on PPC). Please check it in. :) THANKS! And you might make a note that this package is without an active maintainer? -asko Martin Costabel kirjoitti 13.1.2009 kello 23:38: Asko Kauppi wrote: [] Does anyone else have this problem; does the package

Re: [Fink-devel] Fwd: fink mingw-gcc build error

2009-01-13 Thread Martin Costabel
Asko Kauppi wrote: [] Does anyone else have this problem; does the package work nice on Intel 10.5? No, not for me; I get the same error. $ makeinfo --version makeinfo (GNU texinfo) 4.11 The package has, in its Makefile, a test about which it says # For an installed

Re: [Fink-devel] Fwd: Fwd: fink mingw-gcc build error

2009-01-13 Thread Martin Costabel
Asko Kauppi wrote: A bit premature, that was. Mingw-gcc also needs a fix. The command 'ulimit -S -s unlimited' causes a problem here. CompileScript: #!/bin/sh -ev ulimit -S -s unlimited mkdir darwin cd darwin ../configure %c make Now, why is that since if I simply