Bennett Helm wrote:
On Sat, Jul 12, 2008 at 2:55 AM, Konrad Hofbauer <[EMAIL PROTECTED]>
wrote:
Do you send me the build script you use right now?
Here's the relevant part:
export CFLAGS="-arch ppc"
export CXXFLAGS="-arch ppc"
export LDFLAGS="$LDFLAGS -arch ppc"
./configure --prefix="$LyxAppDir" --with-version-suffix=-1.6
--with-qt4-dir="$QtInstallDir" --without-aiksaurus --without-aspell
--without-pspell --enable-optimization=-Os --without-x
--with-included-gettext --host=ppc-apple-darwin8.8.1
--target=ppc-apple-darwin8.8.1
make -j3
Questions:
1) Why no -isysroot and -isyslibroot as we had it before?
2) Why specify --host AND --target? That is IMHO not how it is meant to
be used. Sepcify --host as you have it, and --build with whatever
${LyxSourceDir}/config/config.guess tells you (on Leopard something like
i686-apple-darwin9).
See my (I thought: our) script attached in the email from a few minutes ago.
Regards,
Konrad