[Bugzilla] [Bug 14143] Antoine Monmayrant has commented the bug
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Thu Mar 15 10:25:49 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=14143
--------- Bug Summary -----------
shell commands in unix (and unix_g, unix_w, unix_x) silently fail because of the LD_LIBRARY_PATH variable
---------- Changed by ------------
antoine.monmayrant_scilab at m4x.org
---------- What changed ----------
--- Comment #4 from Antoine Monmayrant <antoine.monmayrant_scilab at m4x.org> ---
(In reply to Samuel GOUGEON from comment #3)
> Hello Antoine,
> Do you still get the error with Scilab 6.0.1?
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] !
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180315/4a6be208/attachment.htm>
More information about the Bugzilla
mailing list