Hi Nick, At first thanks a lot for your help, I did it and it worked
But some *new error* ocured... please see... with best wishes, Fatemeh f123@ubuntu:~$ cd siesta-3.1 f123@ubuntu:~/siesta-3.1$ cd intel f123@ubuntu:~/siesta-3.1/intel$ ls -l ../Src/configure -rw-r--r-- 1 f123 f123 261642 2011-08-26 07:16 ../Src/configure f123@ubuntu:~/siesta-3.1/intel$ chmod u+x ../Src/configure f123@ubuntu:~/siesta-3.1/intel$ ../Src/configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for xlf95... no checking for lf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for pathf90... no checking for gfortran... no checking for g95... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for Fortran compiler default output file name... *configure: error: Fortran compiler cannot create executables* See `config.log' for more details. On Tue, Sep 27, 2011 at 1:35 AM, Nick Papior Andersen <[email protected]>wrote: > This is usually caused by permission specs on the configure file. > > Try do a: > ls -l ../Src/configure > This will show you several things of the executable. On mine it shows > something like this: > -rwxr-xr-x 1 <username> <group> 256K Aug 29 15:14 ../Src/configure > > you should first ensure that it is your username that is in the brackets. > Yours should look like this, or without the x's: > -rwxr-xr-x 1 f123 <group> 256K Aug 29 15:14 ../Src/configure > If it is your username, and it is not showing the first x as in the above, > you should run > chmod u+x ../Src/configure > Then try again, and you should be fit to go! :) > Otherwise report back > Kind regards Nick > > 2011/9/27 sf kshp <[email protected]> > > >> >> Hi Dear Siesta, >> I faced the problem when I tried to setup siesta. Error ocured when I used >> configure command. >> >> Best Regards, >> Fatemeh >> >> >> Here is an error: >> >> >> f123@ubuntu:~$ cd siesta-3.1 >> >> f123@ubuntu:~/siesta-3.1$ mkdir intel >> >> f123@ubuntu:~/siesta-3.1$ cd intel >> >> f123@ubuntu:~/siesta-3.1/intel$ sh ../Src/obj_setup.sh >> >> *** Compilation setup done. >> >> *** Remember to copy an arch.make file or run configure as: >> >> ../Src/configure [configure_options] >> >> f123@ubuntu:~/siesta-3.1/intel$ ../Src/configure >> >> b*ash: ../Src/configure: Permission denied* >> > >
