[ANNOUNCEMENT] Updated: libpng-1.4.3-1; NEW: {libpng14/libpng14-devel}-1.4.3-1

2010-08-07 Thread Charles Wilson
The libpng packages offer the standard libraries for manipulating PNG files, a turbo-studly lossless image format. This is a major update to the libpng-1.4.x series. [[ compiled using gcc-4.3.4-3 ]] CHANGES (since 1.2.44-1) o update to latest official release of libpng-1

[ANNOUNCEMENT] Updated: {libpng/libpng12/libpng12-devel}-1.2.44-1

2010-08-07 Thread Charles Wilson
The libpng packages offer the standard libraries for manipulating PNG files, a turbo-studly lossless image format. This is a routine update, and a packaging fix in preparation for the release of the libpng-1.4.x series. [[ compiled using gcc-4.3.4-3 ]] CHANGES (since 1.2.35-10) =

Re: Moses with Cygwin on Windows 7

2010-08-07 Thread Morgan Gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/07/2010 05:33 PM, Eliot Moss wrote: [snip] Windows 7 has a setting /just/ below the default which turns off the "Secure Desktop" (Pet name for UAC prompts). If you have some amount of administrator access, you can probably disable them. - -- M

Re: The dirent struct

2010-08-07 Thread Chris Sutcliffe
On 7 August 2010 11:06, Steven Monai wrote: > IMHO, this is an unsafe approach. If, in a future version, upstream > decides to start using itr->d_reclen for its intended purpose, then the > plausible-but-incorrect value you've put there could become the source > of Cygwin-specific bugs. In principl

Re: Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Sisyphus
- Original Message - From: "Charles Wilson" However, with cygwin-1.7.5, it doesn't work. For now, use CC='gcc-3 -mno-cygwin'. Soon you'll be able to use a real, honest-to-god cross compiler version of gcc-4 instead (e.g. "i686-pc-mingw32-gcc") Thanks Chuck. That works well I

Re: Moses with Cygwin on Windows 7

2010-08-07 Thread Eliot Moss
On 8/7/2010 5:23 PM, cbs...@bangor.ac.uk wrote: many thanks for your reply. On why we need cygwin: the language model we use is IRSTLM. The native windows build of Moses does not currently use IRSTLM LMs. I know next to nothing about Moses, so I'll just trust you on this one! I have been re

Re: gcc Cygwin package maintainer

2010-08-07 Thread Jerry DeLisle
On 08/07/2010 01:13 PM, Dave Korn wrote: On 07/08/2010 17:59, Jerry DeLisle wrote: Hi, Who is the Cygwin gcc package maintainer? I've been a bit AWOL recently, but I think that's still me :-/ I want to make sure my gfortran 4.6 experimental builds are consistent with Cygwin distributions

Re: mkpasswd (434): [31] A device attached to the system is not functioning.

2010-08-07 Thread Christopher Faylor
On Sat, Aug 07, 2010 at 01:46:12PM -0700, Linda Walsh wrote: >Larry Hall (Cygwin) wrote: >> >> It's possible, sure. I expect it's pretty obvious where you might want to >> make such a change in mkpasswd.c if you're so inclined. > >Inclined is FAR from the issue. > >I've tried to build cygwin at l

Re: Failed linking gettext-0.18

2010-08-07 Thread Markus Moeller
"Markus Moeller" wrote in message news:i3jm0r$9v...@dough.gmane.org... "Charles Wilson" wrote in message news:4c5c8247.3000...@cwilson.fastmail.fm... On 8/6/2010 4:20 AM, Markus Moeller wrote: Can you tell me what the error means and what I can do to fix it ? Thank you Markus "Charles W

Re: Moses with Cygwin on Windows 7

2010-08-07 Thread cbsa01
Dear Eliot, many thanks for your reply. On why we need cygwin: the language model we use is IRSTLM. The native windows build of Moses does not currently use IRSTLM LMs. I have been reading up a bit about debasing DLLs, and I gather from http://www.codeproject.com/KB/DLL/RebaseDll.aspx th

Re: mkpasswd (434): [31] A device attached to the system is not functioning.

2010-08-07 Thread Linda Walsh
Larry Hall (Cygwin) wrote: It's possible, sure. I expect it's pretty obvious where you might want to make such a change in mkpasswd.c if you're so inclined. --- Inclined is FAR from the issue. I've tried to build cygwin at least 3 times and never been able to get it to make. It's a n

