Archived

This forum has been archived. Please start a new discussion on GitHub.

Support for Linux x64 ?

The Ice support for x64 Linux RPM is only partial, Ice C# x64 runtime is not available as RMP for example.

Will Ice provide such x64 RPMs ? (That would be nice, the cluster of my lab is under RedHat + AMD64 :) )

Comments

  • Future releases of the .NET RPM will be 'noarch' since the assemblies are meant to 'run everywhere'.

    We are working on adding 'devel' RPMs which would include an RPM containing the 64 bit slice2cs translator. This will probably be available in the next release as well. In the meantime, there is a complete non-RPM binary distribution for Fedora Core 4 x86_64 that contains a 64 bit slice2cs executable.

    Cheers,

    Brent
  • bernard
    bernard Jupiter, FL
    Hi Joannes,

    Ice for C# actually works on x64, I tested it just before the 3.0.0 release.

    The Ice for C# runtime is not width-dependent: you can use it with 32-bit mono or 64-bit mono. In future releases, we'll improve the RPM names!

    Bernard
  • Thanks,
    Joannes