On Wed, 10 Mar 2010, Martin Helm wrote:
Am Mittwoch, 10. M?rz 2010 17:34:35 schrieb Bob Odom:One of the errors shown is a blas lib error. I have the following blas installed: libblas2-3.0-16.1.x86_64 libblas-devel-3.0-16.1.x86_64 libblas3-3.2.1-2.2.x86_64 blas-3.2.1-2.2.x86_64Hello Bob, I am running opensuse 11.2 64 bit and just compiled the package without problems. The difference is that I have octave 3.2.4 self compiled not the rpm. So it is something specific on your system or the octave rpm. What seems to be strange is that you have two versions of blas installed which might be the problem. What is the reason for it? Do you have packages installed where some need one of the versions and others need the other version? What happens if you try to uninstall the older one with yast? Just check what it says do not perform the uninstall. - mh
Martin, I deleted the older packages (my system is completely new so there is little harm in breaking things), and the "/usr/lib64/libblas.so.2: undefined symbol: d_cnjg" error went away. However removing the older packages also removed /usr/lib64/libblas.so, which caused the error: /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lblas Finally I manually linked libblas.so to libblas.so.3.2.1, and the miscellaneous package installed with no errors. There are still the probably harmless xml warnings. I think maybe the real problem is with the blas-3.2.1-2.2 SuSE repository rpm. But then I tried to install the gsl package with the results: octave:5> pkg install gsl-1.0.8.tar.gz warning: load_path: /home/odom/octave/gsl-1.0.8/x86_64-unknown-linux-gnu-api-v37: No such file or directory /usr/lib64/libgsl.so.0: undefined symbol: cblas_ctrmv error: called from `gen_doc_cache>create_cache' in file /usr/share/octave/3.2.4/m/help/gen_doc_cache.m near line 90, column 17 error: called from: error: /usr/share/octave/3.2.4/m/pkg/pkg.m at line 756, column 5 error: /usr/share/octave/3.2.4/m/pkg/pkg.m at line 287, column 7 The installed gsl rpms are: gsl-1.12-2.2.x86_64 gsl-devel-1.12-2.2.x86_64 Do I need an older version of gsl rpms? Bob
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
