Re: wine/loader preloader.c

2004-06-26 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: > On Sat, 2004-06-26 at 08:25 -0500, Mike McCormack wrote: > > I think a better fix is to define it if it's missing. > > This commit by Alexandre should fix the segfaults people have been > seeing on Fedora Core 2. > > Either of the two patches just sent a

Re: wine/loader preloader.c

2004-06-26 Thread Mike Hearn
On Sat, 2004-06-26 at 08:25 -0500, Mike McCormack wrote: > I think a better fix is to define it if it's missing. This commit by Alexandre should fix the segfaults people have been seeing on Fedora Core 2. Either of the two patches just sent are correct BTW, Red Hat 9/Fedora Core 1 do not place AT

Re: Wine causing a Segmentation Fault

2004-06-26 Thread Vincent Béron
Le ven 25/06/2004 à 20:21, Mark A Fonnemann a écrit : > Mike Hearn navi.cx> writes: > > > > >On Tue, 22 Jun 2004 10:32:12 -0700, David Lee wrote: > >> I am using the CVS wine as of 6/22/04 and when I run the compiled binary > >> of wine, I get a Segmentation Fault. > > > > Does it work if yo

Re: Wine causing a Segmentation Fault

2004-06-26 Thread Mark A Fonnemann
Mike Hearn navi.cx> writes: > >On Tue, 22 Jun 2004 10:32:12 -0700, David Lee wrote: >> I am using the CVS wine as of 6/22/04 and when I run the compiled binary >> of wine, I get a Segmentation Fault. > > Does it work if you run wine-pthread directly? i didn't start this thread but i am equa

Re: !LOSTWAGES! site misc updates

2004-06-26 Thread Ivan
> Do you really think we need to switch from American to English spelling? A common solution is to spell the same word in A.E. in some places and in B.E. in others, and that's what my patch does. Apart fomr that, it's not only a spelling patch. Ivan.

Re: wine/loader preloader.c

2004-06-26 Thread Saulius Krasuckas
On Sat, 26 Jun 2004, Michael Stefaniuc wrote: > On Red Hat Linux 9 there is no AT_SYSINFO_EHDR in /usr/include/elf.h > thus breaking compilation there. I confirm it: on Red Hat Linux 8 the definition is missing also.

Re: wine/loader preloader.c

2004-06-26 Thread Michael Stefaniuc
Hello, On Fri, Jun 25, 2004 at 07:12:20PM -0500, Alexandre Julliard wrote: > ChangeSet ID: 12717 > CVSROOT: /opt/cvs-commit > Module name: wine > Changes by: [EMAIL PROTECTED] 2004/06/25 19:12:20 > > Modified files: > loader : preloader.c > > Log message: > Rem