[Open Office] ooo-build-1.9.121.1: build broken on x86_64
Martin Kretzschmar
m_kretzschmar at gmx.net
Sun Aug 7 09:37:51 EDT 2005
Jürg Billeter schrieb:
> On Son, 2005-08-07 at 14:52 +0200, Martin Kretzschmar wrote:
>>Can you try and change (after removing mdbtools/unxlngx4.pro)
>>
>>CONFIGURE_ACTION=./configure CFLAGS="-O2 $(ARCH_FLAGS)"
>>to
>>CONFIGURE_ACTION=./configure CFLAGS="-O2 $(ARCH_FLAGS) --with-pic"
>>
>>in mdbtools/makefile.mk.
>
>
> --with-pic didn't work, gcc doesn't accept this parameter. Replacing it
> by -fPIC seems to have worked, build and delivery of mdbtools and
> connectivity succeeded. Didn't try to complete the whole build, though.
D'oh, sorry. Can you try
CONFIGURE_ACTION=./configure CFLAGS="-O2 $(ARCH_FLAGS)" --with-pic
or add --with-pic to the CONFIGURE_FLAGS line (that's what I should have
said the first time; and it's a slightly cleaner solution than adding
-fPIC directly)?
Thanks,
Martin
More information about the Openoffice
mailing list