octave-maintainers
[Top][All Lists]
Advanced

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

RE: [MXE-Octave]Build Failed on CentOS6.6 64bit


From: Yuji.I
Subject: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
Date: Thu, 11 Jun 2015 18:49:53 -0700 (PDT)

JohnD wrote
>> Message: 1
>> Date: Thu, 11 Jun 2015 02:56:33 -0700 (PDT)
>> From: "Yuji.I" <

> using923@

> >
>> To: 

> octave-maintainers@

>> 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

Thank you for reply.

I tried adding that 2 lines in else clause near l:258.
But, the same errors occured.

To make sure it, I tried following commands again.
reference to http://wiki.octave.org/MXE
=====
make clean
autoconf
./configure --enable-64 --enable-native-build --enable-pic-flag
host_alias=gnu-linux --enable-openblas --enable-jit
make
=====
But it failed, as I feared.





--
View this message in context: 
http://octave.1599824.n4.nabble.com/MXE-Octave-Build-Failed-on-CentOS6-6-64bit-tp4670812p4670842.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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