It is strange that I had to move all my dll files into my project folder for the compile and build to work.

Manohar

On Mon, Oct 31, 2016 at 7:39 PM, manohar gaddipati <manohar.gaddipati@gmail.com> wrote:
By adding different paths to the environment variables I did compile and build the code successfully. 

The problem is with the execute command. The "%e" does not work. Trying different things now.

Manohar

On Mon, Oct 31, 2016 at 5:48 PM, Matthew Brush <mbrush@codebrainz.ca> wrote:
On 2016-10-31 04:39 PM, manohar gaddipati wrote:
C:\cygwin64\bin\gfortran -c "geany.f95" (in directory:
C:\Users\mgaddipati\Desktop\Fortran\Hello)
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
Compilation failed.

I am getting this error when I do this


Sounds like it's not looking in correct place for its libaries, does it work if you run same command from Windows Command Prompt?

I expect you probably need to add whatever directories is holding whatever libraries it wants into the PATH[0] environment variable. I've never used Cygwin or GFortant, so not sure what else might be going on (eg. why is the library called `?`)

Regards,
Matthew Brush

[0]: http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path

_______________________________________________
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users