[Wien] VERSION_05.3: problems with installation of mini

Andrea Salguero salguero at itp.uni-frankfurt.de
Wed May 4 10:15:17 CEST 2005


Dear Rossitza
You have to look for the library where the symbol .MDBLE is defined, go to the 
directory where you have the libraries and make:
grep MDBLE  *.a
or
nm library.a | grep MDBLE

you are going to see a list with U and T's, the U means undefined, so the 
object is in the library with the T and then you have to put the path of the 
library in the compilation options and you have to compile again.
  
If you don't have any idea about where the symbol is, look for in google.

I hope this help

andrea

On Tuesday 03 May 2005 22:54, Rossitza.Pentcheva at lrz.uni-muenchen.de wrote:
> Dear WIEN-developers,
>
> I am installing the latest WIEN Version on a Hitachi SR8000 Machine and
> have encountered the following problems:
> 1) the subroutine sortag.f is needed both for dstart and lapw2 but OBJS
> (or ORBJS1) in the correspoding Makefiles does not contain sortag.o.
> When icluded in the Makefile, everything is fine.
> 2) the Makefile for mini does not contain drmngwien.o which is called in
> haupt.f.
> OBJS1 =	dfpmin.o  errclr.o  errflg.o  finish.o  func.o    gbass.o \
> 	gtfnam.o  haupt.o   ininos.o  inv.o     latgen.o  lnsrch.o\
> 	maxstp.o  mini.o    mold0.o   mold.o    nn.o      nose.o  \
> 	nose0.o   nwtmin.o  outerr.o  pairdis.o rotate.o  rotdef.o\
> 	wrtscf.o  latmix.o  distxy.o
> #	inter.o   read3.o   integr.o  stern.o   rean3.o \
> #        rean0.o   setffx.o  charge.o  iffpar.o  normal.o choice.o \
> #	 lsqfit.o  mixin.o
> Including it in OBJS1 makes the inclusion of a further set of subroutnes
> necessary (actually a previous Version did contain them). Still, the
> following error message occurs (possibly system specific) during linking:
> f90 -o ./mini atomgrid.o mxpmgrid.o dfpmin.o  errclr.o  errflg.o  finish.o
>  func
> .o    gbass.o  gtfnam.o  haupt.o   ininos.o  inv.o     latgen.o  lnsrch.o
> maxstp
> .o  mini.o    mold0.o   mold.o    nn.o      nose.o   nose0.o   nwtmin.o
> outerr.
> o  pairdis.o rotate.o  rotdef.o wrtscf.o  latmix.o  distxy.o  mdble.o
> d1mach.o d
> itsum.o dr7mdc.o  dv7cpy.o    i7mdcn.o  divset.o drldst.o  dv7dfl.o
> dl7itv.o dr
> mng.o   dv7scp.o stopx.o   dl7ivm.o dv7vmp.o dl7tvm.o drmngwien.o dw7zbf.o
> da7ss
> t.o dl7upd.o  func2.o  dd7dog.o dl7vml.o  dv2axy.o    traptouch.o
> dd7tpr.o dpar
> ck.o  dv2nrm.o     -L../SRC_lib
> ld: 1012 error : Undefined symbol: .MDBLE
> *** Error code 255
>
> Stop.
> I would appreciate any help on that.
> Best regards,
> Rossitza Pentcheva
>
>
> _______________________________________________
> Wien mailing list
> Wien at zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien

-- 
Andrea Salguero
salguero at itp.uni-frankfurt.de
Johann Wolfgang Goethe-Universität
Institut für Theoretische Physik
Max-von-Laue-Strasse 1
60438 Frankfurt/Main
Germany




More information about the Wien mailing list