> --with-macosx-version-min=10.5

I think this might be the problem. As our code doesn't use any 10.5 or
later API anyway, you currently don't win anything by using this. Use
--with-macosx-version-min=10.4. Also, you I think you need to use
CC=gcc-4.2 and CXX=g++-4.2. Possibly add -arch i386
-mmacosx-version-min=10.4 to those, that is what I do.

--tml
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to