<div dir="ltr">Thanks forĀ theĀ advice, I'll try that.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 10, 2021 at 1:08 PM Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu">shijunxiao@email.arizona.edu</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"><div dir="ltr"><div dir="ltr">Hi Eric<div><br></div><div>Most likely your system was out of memory, so that the kernel killed the linker process.</div><div>You can confirm this condition by:</div><div><ol><li>Run <font face="monospace">dmesg | tail -50</font> right after the error occurs.</li><li>Look for messages containing "oom killer".</li></ol></div><div><br></div><div>To solve this problem, ensure your system has at least 4GB of available RAM per CPU core.</div><div>If you have more CPU cores than available RAM, you can reduce the number of parallel tasks.</div><div>For example, if you have only 8GB RAM but 4 CPU cores, you should limit to 2 parallel tasks: <font face="monospace">./waf -j2</font></div><div><br></div><div>Yours, Junxiao</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 10, 2021 at 2:47 PM Eric Binnendyk via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu" target="_blank">ndnsim@lists.cs.ucla.edu</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"><p style="text-align:center"><font color="red"><strong>External Email</strong><br></font></p><div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm trying to install ndnSIM on a virtual machine running Ubuntu 20.04.</div><div><br></div><div>When I run ./waf configure followed by ./waf build, everything compiles fine until I reach stage 2519/3106. Then I get this error:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><font face="monospace">[2519/3106] Linking build/lib/libns3-dev-ndnSIM-debug.so<br>collect2: fatal error: ld terminated with signal 9 [Killed]<br>compilation terminated.</font><br></div></blockquote><div><br></div><div>Does anyone know how to fix this?</div><div><br></div><div>Thanks,<br></div><div><br></div><div>Eric Binnendyk<br></div></div><br>
</blockquote></div></div>
</blockquote></div>