help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build error 5.1.0 on Raspberry Pi 3 B+


From: 1円切手
Subject: build error 5.1.0 on Raspberry Pi 3 B+
Date: Thu, 14 Mar 2019 22:40:03 +0900

I tried to build octave on Raspberry Pi 3 B + and got error

> ./configure --prefix=$HOME/opt/octave-5.1.0 && make -j4
...snip...
  CXXLD    src/octave
  CXXLD    liboctave/liboctave.la
  CXXLD    libinterp/liboctinterp.la
  CXXLD    libgui/liboctgui.la
  CXXLD    src/octave-cli
liboctave/.libs/liboctave.so: undefined reference to `MArray<long
long>& operator-=<long long>(MArray<long long>&, long long const&)'
...

How can i build it?

> lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.8 (stretch)
Release:        9.8
Codename:       stretch
> uname -a
Linux Ras1 4.19.25-v7+ #1205 SMP Mon Feb 25 18:19:20 GMT 2019 armv7l GNU/Linux

*** configure log

configure: WARNING:

I didn't find rsvg-convert, but it's only a problem if you need to
reconstruct octave-logo-*.png, which is the case if you're building
from VCS sources.

configure: WARNING: Qt does not work with the OpenGL libs (GL and
GLU); disabling OpenGL graphics with Qt GUI
configure: WARNING: SUNDIALS IDA library not configured with IDAKLU,
ode15i and ode15s will not support the sparse Jacobian feature
configure: WARNING: JAVA_HOME environment variable not initialized.
Auto-detection will proceed but is unreliable.
configure:
configure: NOTE: Libraries or auxiliary programs may be skipped if
they are not found
configure: NOTE: OR if they are missing required features on your system.

> ls -lF octave-5.1.0/src/octave
-rwxr-xr-x 1 pi pi 152796  3月 14 18:59 octave-5.1.0/src/octave*
> ldd octave-5.1.0/src/octave
        linux-vdso.so.1 (0x7ee91000)
        /usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so =>
/usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so (0x76f0f000)
        libX11.so.6 => /usr/lib/arm-linux-gnueabihf/libX11.so.6 (0x76dd0000)
        libutil.so.1 => /lib/arm-linux-gnueabihf/libutil.so.1 (0x76dbd000)
        libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
(0x76c75000)
        libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76bf6000)
        libgomp.so.1 => /usr/lib/arm-linux-gnueabihf/libgomp.so.1 (0x76bbe000)
        libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76b91000)
        libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x76b68000)
        libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76a29000)
        libxcb.so.1 => /usr/lib/arm-linux-gnueabihf/libxcb.so.1 (0x769fa000)
        libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x769e7000)
        /lib/ld-linux-armhf.so.3 (0x76f24000)
        libXau.so.6 => /usr/lib/arm-linux-gnueabihf/libXau.so.6 (0x76f45000)
        libXdmcp.so.6 => /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6 (0x769d2000)
        libbsd.so.0 => /lib/arm-linux-gnueabihf/libbsd.so.0 (0x769a9000)
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]