From owner-freebsd-current Mon Dec 21 09:04:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18781 for freebsd-current-outgoing; Mon, 21 Dec 1998 09:04:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18766 for ; Mon, 21 Dec 1998 09:04:13 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac6.wam.umd.edu ((IDENT root)@rac6.wam.umd.edu [128.8.10.146]) by po3.wam.umd.edu (8.9.0.Beta6/8.9.0.Beta6) with ESMTP id MAA18331; Mon, 21 Dec 1998 12:03:57 -0500 (EST) Received: from rac6.wam.umd.edu ((IDENT sendmail)@localhost [127.0.0.1]) by rac6.wam.umd.edu (8.9.0.Beta6/8.9.0.Beta6) with SMTP id MAA19836; Mon, 21 Dec 1998 12:03:56 -0500 (EST) Received: from localhost by rac6.wam.umd.edu (8.9.0.Beta6/8.9.0.Beta6) with SMTP id MAA19831; Mon, 21 Dec 1998 12:03:55 -0500 (EST) X-Authentication-Warning: rac6.wam.umd.edu: culverk owned process doing -bs Date: Mon, 21 Dec 1998 12:03:55 -0500 (EST) From: Kenneth Wayne Culver To: Alfred Perlstein cc: "Brian W. Buchanan" , Joseph Lee , freebsd-current@FreeBSD.ORG Subject: Re: linking against libc_r In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, 21 Dec 1998, Brian W. Buchanan wrote: > > > On Sun, 20 Dec 1998, Joseph Lee wrote: > > > > > How do I link against libc_r instead of libc? > > > > > > Trying to build wine from the latest sources, and the configure > > > complains about libc being non-reentrant, which is what libc_r is for, > > > from what I've read. > > > > You need to link with -pthread to get libc_r. I'm not sure that it will > > make the latest WINE work for you, though, as it seems that WINE has > > become increasingly Linux-specific in recent days. (The port hasn't been > > updated since the 9/27 version, I assume because it's becoming too > > difficult a task) If you do manage to get a fairly recent version of wine > > working, please let me know -- I've heard rumors that you can run > > StarCraft under it starting with one of the October snaps, and as soon as > > I can do that, I can newfs my Win95 partition for good. :) > > > > With the recent addition of Linuxthreads to FreeBSD it may soon be possible to use a Wine rpm to play starcraft :) > One thing though, in order for WINE to work with threads, you must get glibc. It won't work otherwise any differently than it will for FreeBSD. Also, the linux emulation must be updated to support USER_LDT's. Kenneth Culver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message