You have now provided some information so I can tell you roughly what has gone wrong, although you still need to do some work.
You have an error in one (or more) of your variables and/or linking options. For instance rather than using -L$(MKLPATH) for LDFLAGS you have used $(MKLPATH). The "-L" tells the linker that this is a directory where it will find libraries whereas when you omit this it thinks that this is a file which you want to compile. Is this exactly what your problem is -- probably not. You need to look, read and think. Find a book on fortran and read some basics. Think. 2012/1/19 SANJAY KUMAR SINGH <sanjayfizix at gmail.com>: > Respected All wien2k Users, > > I am facing a problem to install wien2k. If any body know any idea to > resolve this error? please suggest me. > I found this error in every SRC dir. compile.massage. > > > ipo: warning #11010: file format not recognized for > /opt/intel/composerxe-2011.3.174/mkl/lib/intel64 > > ld: /opt/intel/composerxe-2011.3.174/mkl/lib/intel64: No such file: File > format not recognized > > make[1]: *** [aimc] Error 1 > > make[1]: Leaving directory `/home/sanjay/WIEN2K/SRC_aim' > > make: *** [complex] Error 2 > > > > > Regards, > > -- > SANJAY KUMAR SINGH > SCHOOL OF STUDIES IN PHYSICS > JIWAJI UNIVERSITY > GWALIOR - 474 011 (M.P.),INDIA > Mobile : +91-9229979962 > PHONE? : +91-751-2442777? (Office) > FAX? : +91-751-2442784 > > > _______________________________________________ > Wien mailing list > Wien at zeus.theochem.tuwien.ac.at > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien > -- Professor Laurence Marks Department of Materials Science and Engineering Northwestern University www.numis.northwestern.edu 1-847-491-3996 "Research is to see what everybody else has seen, and to think what nobody else has thought" Albert Szent-Gyorgi

