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: Matthias
Subject: [Octave-bug-tracker] [bug #45338] communications package fails to link with libhdf5 on Windows
Date: Fri, 19 Jun 2015 13:08:05 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0

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

I did a fresh install and realized, that the C:/Octave/Octave-4.0.0/src folder
does not contain the general, signal and communications packages. So they
could not be installed by the build_packages.m script. 

Should I create a new bug report?

Using different quotes gives the same results for me.


>> 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 =  -1.0737e+009
>> ans = disp(octave_config_info.HDF5_LIBS)
ans = -lhdf5

>> 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 =  -1.0737e+009
>> ans = disp(octave_config_info.HDF5_LIBS)
ans = -lhdf5


PATH variable, only octave-related:


C:OctaveOctave
-4.0.0bin;C:OctaveOctave-4.0.0notepad++;C:OctaveOctave-4.0.0libexecoctave4.0.0siteexeci686-w64-mingw32;C:OctaveOctave-4.0.0libexecoctaveapi-v50+siteexeci686-w64-mingw32;C:OctaveOctave-4.0.0libexecoctavesiteexeci686-w64-mingw32;C:OctaveOctave-4.0.0libexecoctave4.0.0execi686-w64-mingw32;C:OctaveOctave-4.0.0bin



It seams to be a problem with the octave-gui exe, since following works:


C:OctaveOctave-4.0.0bin>octave-cli.exe --norc --no-history --silent --eval
"disp(octave_config_info.HDF5_LIBS)"

-lhdf5





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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