Changes between Initial Version and Version 1 of Ticket #31384, comment 6
- Timestamp:
- Sep 19, 2012, 5:42:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31384, comment 6
initial v1 3 3 There's a problem with Pike compiled against newer versions of GCC/Xcode that have machine-code enabled. This problem causes segfaults very much like this. The problem is resolved in the newest development versions of pike, but the solution for 7.8 is to build with the --without-machine-code configure flag: 4 4 5 {{{ 5 6 make CONFIGUREARGS="--without-machine-code" 7 }}} 6 8 7 9 Also, a new 7.8 release (7.8.696) should be out within the week.