Hello all, I am trying to compile the pdosxml utility paackage. I am getting the following error:
Making sure that the xmlparser library is compiled... (cd ../../Obj/xmlparser ; make "VPATH=../../Src/xmlparser") make[1]: Entering directory `/home/csaba/Documents/Programs/siesta-3.0-rc2/Obj/xmlparser' make[1]: Nothing to be done for `module'. make[1]: Leaving directory `/home/csaba/Documents/Programs/siesta-3.0-rc2/Obj/xmlparser' gfortran -o pdosxml m_orbital_chooser.o m_pdos.o f2kcli.o pdosxml.o ../../Obj/libxmlparser.a /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: ld returned 1 exit status make: *** [pdosxml] Error 1 Any ideas what might be the problem? Thanks, Csaba
