> After instaling kmatplot from sources or from RPM I can't find direct=
ory
> scilab and file plots.sci.
> I tried to exec plots.sci from source dir but scilab said:
> -
> ->;exec("/home/apiotrow/tmp/kmatplot-0.3.1/kmatplot/scilab//plots.sci=
");
> linking files plots.o to create a shared executable
> ld returned bad status: 100
> addinter('plots.o', 'plots', ['ksetapp', 'ksetaxes', 'kaddaxes',
> 'kremoveaxes', 'kadd', 'kremove', 'ksetmatrix', 'kremoveall' ]);
>
> !--error =
236
> link: the shared archive was not loaded
> at line 3 of exec file called by :
> ;exec("/home/apiotrow/tmp/kmatplot-0.3.1/kmatplot/scilab//plots.sci")=
;
>
> how can I run scilab with kmatplot?
> Adam Piotrowski
There is no scilab functions in the binary distribution, only in source=
s.=20
'plots.o' is an compiled version of 'plots.c', so sources must be compi=
led (=20
in scilab/ directory at least ). Maybe scilab just can't find 'plots.o'=
? You=20
can try modify 'plots.sci' to something like that :=20
addinter('/home/apiotrow/tmp/kmatplot-0.3.1/kmatplot/scilab/plots.o', .=
=2E.=20
Czyli widzisz jak sytuacja wygl=B1da, po prostu nie mam pomys=B3u jak t=
o wszystko=20
wrzuci=E6 do RPM, =BFeby dzia=B3a=B3o odrazu po zainstalowaniu ( i da=B3=
o si=EA=20
odinstalowa=E6 ). Zostawi=B3em wi=EAc wszystko w =BCr=F3d=B3ach i ka=BF=
dy musi sobie sam to=20
"r=EAcznie" zainstalowa=E6. Nie musisz wszystkiego kompilowa=E6 - je=B6=
li wejdziesz=20
to katalogu scilab/ i uruchomisz 'make' to powinno si=EA to skompilowa=E6=
bez=20
problemu ( je=B6li ./configure w og=F3le wykry=B3o Scilaba ) . S=B3ysza=
=B3em te=BF, =BFe=20
nowsze Scilaby narzekaj=B1, kiedy funkcja ko=F1czy si=EA przez 'end' za=
miast przez=20
'endfunction'.
Kamil
|