Konrad Hofbauer wrote:
For cross-compiling PPC-Binaries on an Intel-Mac (which Bennett and me
need to do to create universal binaries for release), I need to set
export CFLAGS="-arch ppc" export CXXFLAGS="-arch ppc" export
LDFLAGS="$LDFLAGS -arch ppc"
and they automatically get passed to g+
For cross-compiling PPC-Binaries on an Intel-Mac (which Bennett and me
need to do to create universal binaries for release), I need to set
export CFLAGS="-arch ppc"
export CXXFLAGS="-arch ppc"
export LDFLAGS="$LDFLAGS -arch ppc"
and they automatically get passed to g++, libtool, etc. (and w