<div dir="ltr">I have the same problem even with the command line.<div><br></div><div>Thanks,<br><div><br></div><div>Manohar</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 31, 2016 at 5:46 PM, Lex Trotman <span dir="ltr"><<a href="mailto:elextr@gmail.com" target="_blank">elextr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Does the command work on the command line?<br>
<br>
On 1 November 2016 at 09:39, manohar gaddipati<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:manohar.gaddipati@gmail.com">manohar.gaddipati@gmail.com</a>> wrote:<br>
> C:\cygwin64\bin\gfortran -c "geany.f95" (in directory:<br>
> C:\Users\mgaddipati\Desktop\<wbr>Fortran\Hello)<br>
> C:/cygwin64/lib/gcc/x86_64-pc-<wbr>cygwin/5.4.0/f951.exe: error while loading<br>
> shared libraries: ?: cannot open shared object file: No such file or<br>
> directory<br>
> Compilation failed.<br>
><br>
> I am getting this error when I do this<br>
><br>
> Thanks.<br>
> Manohar<br>
><br>
> On Mon, Oct 31, 2016 at 4:59 PM, Matthew Brush <<a href="mailto:mbrush@codebrainz.ca">mbrush@codebrainz.ca</a>> wrote:<br>
>><br>
>> On 2016-10-31 09:12 AM, manohar gaddipati wrote:<br>
>>><br>
>>> 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.<br>
>>> 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<br>
>>> in<br>
>>> my program<br>
>>> 3)   For source compilation I went to Build (set Build commands) and<br>
>>> 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>
>><br>
>> Hi,<br>
>><br>
>> The build and compile commands should probably refer to<br>
>> `C:\cygwin64\bin\gfortran` instead of just the bin directory and the execute<br>
>> command should probably just be `"%e"` (unless you need to use `gfortran` to<br>
>> 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">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-<wbr>bin/mailman/listinfo/users</a><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.geany.org">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-<wbr>bin/mailman/listinfo/users</a><br>
><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">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-<wbr>bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>