[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to launch octave from mxe-build
From: |
JohnD |
Subject: |
RE: How to launch octave from mxe-build |
Date: |
Thu, 14 Mar 2019 12:23:32 -0400 |
> Message: 1
> Date: Thu, 14 Mar 2019 08:17:38 +0900 (JST)
> From: Tatsuro MATSUOKA <address@hidden>
> To: "address@hidden" <address@hidden>
> Subject: How to launch octave from mxe-build
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=utf-8
>
> 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