<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Christian,<div><br></div><div>It needs gmake, not make, which on BSDs is not the same. The README had a note about it *under* the build commands you tried to run:</div><div><br></div><div>“<span style="font-family: monospace; font-size: 19px; text-indent: -36.09375px; white-space: pre-wrap; -webkit-text-size-adjust: auto; background-color: rgb(255, 255, 255);">Notes: For OSX and FreeBSD, gmake should be used instead of make”</span></div><div><span style="font-family: monospace; font-size: 19px; text-indent: -36.09375px; white-space: pre-wrap; -webkit-text-size-adjust: auto; background-color: rgb(255, 255, 255);"><br></span></div><div><div>This happens a lot to me, too, where the information I need is further down in the docs. </div></div><div><br></div><div>Typically need to follow the FreeBSD instructions, although not every time. Just be on the lookout for FreeBSD instructions.</div><div><br></div><div>Good luck,</div><div><div dir="ltr"><div><br></div><div>Ben</div></div><div dir="ltr"><br><blockquote type="cite">On Jan 22, 2022, at 9:27 AM, Christian Groessler <chris@groessler.org> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><span>On 1/22/22 18:18, rempas@tutanota.com wrote:</span><br><blockquote type="cite"><span>Hi everyone! I'm trying out DragonFlyBSD for the first time and I just went to compile</span><br></blockquote><blockquote type="cite"><span>the Tiny C compiler from its official repository and I'm getting errors when trying to</span><br></blockquote><blockquote type="cite"><span>use `Make` to compile it. The command I'm trying is `make -j6` and I'm getting a big error</span><br></blockquote><blockquote type="cite"><span>log but most lines are the same. The errors are the following:</span><br></blockquote><blockquote type="cite"><span>`Invalid line type`</span><br></blockquote><blockquote type="cite"><span>`warning: duplication script for target "ifneq" ignored`</span><br></blockquote><blockquote type="cite"><span>`warning: using previous script for "ifneq" defined here`</span><br></blockquote><blockquote type="cite"><span>I thought that it may not support DragonFlyBSD as it is not listed in the official supported</span><br></blockquote><blockquote type="cite"><span>Operating Systems but a number of other BSDs are supported including FreeBSD so I don't</span><br></blockquote><blockquote type="cite"><span>know why it should not work on DragonFlyBSD. For anyone that wants to try out, the link for</span><br></blockquote><blockquote type="cite"><span>the source is: https://repo.or.cz/tinycc.git</span><br></blockquote><span></span><br><span></span><br><span>In the README there:</span><br><span></span><br><span>   Notes: For FreeBSD, NetBSD and OpenBSD, gmake should be used instead of make.</span><br><span></span><br><span></span><br><span>You need to use GNU make.</span><br><span></span><br><span>regards,</span><br><span>chris</span><br></div></blockquote></div></body></html>