octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45338] communications package fails to link w


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45338] communications package fails to link with libhdf5 on Windows
Date: Thu, 18 Jun 2015 23:00:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Follow-up Comment #6, bug #45338 (project octave):

So the problematic line is the following, where Matthias sees:


checking for Octave HDF5 libraries...


and John sees (and I expect):


checking for Octave HDF5 libraries... -lhdf5


This string comes from the following command, should be runnable from a
Windows terminal, maybe needs backslashes instead of slashes:


C:/Octave/Octave-4.0.0/bin/octave-4.0.0.exe --norc --no-history --silent
--eval 'disp(octave_config_info.HDF5_LIBS)'


And then, this should also be runnable from within Octave via a bash shell, so
something like this should return the same string:


octave:1> system("C:/Octave/Octave-4.0.0/bin/octave-4.0.0.exe --norc
--no-history --silent --eval 'disp(octave_config_info.HDF5_LIBS)'");


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45338>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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