Subject: Re: Wine emulator
To: Bang Jun-Young <bjy@mogua.org>
From: dkwok <dkwok@iware.com.au>
List: port-i386
Date: 06/18/2001 09:05:26
> 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