Re: Custom compiler flags not used for LinkBack [Was: Request to test beta 1]

2008-05-31 Thread Konrad Hofbauer
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+

Custom compiler flags not used for LinkBack [Was: Request to test beta 1]

2008-05-30 Thread Konrad Hofbauer
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