Changes between Initial Version and Version 1 of Ticket #34221, comment 43
- Timestamp:
- Oct 17, 2012, 4:51:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34221, comment 43
initial v1 1 1 For me (on Mountain Lion), it was not just javac that was the problem. To make gettext build without stalling, I had to: 2 2 3 {{{ 3 4 chmod u+s `which java` `which javac` `which jar` 5 }}} 4 6 5 7 Leaving any of them out would result in a hang. (Don't forget to u-s them afterwards...)