On 12/07/09 23:44, Maximilian Odendahl wrote:
Be sure your build is using the 4.0 versions of gcc and g++

yes, this is the case.

What is weird that it is found during configure, but not anymore when building it. I believe you are building under Snow Leopard as well?

What works for me is to pass CC and CXX not as environment variables to configure, but as additional arguments,

./configure ... CC=gcc-4.0 CXX=g++-4.0

That way, they are correctly set in the sourced-in enironment.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to