From owner-freebsd-questions Mon Mar 6 05:47:40 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA05577 for questions-outgoing; Mon, 6 Mar 1995 05:47:40 -0800 Received: from YALPH1.physics.yale.edu (yalph1.physics.yale.edu [130.132.48.4]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA05571 for ; Mon, 6 Mar 1995 05:47:35 -0800 From: LAJOIE@yalph2.physics.yale.edu Received: from yalph2.physics.yale.edu by yalph2.physics.yale.edu (PMDF V4.3-7 #8220) id <01HNT5VNWB0OA732XO@yalph2.physics.yale.edu>; Mon, 6 Mar 1995 08:49:13 EDT Date: Mon, 06 Mar 1995 08:49:13 -0400 (EDT) Subject: sigaltstack and WINE To: root@gilbertr.npt.nuwc.navy.mil Cc: questions@FreeBSD.org Reply-to: LAJOIE@yalph2.physics.yale.edu Message-id: <01HNT5VNWBYIA732XO@yalph2.physics.yale.edu> X-VMS-To: IN%"root@gilbertr.npt.nuwc.navy.mil" X-VMS-Cc: in%"questions@FreeBSD.org" MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: questions-owner@FreeBSD.org Precedence: bulk I've gotten a lot of questions concerning Wine and FreeBSD 2.0R from by last post so I guess a general post is in order (but no answers on the sigaltstack question :-). Wine0302 (the latest version) will compile on FreeBSD 2.0R, the only hitch being the definition of the sigaltstack structure in FreeBSD (which differs in the FreeBSD manpage and in /usr/include/sys/signal.h!!) which can be fixed trivially in the Wine /loader/signal.c routine. Compatability with FreeBSD has gotten much better over the past rew releases and someone is obviously working hard on it. Wine will run some of the Windows applets. Solitaire works fine, despite a Windows "Out of memory" message at startup. Minesweeper works well, but Write eats up so much CPU that it darn near hange the system and Progman won't open the group files. Some of the dialog boxes come out scrambled as well. As a demo of what can be done with some clever programming, Wine is really nice. But it doesn't claim to be anything more that Alpha code and should be treated as such - don't expect to be running Word 6.0 any time soon! You can get Wine at sunsite.unc.edu in /pub/Linux/ALPHA/wine. John Lajoie Yale University Physics Department lajoie@yalph2.physics.yale.edu