On 17/01/2022 20:14, Martin Sebor wrote:
I tried to set up OpenOffice for testing with the latest GCC but
couldn't get the build to finish (it failed downloading some
unavailable prerequisites).  I don't remember what problem I ran
into with LibreOffice; it was before I upgraded to Fedora 35 just
a couple of weeks ago.  Let me retry again (the build is still
downloading tarballs).

In the meantime, do you have any tips or suggestions getting it
set up that aren't on the instructions page below?  (Especially
for using an alternate compiler and non-default options.)

https://wiki.documentfoundation.org/Development/BuildingOnLinux#Fedora.2FRedHat

Building LibreOffice from source should be relatively easy these days, esp. on Linux. Let me know if you have any specific issues. What I do to build against a GCC other than the system one is to include the two lines

CC=/path/to/gcc
CXX=/path/to/g++

in autogen.input.

(And if you have any issues building LibreOffice, I guess you would have an even worse experience trying to build OpenOffice. I for one never looked back.)

Reply via email to