#8242 closed enhancement (fixed)
multilib problem when building m68k buildtools on Linux 32-bit
Reported by: | luroh | Owned by: | mmu_man |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | umccullough | |
Blocked By: | Blocking: | ||
Platform: | m68k |
Description
IRC user OmniMancer found the problem why the m68k buildtools fail to build on 32-bit Linux systems; 'configure' tries to create some 64-bit libraries. This can be worked around by installing, in my case, the libc6-dev-amd64 meta package, but that's not a very elegant solution.
Google tells me there might be a --disable-multilib option available that we possibly could pass to GCC somehow.
Change History (8)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in hrev44031. This adds a dependency on zlib on the host for GCC4 only.
follow-up: 7 comment:5 by , 13 years ago
Thanks korli. I have added zlib1g-dev to the build guide here: https://www.haiku-os.org/guides/building/pre-reqs Please have a look to see if it makes sense.
comment:7 by , 13 years ago
Replying to luroh:
Thanks korli. I have added zlib1g-dev to the build guide here: https://www.haiku-os.org/guides/building/pre-reqs Please have a look to see if it makes sense.
zlib1g-dev is the name of the zlib dev package for some Linux distro, it might not apply to BSD or OS/X for instance. Maybe keep it generic in the section "Requirements for compiling the build tools", "zlib development" and be more specific sections.
Still here in 44022: