[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
From: |
JohnD |
Subject: |
RE: [MXE-Octave]Build Failed on CentOS6.6 64bit |
Date: |
Thu, 11 Jun 2015 12:25:17 -0400 |
> Message: 1
> Date: Thu, 11 Jun 2015 02:56:33 -0700 (PDT)
> From: "Yuji.I" <address@hidden>
> To: address@hidden
> Subject: [MXE-Octave]Build Failed on CentOS6.6 64bit
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=UTF-8
>
> Hello,
>
> I want to use octave 64bit indexing.
> So, I'm trying to build MXE-Octave on CentOS6.6.
> I installed required packages by yum.
> There is not instructions on CentOS, so I referenced that case of Fedora.
>
> Every time MXE can't build GNU TLS.
> It has installed Libnettle2.7.1, but it can't find it.
>
> This is error log...
> (sorry that contains Japanese letters)
> ======
> # make
> [build] gnutls
>
> Failed to build package gnutls!
> ------------------------------------------------------------
> configure: error:
> ***
> *** Libnettle 2.7.1 was not found. Note that this version of gnutls
doesn't
> support nettle 3.0.
> make[1]: *** [build-only-gnutls] ??? 1
> make[1]: ?????? `/root/mxe-octave' ?????
> real 0m29.524s
> user 0m23.919s
> sys 0m2.172s
> ------------------------------------------------------------
> [log] /root/mxe-octave/log/gnutls
>
> make: *** [/root/mxe-octave/installed-packages/gnutls] ??? 1 =====
>
> I don't know what to do.
> Could you give me advise.
>
>
> Best regards,
>
>
Hi,
Try adding this in the mxe-octave Makefile.in, line 258, after the
CONFIGURE_LDFLAGS line:
PKG_CONFIG_PATH := $(HOST_PREFIX)/lib/pkgconfig
export PKG_CONFIG_PATH