[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to launch octave from mxe-build
From: |
Tatsuro MATSUOKA |
Subject: |
Re: How to launch octave from mxe-build |
Date: |
Sat, 16 Mar 2019 08:25:05 +0900 (JST) |
>> Hello
>>
>> How to launch octave from mxe-build
>>
>>
>> address@hidden:~/work/octave/mxe-octave/linux/mxe-octave2/usr/bin$
>> ./octave
>> octave: X11 DISPLAY environment variable not set
>> octave: disabling GUI features
>> /home/mousei7/work/octave/mxe-octave/linux/mxe-octave2/usr/bin/octave-
>> cli-5.1.0: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version
> `GLIBCXX_3.4.22' not
>> found (required by /home/mousei7/work/octave/mxe-octave/linux/mxe-
>> octave2/usr/lib/libLLVM-6.0.so)
>>
>> Tatsuro
>>
>>
>
> In linux, after doing make tar-dist, the resultant tarball will rename the
> octave, octave-cli etc to xxxx.real and create a script to replace them
>
> After extracting the tarball, you need to set the OCTAVE_HOME variable at
> the top of EACH of script to where the tarball was extracted
> Then (assuming you are in the base of the extracted tarball) run:
> ./bin/octave
Thanks!
Tatsuro