<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 3 Jul 2019, 05:21 Christian Jullien via cfarm-users, <<a href="mailto:cfarm-users@lists.tetaneutral.net">cfarm-users@lists.tetaneutral.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for this upgrade but what about gcc?<br>
<br>
obsd$ uname -a<br>
OpenBSD obsd.my.domain 6.5 <a href="http://GENERIC.MP#3" rel="noreferrer noreferrer" target="_blank">GENERIC.MP#3</a> amd64<br>
<br>
>From this page <a href="https://www.openbsd.org/65.html" rel="noreferrer noreferrer" target="_blank">https://www.openbsd.org/65.html</a> I read that available gcc should be "GCC 4.9.4 and 8.3.0" but the installed version is quite old<br>
obsd$ which -a gcc<br>
/usr/bin/gcc<br>
obsd$ gcc -v<br>
Reading specs from /usr/lib/gcc-lib/amd64-unknown-openbsd6.5/4.2.1/specs<br>
Target: amd64-unknown-openbsd6.5<br>
Configured with: OpenBSD/amd64 system compiler<br>
Thread model: posix<br>
gcc version 4.2.1 20070719<br>
<br>
On its side, clang is up to date as it should (LLVM/Clang 7.0.1)<br>
 obsd$ clang -v<br>
OpenBSD clang version 7.0.1 (tags/RELEASE_701/final) (based on LLVM 7.0.1)<br>
Target: amd64-unknown-openbsd6.5<br>
Thread model: posix<br>
InstalledDir: /usr/bin<br>
<br>
Unfortunately, a standard ./configure tries gcc first and find this very old gcc version.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You can tell it to use a different compiler with CC and CXX variables though, so it shouldn't be a big deal.</div><div dir="auto"><br></div><div dir="auto">If you want to use OpenBSD you should be prepared to cope with its ancient GCC. That's standard on OpenBSD.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"> </div></div>