I was just wondering if i can run linux applications under Openbsd, or if I have to install some binaries or something.
Printable View
I was just wondering if i can run linux applications under Openbsd, or if I have to install some binaries or something.
you would need some type of cross platform software emulator, or atleast I would think.
In order for an app to be portable from one system to another,
you need to take the source code, and compile it on the target system.
Many programs explicitly give instructions on how to compile
on different systems. Binaries (compiled executables) are rarely
if ever, transferable to other OSs, even if they are similar.
If the machine types are different, the binaries are totally alien.
Read the source code of a favorite app some time. Pay particular
attention to the "makefile". It often has hints about compiling on
more than one "UNIX-like" OS.
:cool: