Changes

Jump to navigation Jump to search
== Cross-compiling for PPC on Intel Mac ==
 
I see that Mojca has left homework for me to do over the week-end <code>;-)</code> so here goes:
In order to cross-compile for PPC on a Intel Mac, you need to give the compiler and the linker the following additional switches:
and select gcc 3.3 to be more backward compatible, as well as setting
export MACOSX_DEPLOYMENT_TARGET=10.3
 
== Compiling TeX Live binaries ==
 
(Written by Richard Koch)
To compile in 64 bits, three flags should be set
 
CFLAGS="-arch x86_64 -mmacosx-version-min=10.5"; export CFLAGS
CXXFLAGS="-arch x86_64 -mmacosx-version-min=10.5"; export CXXFLAGS
OBJCFLAGS="-arch x86_64 -mmacosx-version-min=10.5"; export OBJCFLAGS
 
(though probably none of them is really needed when compiling on 64-bit software and export MACOSX_DEPLOYMENT_TARGET can be set instead)
 
To use llvm, also set
 
CC=/Developer/usr/bin/llvm-gcc-4.2; export CC
 
But then to build, I disable three things:
 
./Build --disable-pdfopen --disable-xetex --disable-xdv2pdf
= Non-Polish Fonts =

Navigation menu