Changes between Initial Version and Version 1 of Ticket #34221, comment 43


Ignore:
Timestamp:
Oct 17, 2012, 4:51:32 PM (12 years ago)
Author:
amrit@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34221, comment 43

    initial v1  
    11For me (on Mountain Lion), it was not just javac that was the problem.  To make gettext build without stalling, I had to:
    22
     3{{{
    34chmod u+s `which java` `which javac` `which jar`
     5}}}
    46
    57Leaving any of them out would result in a hang.  (Don't forget to u-s them afterwards...)