On 12/08/09 09:46, Maximilian Odendahl wrote:
Hi Stephan,
>> 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
is gcc 4.0 or 4.2 really the issue? I do not want to build with 10.4
compatibility, so any gcc should do fine, right? Finding a gcc is not
the my problem, the problem is finding stdio.h, string.h etc.
Ah, I see. Compiling with GCC 4.2 should ~work (if you --enable-werror,
the build will break due to new warnings detected by 4.2; and 4.2 has
the "visibility error" that can cause problems at runtime).
For your specific problem, I would suggest building with VERBOSE=1 so
that you see the actual compiler command line. Also, what exactly is
your configure command line?
-Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org