Re: gcc Cygwin package maintainer

2010-08-07 Thread Dave Korn
On 07/08/2010 17:59, Jerry DeLisle wrote: > Hi, > > Who is the Cygwin gcc package maintainer? I've been a bit AWOL recently, but I think that's still me :-/ > I want to make sure my > gfortran 4.6 experimental builds are consistent with Cygwin > distributions. I notice I have far fewer conf

gcc Cygwin package maintainer

2010-08-07 Thread Jerry DeLisle
Hi, Who is the Cygwin gcc package maintainer? I want to make sure my gfortran 4.6 experimental builds are consistent with Cygwin distributions. I notice I have far fewer configure parameters then I see when I invoke gfortran -v . Regards, Jerry -- Problem reports: http://cygwin.com/

Re: Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Charles Wilson
On 8/7/2010 9:45 AM, Sisyphus wrote: > With cygwin-1.5.25 I can cross-compile libraries for native win32 by > starting with the following configure command: > > ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc > -mno-cygwin' host_alias=i686-pc-mingw32 > > and that has worked fine

Re: Failed linking gettext-0.18

2010-08-07 Thread Charles Wilson
On 8/7/2010 4:53 AM, Corinna Vinschen wrote: > On Aug 6 17:44, Charles Wilson wrote: >> IIRC, just setting LDFLAGS before configuring won't do it, because >> Bruno *deliberately* arranged things to make overriding his desired >> auto-import behavior difficult. > > So, just because he "dislikes" a

Re: The dirent struct

2010-08-07 Thread Steven Monai
On 2010/08/06 8:21 PM, Chris Sutcliffe wrote: > On 6 August 2010 20:31, Steven Monai wrote: >> On 2010/08/06 11:48 AM, Chris Sutcliffe wrote: >>> I've decided to take a different approach and decided to implement it >>> as follows: >>> >>> #ifdef __CYGWIN__ >>> itr->d_fileno = entry->d_ino; >>>

Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Sisyphus
Hi, With cygwin-1.5.25 I can cross-compile libraries for native win32 by starting with the following configure command: ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc -mno-cygwin' host_alias=i686-pc-mingw32 and that has worked fine on the few occasions that I've tried it.

2.708 install with /etc/postinstall/gcc4-core.sh exit code 126

2010-08-07 Thread Tilman Hausherr
Hello, I'm running Windows 7 64bit home premium, and here's an excerpt of the install log (I tried to install cygwin with gcc4): 2010/08/07 14:27:40 Starting cygwin install, version 2.708 (...) 2010/08/07 14:41:24 Extracting from file://C:\cygwin-install/http%3a%2f%2fmirror.celltel.de%2fcygwin%2f

Re: Failed linking gettext-0.18

2010-08-07 Thread Markus Moeller
"Charles Wilson" wrote in message news:4c5c8247.3000...@cwilson.fastmail.fm... On 8/6/2010 4:20 AM, Markus Moeller wrote: Can you tell me what the error means and what I can do to fix it ? Thank you Markus "Charles Wilson" wrote in message PCYMTNQREAIYR - And please don'

Re: Failed linking gettext-0.18

2010-08-07 Thread Angelo Graziosi
Charles Wilson wrote: [...] (2) override the build procedure for gettext to ensure that --enable-auto-import is provided on every link command, AFTER the "default" gettext setting of --disable-auto-import. Just out of curiosity, I would ask if an alias like this alias g++='g++ -Wl,--enable-a

Re: The dirent struct

2010-08-07 Thread Corinna Vinschen
On Aug 6 23:21, Chris Sutcliffe wrote: > On 6 August 2010 20:31, Steven Monai wrote: > > On 2010/08/06 11:48 AM, Chris Sutcliffe wrote: > >> I've decided to take a different approach and decided to implement it > >> as follows: > >> > >> #ifdef __CYGWIN__ > >>     itr->d_fileno = entry->d_ino; > >

Re: Failed linking gettext-0.18

2010-08-07 Thread Corinna Vinschen
On Aug 6 17:44, Charles Wilson wrote: > IIRC, just setting LDFLAGS before configuring won't do it, because > Bruno *deliberately* arranged things to make overriding his desired > auto-import behavior difficult. So, just because he "dislikes" a gcc setting, he deliberately breaks building the lib?