Subject: Re: Wine emulator
To: admin <dkwok@iware.com.au>
From: Bang Jun-Young <bjy@mogua.org>
List: port-i386
Date: 06/12/2001 22:45:12
On Tue, Jun 12, 2001 at 11:10:11PM +0000, admin wrote:
> What is crt* ? How do I get hold of it and install wine?
> Sorry for ignorance. as I said I am an accountant, do not have any 
> formal training in computer science. I don't have any dos program to 
> run. So as long as I can run my 3 window programs for work I am very 
> satisfied.

src/lib/csu/i386_elf/Makefile:

#	$NetBSD: Makefile,v 1.5 2001/05/11 22:44:15 ross Exp $

#Uncomment the next line to enable the new .init fallthru
#CPPFLAGS+=	-I- -I${.CURDIR}

.include "${.CURDIR}/../common_elf/Makefile.inc"

If your file doesn't look like above, you should update to recent
-current sources (not -release).

1. uncomment CPPFLAGS line
CPPFLAGS+=	-I- -I${.CURDIR}
2. make crt*.o
	# make
	...
3. install crt*.o to /usr/lib.
	# make install
	...
4. Then build wine again

Hope it helps,

Jun-Young

-- 
Bang Jun-Young <bjy@mogua.org>