Opened 14 years ago
Last modified 14 years ago
#7037 closed bug
Jam exits with "segmentation fault" on OpenSuse 11.1 — at Initial Version
Reported by: | jackburton | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Jam can't compile haiku in OpenSuse 11.1 (and subsequent releases, I guess). This seems to be caused by a strict aliasing violation on GCC > 4.2 (OpenSuse 11.1 uses 4.3.2).
The fix (besides fixing jam's strict aliasing violations) is to add "-fno-strict-aliasing" to the CFLAGS in Jam's makefile.
Note:
See TracTickets
for help on using tickets.