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: John Donoghue
Subject: [Octave-bug-tracker] [bug #45338] communications package fails to link with libhdf5 on Windows
Date: Fri, 19 Jun 2015 11:41:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Sorry, I meant in the bin directory.


c:\Octave\Octave-4.0.0\bin>pwd
/usr/bin

c:\Octave\Octave-4.0.0\bin>C:/Octave/Octave-4.0.0/bin/octave-4.0.0.exe --norc
--
no-history --silent --eval "disp(octave_config_info.HDF5_LIBS)"
-lhdf5


Try the system command with different quotes, as the first method doesn't
produce the correct result.
On mine:


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


Also maybe try running in octave:
getenv('PATH')


    _______________________________________________________

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]