<div dir="ltr"><div><span style="font-size:12.8px">C:\cygwin64\bin\gfortran -c "geany.f95" (in directory: C:\Users\mgaddipati\Desktop\Fortran\Hello)</span></div><div><span style="font-size:12.8px">C:/cygwin64/lib/gcc/x86_64-pc-cygwin/5.4.0/f951.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory</span></div><div><span style="font-size:12.8px">Compilation failed.</span></div><div><br></div><div>I am getting this error when I do this</div><div><br></div><div>Thanks.</div><div>Manohar</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 31, 2016 at 4:59 PM, Matthew Brush <span dir="ltr"><<a href="mailto:mbrush@codebrainz.ca" target="_blank">mbrush@codebrainz.ca</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 2016-10-31 09:12 AM, manohar gaddipati wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
This is Manohar. I have a windows machine.<br>
My objective here is to be able to use geany for fortran programming. This<br>
is what I did so far.<br>
<br>
1)    I have downloaded CYGWIN (installed fortran and some recommended<br>
libraries) and geany.<br>
2)   Created a sample test.f90 program. I can see different color fonts in<br>
my program<br>
3)   For source compilation I went to Build (set Build commands) and tried<br>
this which did not work<br>
     Under Compile (C:\cygwin64\bin  -c  "%f")<br>
     Under Build (C:\cygwin64\bin -o  "%f")<br>
     Under Execute (C:\cygwin64\bin\gfortran "%e")<br>
<br>
I tried using online manual but I am missing something.<br>
<br>
Could you suggest me on this?<br>
<br>
</blockquote>
<br></span>
Hi,<br>
<br>
The build and compile commands should probably refer to `C:\cygwin64\bin\gfortran` instead of just the bin directory and the execute command should probably just be `"%e"` (unless you need to use `gfortran` to execute programs, I don't think you do though).<br>
<br>
  Compile: C:\cygwin64\bin\gfortran -c "%f"<br>
  Build: C:\cygwin64\bin\gfortran -o "%f"<br>
  Execute: "%e"<br>
<br>
Regards,<br>
Matthew Brush<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bi<wbr>n/mailman/listinfo/users</a><br>
</blockquote></div><br></div>