[Pw_forum] Small typo in espresso-3.0 ./configure script

David Prendergast davegp at civet.berkeley.edu
Tue Apr 11 21:32:45 CEST 2006


For those attempting to configure espresso-3.0 on AIX or IBM machines, 
you will notice an error related to linking the MASSV function vexp.
There is a typo located at line 5875 in ./configure
The option -or is not valid for test. Replace this with -o.

Details:

In the espresso directory
$grep -n '\-or' ./configure
5875:                           -or "$ac_cv_search_vexp" = "-lmassv"
$mv ./configure ./configure.bak
$sed 's/\-or/\-o/' ./configure.bak > ./configure

Done


-- 
OoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo
  David Prendergast
  University of California, Berkeley             phone: (510) 642-2635
  Department of Physics                          fax:   (510) 643-9473
  366 LeConte Hall #7300              email: davegp at civet.berkeley.edu
  Berkeley, CA 94720-7300      web: http://civet.berkeley.edu/~davegp/
OoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo




More information about the users mailing list