View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net Issue #72

Cannot build 32 bit on 64 bit platform

closed closed olebole opened this issue on 2017-05-19


olebole commented on 2017-05-19

When I try to build the 32-bit-version on a 64-bit platform,the compilation fails both on MacOS and Linux, due to a number of reasons, even when all required dependencies are available.

One reason is that on many places not IRAFARCH is used, but instead the architecture is guessed again based on the actual system, which will produce an inconsistent build that later fails.
Another reason is that the -m32 flag is used on most of the places, but not consequently.

Having this buildable would be a great advantage, since it allows a good continious integration on Travis.


Fixed in #76


Last updated on 2017-05-19