PLG
PLG
It is Bourne shell, so I used `for i in 1 2 3 4 5 6 7 8 9` instead of `for i in {1..10}` http://steve-parker.org/sh/loops.shtml
Also permission related; it would be interesting to set a permission for each hologram created e.g., holograms.access.NAME. So that it is possible to limit a user from teleporting to only...
http://lists.gnu.org/archive/html/bug-autoconf/2011-04/msg00015.html ``` configure.in:538 AC_RUN_IFELSE([AC_LANG_PROGRAM([[# include ]], [[ int have_utf8, have_props; pcre_config(PCRE_CONFIG_UTF8, &have_utf8); pcre_config(PCRE_CONFIG_UNICODE_PROPERTIES, &have_props); return (have_utf8 && have_props) ? 0 : 1; ]])], ```
from ... https://github.com/mxcl/homebrew/issues/11972#issuecomment-6394815 I got this reply... which was very nice of them =) For Macs, the answer is to use -dynamiclib