And here is another invalid attribute: --- lib/result.c:882:53: error: only weak aliases are supported on darwin void result_free(result_t *r) __attribute__ ((weak, alias ("csvdb_free_result"))); ^ 1 error generated. ---