Respected Sir Nick Papior When I run gfortran -o eig2dos.f eig2dos from Util directory to create eig2dos executable file but command gives unexpected error
gfortran: error: eig2dos: no such file or directory I can see this file by using ls -x command .I don't know how can it possible. On Fri, Jul 24, 2015 at 10:30 PM, Nick Papior <[email protected]> wrote: > > On 24 Jul 2015 17:08, "jv sharma" <[email protected]> wrote: > > > > Do this in the forlder where your .f is located: > > > > gfortran -o filename.f filename > Swap the two last arguments and it should be fine. > > > > I got this from the below link, as rightly said by Dr. Nick: > > > > https://www.mail-archive.com/[email protected]/msg05632.html > > > > Regards, > > JVN. > > > > On Fri, Jul 24, 2015 at 12:37 PM, Jeetu Donderiya < > [email protected]> wrote: > >> > >> Hello SIESTA user > >> > >> I forget, how to generate executable file from .f file with the help of > gfortran compiler. Please anyone can tell that command line. > >> > >> Thanks in advance > >> > > >
