install:mac_nofink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
install:mac_nofink [2019/05/16 11:35] paffenholzinstall:mac_nofink [2019/05/16 11:36] paffenholz
Line 13: Line 13:
     * [[http://ant.apache.org/bindownload.cgi|ant]] (version 1.9.4 or later (caution: older version **really** don't work))     * [[http://ant.apache.org/bindownload.cgi|ant]] (version 1.9.4 or later (caution: older version **really** don't work))
  
-The most common compilation (linking) problems for **Mac OS 10.6** are complaints about wrong architecture of dependent libraries. Though it is possible to compile a fat file for ''i386'', ''x86_64'', and ''ppc'', we recommend to restrict to ''x86_64''. To do this you have to specify the arch flag in every configure step above, e.g. by setting the following environment variables: +
-<code> +
-CFLAGS="-arch x86_64"  +
-ARCHFLAGS='-arch x86_64' +
-</code>  +
-where the first is for ''C++'', and the second for the ''Perl'' modules ''XML-LibXSLT'' and ''Term-Readline-Gnu''. You can also pass them to each configure command separately. +