NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to run i386 NetBSD-3.0 program on amd64 NetBSD-4.0?



In article <20080301175243.GA8333%s1.iti.com@localhost>,
Water NB  <netbsd78%126.com@localhost> wrote:
>New system is amd64 NetBSD-4.0.
>And there are some programs is for i386 NetBSD-3.0
>
>I compile kernel with
>options COMPAT_30
>options COMPAT_NETBSD32
>options COMPAT_LINUX
>options COMPAT_LINUX32
>options EXEC_ELF32
>
>but failed always with follow message:
>
>$ foo
>foo: 1: Syntax error: "(" unexpected

You need to install the 3.0 shared libraries and dynamic
linker in /emul/netbsd32/. Look in pkgsrc/emulators.

christos



Home | Main Index | Thread Index | Old Index