help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with shared library libhdf5.so.6


From: babelproofreader
Subject: Re: Problem with shared library libhdf5.so.6
Date: Wed, 4 Aug 2010 17:53:19 -0700 (PDT)

The problem does seem to be finally fixed.

> Did ./configure give you any warnings about the hdf5 libraries when you
> run it (if you remember that, or simply go into the source folder and run
> it to see if there are warnings)? 

Running ./configure led me to believe I had the wrong version of the hdf5
libraries installed, so I tried all 4 versions that are available from the
Ubuntu repository and used the one that seemed to configure correctly i.e.
./configure gives

  QRUPDATE libraries:   -lqrupdate
  HDF5 libraries:       -lhdf5
  CURL libraries:       -lcurl

with no warnings, and recompiled Octave. Running it for the first time still
gave an error, but this time with information about which line in my script
was failing. It turned out that a .oct function I have written called "ema"
was mistakenly being called by mma in my script, leading to the error. I
have NO idea how "ema" was transcribed to "mma," and I can only assume that
it must be a complete coincidence that there may be a function or routine
called "mma" in the library that Octave was complaining that I don't have
installed, instead of giving a normal "mma undefined" error, and that this
all happened immediately after apt-get autoremove removed some obsolete
packages from my system. Anyway, things do now seem to be working as normal.
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Problem-with-shared-library-libhdf5-so-6-tp2312412p2314333.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]