similar to: Re: No wine-pthread in 1.1.19 ?

Displaying 20 results from an estimated 100000 matches similar to: "Re: No wine-pthread in 1.1.19 ?"

2009 May 14
1
Re: No wine-pthread in 1.1.19 ?
James Mckenzie wrote: > wine-pthread was removed from this version forward. pthread is not supported by modern Linux kernels and the Mach-O system. Eh? You mean other way around? P-Threads (POSIX threads) are the default threading model on most *NIX now days. "wine-pthread" was removed indeed as it's now integrated into loader as the only remaining option.
2009 Apr 13
5
No wine-pthread in 1.1.19 ?
I'm on Opensuse 11.0, just installed Wine 1.1.19 and there's no wine-pthread binary. So i downloaded sources, compiled and again no wine-pthread. What should I do to get this file? Is multithreading dropped in Wine now?
2009 Jul 08
6
recently moved to 1.1.25, no wine-pthread command
I have done some reading and gather than wine-pthread was dropped somewhere around 1.1.19. Problem I have is that I have an application (newsleecher) which effectively never starts up (gave it 10 minutes at one point, used 100% cpu the whole time) with strait wine command on the older wine version, I think 1.0.something, came with ubuntu 8.04 in one of the unsupported repositories. It starts up
2009 May 24
3
need help to compile wine with patches
hello, i have a problem to patch wine. it's about this bug : http://bugs.winehq.org/show_bug.cgi?id=13335, and concerning mmap.patch. here is the command line that i tried : patch -p1 < mmap.patch but here is the result : Code: teddy at tedportable:~/wine/wine-1.1.18$ patch -p1 < mmap.patch patching file dlls/ntdll/ntdll_misc.h Hunk #1 FAILED at 139. 1 out of 1 hunk FAILED -- saving
2008 May 16
2
Where is wine-pthread in 1.0 rc1 ??
Hi, i'm a wine user since years now and recently I began to use GLC, a capture soft wich can work with wine BUT this soft need wine-pthread to capture wine windows !! wine-pthread was a mandatory file in any wine version as far as I can remember, but it simply disappear in wine 1.0 rc1 package (using ubuntu hardy repository since Debian one is quite outdated if you compare them) So is it a
2004 Dec 05
0
wine-pthread: failed to read ELF header ?
Hello, I have little problem here. Older wines worked well. But recently.... $ wine something.exe /usr/local/wines/wine-20041201/bin/wine-pthread: failed to read ELF header when i use $ wine-pthread something.exe It works, but if some program want to launch another program it's happen again (eg. install.exe unpack to temp, tries to launch setup.exe and... "failed to read") Linux
2004 Feb 22
0
wine-pthread defunct
hi friends, I have been playing with wine for quiet some time now. I wanted to check how many instance of wine can it run, and started opening wordpad. After 700 instances wine starts creating defunct process. The wine-pthread creates defunct. I don't know why. I checked the for free memory, and it is there in the system. So i don't what may be the problem. Is there any limitation
2017 Mar 14
0
[ANNOUNCE] pthread-stubs 0.4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, pthread-stubs 0.4 is now available. This new release stops providing stubs, but instead expects libc to do so. On platforms where this is not the case, "-pthread" is injected via our pkg-config file instead. This was done to make loading libpthread (indirectly) via dlopen() work correctly in the presence of pthread-stubs. Download:
2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
On 11/30/2011 07:35 PM, wine-users-request at winehq.org wrote: > [...] > 6. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (vitamin) > [...] > 9. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (talgalili) > [...] > 16. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (James McKenzie) > > >
2011 Jun 20
2
wine basics
Hello together! I am using wine since several years. I never questioned the underlaying wine techniques since wc3 did run very nice. Well some new games are out now and some will be available soon, so I am asking my self: Are those games goin to work with wine? So I started to think on wine. How does it work? What is it made of? With git I got latest wine source code, and I had a look on some
2003 Dec 23
0
[LLVMdev] pthread?
Try llvmgcc pthread.c -o pthread.ll -pthread You have to link in the pthreads library, and I believe -pthread is all you need on a redhat 9 box. Kevin > -----Original Message----- > From: llvmdev-admin at cs.uiuc.edu [mailto:llvmdev-admin at cs.uiuc.edu] On > Behalf Of yue > Sent: Tuesday, December 23, 2003 11:43 PM > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] pthread?
2003 Dec 24
0
[LLVMdev] Re: pthread?
I try to run lli with "--load=/lib/libpthread.so", but it shows: --------------------------------------------------- [yue at RH9 test]$ ./pthread.ll Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference -load request ignored. Creating thread 0 WARNING: Cannot resolve fn
2009 Apr 10
0
Wine release 1.1.19
The Wine development release 1.1.19 is now available. What's new in this release (see below for details): - Support for Visual C++ project files in winemaker. - Improvements to the Esound driver. - Many Direct3D code cleanups. - Fixes to OLE clipboard handling. - OpenBSD compilation fixed. - Various bug fixes. The source is available from the following locations:
2003 Dec 24
1
[LLVMdev] Re: pthread?
On Wed, 24 Dec 2003, yue wrote: > I try to run lli with "--load=/lib/libpthread.so", but it shows: > --------------------------------------------------- > [yue at RH9 test]$ ./pthread.ll > Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol > _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time > reference > -load request
2008 Apr 11
0
wine-users Digest, Vol 33, Issue 50 stepbridge
This is the output in the terminal guido at westhoek:~$ wine stepbridge err:reg:SCSI_getprocentry bus id line scan count error (fscanf returns 0, expected 4) wine: could not load L"c:\\windows\\system32\\stepbridge.exe": Module not found guido at westhoek:~$ fixme:spoolsv:serv_main (0 (nil)) 2008/4/11, wine-users-request at winehq.org <wine-users-request at winehq.org>: >
2003 Dec 23
4
[LLVMdev] pthread?
hi, I compile a pthread program using llvmgcc, but when i run pthread.ll, it show: ------------------ [yue at RH9 test]$ llvmgcc pthread.c -o pthread.ll [yue at RH9 test]$ ls pthread pthread.c pthread.ll pthread.ll.bc [yue at RH9 test]$ ./pthread.ll Creating thread 0 WARNING: Cannot resolve fn 'pthread_create' using a dummy noop function instead! ERROR; return code from
2008 May 22
0
[PATCH] stubdom: fix and clean pthread minimal support
stubdom: fix and clean pthread minimal support Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r f4a293cbec1b extras/mini-os/include/posix/pthread.h --- a/extras/mini-os/include/posix/pthread.h Thu May 22 14:28:40 2008 +0100 +++ b/extras/mini-os/include/posix/pthread.h Thu May 22 16:08:29 2008 +0100 @@ -1,18 +1,56 @@ #ifndef _POSIX_PTHREAD_H #define _POSIX_PTHREAD_H
2007 Apr 15
1
pthreads with Darwine Xcode template? (or Wine Windows message pump + sockets + threads sample)
I am trying to run the following pthread example with the Darwine Xcode template: http://www.llnl.gov/computing/tutorials/pthreads/samples/hello.c from http://www.llnl.gov/computing/tutorials/pthreads/ Example Code - Pthread Creation and Termination But the code inside PrintHello does not appear to execute. Can you help me? What I really need is a way to handle multiple client sockets from code
2002 Feb 22
1
c-c problem when R compiled with pthread
Dear R-devel, I've run into this problem that when I hit c-c to interrupt a command or computation, the R session just ends. The info: R-1.4.1 compiled from source on Linux Mandrake 7.1. Dual P-3 Xeon with 2GB ram. 1. Compiled R with link to Intel Math Kernel Library (for fast BLAS), which needed pthread. C-c at the R prompt ends the R session. 2. Compiled R with link to (threaded)
2012 Sep 06
1
nut-scanner pthread issue
Hi, the terminating part of nut-scanner can crash in pthread code, because some threads won't exist. For example snmp part: ============================== if( allow_snmp && nutscan_avail_snmp ) { if( start_ip == NULL ) { printq(quiet,"No start IP, skipping SNMP\n"); } else { printq(quiet,"Scanning SNMP bus.\n"); #ifdef HAVE_PTHREAD if(