Subject: Linux Emulator
To: None <tech-pkg@netbsd.org>
From: Yosep <yoskim@NMSU.Edu>
List: tech-pkg
Date: 09/16/2003 11:11:14
Hello!
I am trying to make a package of pre-compiled binary executables from
Linux. So, what I did was added the following line to my Makefile.
include "../../emulators/suse_linux/Makefile.application"
Because, one of the binaries needed a library libc.so.6 from
${PREFIX}/emul/linux/lib. I consulted with someone and he told me that by
including the suse_linux should have helped finding the library.
I also looked at some other examples of packages that is based on linux,
but I am not still clear on how to go about fixing it the "right" way.
Does anyone have this problem before?
A big thanks in advance.
Sincerely,
Yosep