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
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)
=
-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
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
- 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
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
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
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
"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
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
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
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
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/
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
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
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;
>>>
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.
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
"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'
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
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;
> >
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?
22 matches
Mail list logo