Subject: Fw: Wine emulator
To: Bang Jun-Young <bjy@mogua.org>
From: dkwok <dkwok@iware.com.au>
List: port-i386
Date: 06/18/2001 23:10:59
----- Original Message -----
From: dkwok <dkwok@iware.com.au>
To: Bang Jun-Young <bjy@mogua.org>
Cc: <port-i386@netbsd.org>
Sent: Monday, June 18, 2001 9:05 AM
Subject: Re: Wine emulator


> > 1. uncomment CPPFLAGS line
> > CPPFLAGS+= -I- -I${.CURDIR}
> > 2. make crt*.o
> > # make
> > ...
> > 3. install crt*.o to /usr/lib.
> > # make install
>
> I have ftp the i386_elf and common_elf from the source tree and ran
compile.
>
> The following errors appears:
> In file included from crto.c:38:
> /usr/src/sys/lib/i386_elf../common_elf/common.h:51:rtld.h:no such file or
> directory
>
> In file included from crto.c:106:
> /usr/src/sys/lib/i386_elf/../common_elf/common.c:85:dlfcn_stubs.c:no such
> file or directory
>
> I have not been dealing with the source tree before and that is why I
don't
> know how much of the source tree I have to download and put into the
system
> in order to do the properly compilation. I have downloaded files under
> i386_elf and common_elf and stuck them under /usr/src/sys/lib.
>
> David Kwok
>
>