<div dir="ltr">Hmmm... so yet another reason NOT to use WSL. by the way, that symlink bug is known but it is more specific to when I used the trailing slash in the source directory. When I don't use the trailing slash, it works as expected.<div><a href="https://github.com/Microsoft/BashOnWindows/issues/1137">https://github.com/Microsoft/BashOnWindows/issues/1137</a><br></div><div><br></div><div>Anywhoo... I think I will start over in the VM. Symlinks not working properly. ugh!</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="font-size:small"><font style="background-color:rgb(255,255,255)" color="#073763">Regards,</font></div><div style="font-size:small"><font style="background-color:rgb(255,255,255)" color="#073763"><br></font></div><div style="font-size:small"><b><font style="background-color:rgb(255,255,255)" color="#073763">Hassan Karim, CISSP</font></b></div><span style="font-size:small;background-color:rgb(255,255,255)"><font color="#073763"><a href="https://www.linkedin.com/in/hassankarimcissp" target="_blank">https://www.linkedin.com/in/hassankarimcissp</a> </font></span><div style="font-size:small"><font style="background-color:rgb(255,255,255)" color="#073763">Comp Sci Ph.D. Student</font></div><div style="font-size:small"><font style="background-color:rgb(255,255,255)" color="#073763">Howard University</font></div><div style="font-size:small"><font style="background-color:rgb(255,255,255)" color="#073763">(202) 569-1012</font></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Feb 6, 2017 at 12:16 AM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/02/2017 15:54, Karim, Hassan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
confirmed! It is very slow. The only exception is where we can use make<br>
-j ... enabling multi threads/CPU's to get in on the action.<br>
</blockquote>
<br></span>
I think more than 1 job with make now works on a recent MSYS2. To be honest I cannot remember if it is working. For a long time MSYS (MinGW32) had problems.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
but besides that... I just encountered a bug with the Ubuntu on WSL...<br>
symlinks to directories don't work as expected. The link apparently gets<br>
created. One can CD into it. but what's inside of that linked directory<br>
is ... ghostly. They act like recursive links to the same directory.<br>
</blockquote>
<br></span>
Ouch.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are symlinks used in the RTEMS set builders?<br>
</blockquote>
<br></span>
Yes but indirectly. For example <a href="https://git.rtems.org/rtems-source-builder/tree/source-builder/config/gcc-common-1.cfg#n76" rel="noreferrer" target="_blank">https://git.rtems.org/rtems-so<wbr>urce-builder/tree/source-build<wbr>er/config/gcc-common-1.cfg#n76</a><wbr>. You could add __ln_s to windows.py as 'cp' to see if it works. I seem to remember from the distance past that MSYS basically did a copy rather than create an unsupported link.<br>
<br>
Also the RSB cannot control the contents of a tar file is expands and a tar file can contain a symlink. The same goes for a build system contained in a package.<span class="HOEnZb"><font color="#888888"><br>
<br>
Chris<br>
</font></span></blockquote></div><br></div>