Results 1 to 6 of 6

Thread: Is there any version that can run on 64bit?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    May 2018
    Posts
    8

    Default Re: Is there any version that can run on 64bit?

    Hi Janne,

    If you install the 32-bit libraries on a multilib capable machine, DF3.2 apparently runs correctly. Just a web search for Linux (or whatever other specific os) 32-bit on x86_64. You'll end up installing the glibc.i686, libgcc.i686 and libstdc++.i686. There may be some other libraries you need. My C/C++ development machines have a lot of other 686 libs but I think a lot of that is for Android Studio.

    I haven't done any massive testing but it should work correctly under multilib. If dfsetup will create the .dfr file and the runtime launches, you should be good to go. IIRC, the runtime didn't use anything from the the OS other than the standard libs. I have ncurses installed, but that may be for one of my other environments.

    Edit: Silly me. I had just searched Linux on the forums. The Win32 console mode runtime and compiler work on Win10.

    Best regards,
    Eric
    Last edited by eashley; 23-Dec-2020 at 05:45 PM.

Posting Permissions

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