Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-04-11 Thread Peter Rehley
hmm, the solution was mentioned over a month ago, don't know why it's suddenly become active. FYI: Problem was const struct in the some of the programs. See http://sourceware.org/ml/cygwin/2005-03/msg00048.html Also, execute bit was set on, it is an NTFS filesystem, and turning execute bit of

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-04-11 Thread Brian Dessent
Peter Rehley wrote: > "The application failed to initialize properly (0xc005). Click on > OK to terminate the application." My money is on this: . Newer gccs try to put const data in .rdata section, but this fails if one of those "co

Re: Re; Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-03-01 Thread Peter Rehley
On Feb 25, 2005, at 2:04 PM, Danny Smith wrote: From: Peter Rehley Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pops up showing the following mess

Re; Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Danny Smith
From: Peter Rehley > Hi, > > I am working on a project where I had to recompile gettext using gcc > 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I > went to run some of the programs, a windows dialog box pops up showing > the following message: > > "The application failed

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Peter Rehley wrote: > On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: > > > On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: > > > > > On Fri, 25 Feb 2005, Peter Rehley wrote: > > > > > > > Hi, > > > > > > > > I am working on a project where I had to recompile gettext us

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Peter Rehley
On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to r

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Peter Rehley
On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pop

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pops up showing the following message: "The application fai