<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>shell commands in unix (and unix_g, unix_w, unix_x) silently fail because of the LD_LIBRARY_PATH variable <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - shell commands in unix (and unix_g, unix_w, unix_x) silently fail because of the LD_LIBRARY_PATH variable"
href="http://bugzilla.scilab.org/show_bug.cgi?id=14143#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - shell commands in unix (and unix_g, unix_w, unix_x) silently fail because of the LD_LIBRARY_PATH variable"
href="http://bugzilla.scilab.org/show_bug.cgi?id=14143">bug 14143</a>
from <span class="vcard"><a class="email" href="mailto:antoine.monmayrant_scilab@m4x.org" title="Antoine Monmayrant <antoine.monmayrant_scilab@m4x.org>"> <span class="fn">Antoine Monmayrant</span></a>
</span></b>
<pre>(In reply to Samuel GOUGEON from <a href="show_bug.cgi?id=14143#c3">comment #3</a>)
<span class="quote">> Hello Antoine,
> Do you still get the error with Scilab 6.0.1?</span >
Nope, it seems to work as expected, there is no need to set the LD_LIBRARY_PATH:
[rep,stat,err]=unix_g("harminv -h")
err =
stat =
0.
rep =
!Usage: harminv [options] <freq-min>-<freq-max>... !
! !
!Options: !
! !
! -h : this help message !
! !
! -V : print version number and copyright !
! !
! -v : verbose output !
! !
! -T : specify periods instead of frequencies !
! !
! -w : specify/output angular frequency, not frequency !
! !
! -n : flip the sign of the frequency convention !
! !
! -t <dt> : specify sampling interval dt [default: 1] !
! !
! -d <d> : specify spectral density [default: 0] !
! !
! -f <nf> : use at least <nf> basis functions [default: 100] !
! !
! -s <sort> : sort by <sort> = freq/err/decay/amp [default: freq] !
! !
! -F : discard frequencies outside of specified range !
! !
! -a <a> : discard amplitudes < max * <a> [default: 0.000000e+00] !
! !
! -A <A> : discard amplitudes < <A> [default: -1] !
! !
! -e <e> : discard relative errors > min * <e> [default: 1.000000e-01] !
! !
! -E <E> : discard relative errors > <E> [default: inf] !
! !
! -Q <Q> : discard Q > <Q> [default: 10] !</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>