<div dir="auto"><div dir="ltr">Hi Michael,<div><br></div><div>Thank you for getting back to me.</div><div>I cloned the Julia Git files in my DragonflyBSD and then installed gmake, GCC on my DragonflyBSD.</div><div>Then I ran #gmake -j 12 and after some minutes of processing I got the screenshot that I have attached.</div><div>I would appreciate it if you let me know what is the problem.</div><div>Thank you.</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 21, 2025 at 1:28 AM Michael Neumann <<a href="mailto:mneumann@ntecs.de" target="_blank" rel="noreferrer">mneumann@ntecs.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Feb 20, 2025 at 06:01:40PM -0800, Sayed Mohammad Badiezadegan wrote:<br>
> Hi everybody,<br>
> <br>
> I would like to port the Julia language to DragonflyBSD.<br>
> <br>
> Is there any step-by-step manual available for porting it?<br>
<br>
Hi Sayed,<br>
<br>
I would start with cloning the git repo and then following the general<br>
build instructions and those for FreeBSD:<br>
<br>
<a href="https://docs.julialang.org/en/v1/devdocs/build/build/" rel="noreferrer noreferrer" target="_blank">https://docs.julialang.org/en/v1/devdocs/build/build/</a><br>
<a href="https://docs.julialang.org/en/v1/devdocs/build/freebsd/" rel="noreferrer noreferrer" target="_blank">https://docs.julialang.org/en/v1/devdocs/build/freebsd/</a><br>
<br>
You first need all required build tools. Note, that GNUMake is called<br>
"gmake" on BSD, so when you read "make" in the build instructions for<br>
Linux, replace that with "gmake".<br>
<br>
Another thing that might help is to do a "git grep FreeBSD" or "git grep<br>
__FreeBSD__". Sometimes there might be conditional code, for which you'd<br>
need to add a "#ifdef __DragonFly__" in addition.<br>
<br>
Please keep us up-to-date with your progress and get back to us for<br>
further help.<br>
<br>
Regards,<br>
<br>
Michael<br>
<br>
</blockquote></div>