Results 1 to 3 of 3

Thread: can unix run linux applications?

  1. #1

    can unix run linux applications?

    I was just wondering if i can run linux applications under Openbsd, or if I have to install some binaries or something.

  2. #2
    Senior Member
    Join Date
    May 2003
    Posts
    1,199
    you would need some type of cross platform software emulator, or atleast I would think.
    Everyone is going to die, I am just as good of a reason as any.

    http://think-smarter.blogspot.com

  3. #3
    AO Curmudgeon rcgreen's Avatar
    Join Date
    Nov 2001
    Posts
    2,716
    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.
    I came in to the world with nothing. I still have most of it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •