<div><br><div class="gmail_quote"><div>Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> schrieb am Do. 13. Apr. 2017 um 05:48:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 12 Apr 2017, Jed Brown wrote:<br>
<br>
> >> > Also Note:<br>
> >> > <a href="https://blogs.msdn.microsoft.com/commandline/2016/10/19/interop-between-windows-and-bash/" rel="noreferrer" target="_blank">https://blogs.msdn.microsoft.com/commandline/2016/10/19/interop-between-windows-and-bash/</a><br>
> >> > "Windows apps should NOT be used to open files in the Linux filesystem"<br>
> >><br>
> >> That blog is six months old and can't still apply considering that the example has<br>
> >><br>
> >>   echo hello > hello.txt<br>
> >>   notepad.exe hello.txt<br>
> ><br>
> > Ok - here is the difference between attempting a compile [with MS cl] on 'linux fs' vs 'windows fs'<br>
> ><br>
> > balay@mb:~/petsc/src/benchmarks$ pwd<br>
> > /home/balay/petsc/src/benchmarks<br>
> > balay@mb:~/petsc/src/benchmarks$ cl.exe sizeof.c<br>
> > Unable to translate current working directory. Using C:\Program Files (x86)\Microsoft Visual Studio\2017\Community<br>
><br>
> This is the error message that old blog post refers to<br>
><br>
>   <a href="https://blogs.msdn.microsoft.com/commandline/2016/10/19/interop-between-windows-and-bash/" rel="noreferrer" target="_blank">https://blogs.msdn.microsoft.com/commandline/2016/10/19/interop-between-windows-and-bash/</a><br>
><br>
> and the new post runs exactly the same command without error.  Can you<br>
> run "notepad.exe sizeof.c"?<br>
<br>
I get the same error as the blog..<br>
<br>
On shell: 'Unable to translate current working directory. Using C:\Program Files (x86)\Microsoft Visual Studio\2017\Community'<br>
on popup window: 'Cannot find the sixeof.c file.'<br>
</blockquote><div>I haven't been following this thread carefully, but 'sixeof.c' jumped out at me.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Satish<br>
<br>
><br>
> > Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25019 for x64<br>
> > Copyright (C) Microsoft Corporation.  All rights reserved.<br>
> ><br>
> > sizeof.c<br>
> > c1: fatal error C1083: Cannot open source file: 'sizeof.c': No such file or directory<br>
> > balay@mb:~/petsc/src/benchmarks$ cd /mnt/c/Users/balay/Documents/petsc/src/benchmarks/<br>
> > balay@mb:/mnt/c/Users/balay/Documents/petsc/src/benchmarks$ cl.exe sizeof.c<br>
> > Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25019 for x64<br>
> > Copyright (C) Microsoft Corporation.  All rights reserved.<br>
> ><br>
> > sizeof.c<br>
> > Microsoft (R) Incremental Linker Version 14.10.25019.0<br>
> > Copyright (C) Microsoft Corporation.  All rights reserved.<br>
> ><br>
> > /out:sizeof.exe<br>
> > sizeof.obj<br>
> > balay@mb:/mnt/c/Users/balay/Documents/petsc/src/benchmarks$<br>
</blockquote></div></div>