<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Aptos;
        panose-1:2 11 0 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;
        mso-ligatures:standardcontextual;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#467886;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#467886" vlink="#96607D" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi all –<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Because I know the gcobol people are on this list, I successfully built gcobol on a FreeBSD/amd64 14.2 box.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Testsuite is very positive; only 2 tests fail and I can’t rule out one of the failures being my own mistake.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There are really only two hurdles here: first is relying on glibc’s __float128 routines instead of the ones built into gcc via libquadmath; fixing this makes up the bulk of the changes.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The second, much smaller change, is that FreeBSD does not have random_r and related functions. So I changed them to their non-_r versions. Which I’m sure will cause subtle problems somewhere but maybe this inspires someone to implement
 the functions.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I put up a quick GitHub repo for those who want to see how to do it themselves:
<a href="https://github.com/ibara/freebsd-gcobol">https://github.com/ibara/freebsd-gcobol</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Or you can just grab the tarball from the releases tab: <a href="https://github.com/ibara/freebsd-gcobol/releases/tag/20250316">
https://github.com/ibara/freebsd-gcobol/releases/tag/20250316</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">~Brian<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal"><span style="mso-ligatures:none">-- <o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="mso-ligatures:none">Brian Robert Callahan, ’15G, ’18 Ph.D., ISSMP, CISSP, CISM<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-ligatures:none">Graduate Program Director, ITWS@RPI<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-ligatures:none">Director, Rensselaer Cybersecurity Collaboratory<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><span style="mso-ligatures:none">Office: Lally 304</span><o:p></o:p></p>
</div>
</body>
</html>