Opened 13 years ago

Last modified 13 years ago

#7037 closed bug

Jam exits with "segmentation fault" on OpenSuse 11.1 — at Version 1

Reported by: jackburton Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description (last modified by jackburton)

Jam can't compile haiku in OpenSuse 11.1 (and subsequent releases, I guess), after thinking for a while, it causes a segmentation fault. 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.

Change History (1)

comment:1 by jackburton, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.