Advertisement
Guest User

ARPACK-NG not Available

a guest
Apr 8th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. libtool: install: (cd /usr/local/lib && { ln -s -f libarpack.so.2.0.0 libarpack.so || { rm -f libarpack.so && ln -s libarpack.so.2.0.0 libarpack.so; }; })
  2. libtool: install: /usr/bin/install -c .libs/libarpack.lai /usr/local/lib/libarpack.la
  3. libtool: install: /usr/bin/install -c .libs/libarpack.a /usr/local/lib/libarpack.a
  4. libtool: install: chmod 644 /usr/local/lib/libarpack.a
  5. libtool: install: ranlib /usr/local/lib/libarpack.a
  6. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
  7. ----------------------------------------------------------------------
  8. Libraries have been installed in:
  9. /usr/local/lib
  10.  
  11.  
  12. Then, after i execute the ./configure of Scilab Graphic branch and :
  13.  
  14. Generic Blas found
  15. checking if LAPACK is available...
  16. checking for cheev_... no
  17. checking for cheev_ in -llapack... yes
  18. Library -llapack found
  19. checking if ARPACK-NG is available...
  20. checking for znaupd_ in -larpack... no
  21. configure: error: Impossible to find the ARPACK library. Please note that arpack was bundled with version prior to 5.4.0 and Scilab requires arpack-ng ( http://forge.scilab.org/index.php/p/arpack-ng/ ).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement