On Aug 6, 2008, at 3:16 PM, André Gonçalves de Lima wrote:
> elapsed time for initialization: 1 seconds.
> mpb: symbol lookup error: /usr/lib/3dnow/atlas/liblapack.so.3gf:  
> undefined symbol: _gfortran_pow_r8_i4

Most likely you have multiple versions of Fortran installed on your  
computer (e.g. both g77 and gfortran) and the configure script is  
getting confused and linking with the wrong one.

Try configuring with
        ./configure F77=gfortran
(in addition to any other flags you are passing).


_______________________________________________
mpb-discuss mailing list
mpb-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

Reply via email to