<div dir="ltr">
        
        

<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"> The release notes for the latest version of LibreOffice (24.2) state
that</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent"><br></span></p><p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">"The
minimum requirements for building and running LibreOffice on Linux
have been raised from Red Hat Enterprise Linux 7/CentOS 7 to Red Hat
Enterprise Linux 8/CentOS 8 (or equivalent)".</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent"><br></span></p><p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">Since
Red Hat/CentOS 8 does not have a 32-bit edition, I wonder if my
problems compiling for 32-bit are due to a possible lack of support.</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">I have
been compiling LibreOffice for Linux 32-bit since the Foundation
stopped releasing 32-bit binaries. I have been able to solve
problems, sometimes on my own, sometimes with the generous help of
people on this very mailing list.</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">But now
I'm stuck.</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">I am
using Debian 12 Bookworm 32-bit as my OS base. I downloaded all the
dependencies asked for on the BuildingOnLinux Foundation wiki.</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">Since
trying to compile 24.2 with a simple 'make' treats all warnings as
errors, I tried using</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><br>

</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">make
CFLAGS="-Wno-error" CXXFLAGS="-Wno-error"</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><br>

</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">But
this approach only resulted in some non-compileable modules.</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">I was
finally able to compile most of them using</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><br>

</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">make
-Wall -Wno-restrict</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><br>

</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">But it
stops at one of the last stages with this message:</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent"><br></span></p><p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">"/usr/bin/ld:
Error: /tmp/ccDBatVc.ltrans0.ltrans.o(.<a href="http://data.rel.ro">data.rel.ro</a>) is too big
(0x3ef58 bytes)</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">/usr/bin/ld:
Could not set dynamic section sizes: memory exhausted</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">collect2:
Error: ld returned 1 exit state</p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent">make[1]:
*** [/home/linux/Downloads/libreoffice-24.2.0.3/Library_merged.mk:11:
/home/linux/Downloads/libreoffice-24.2.0.3/instdir/program/libmergedlo.so]
Error"</p><p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">Since I
have allocated 12 GB of RAM in the virtual machine, I don't know why
the memory is exhausted.</span><br></p>
<p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">Guys, have any idea what's going on?</span><br></p><p lang="en-US" style="line-height:100%;margin-bottom:0cm;background:transparent"><span style="background-color:transparent">P.S. I
get the same error message when I run 'make' alone.</span><br></p></div>