octave-maintainers
[Top][All Lists]
Advanced

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

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


From: Tatsuro MATSUOKA
Subject: Re: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
Date: Sun, 14 Jun 2015 15:12:22 +0900 (JST)

----- Original Message -----

> From: JohnD 
> To: octave-maintainers 'Yuji.I'
> Cc: 
> Date: 2015/6/13, Sat 02:38
> Subject: RE: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
> 
>> 
>>  Message: 2
>>  Date: Fri, 12 Jun 2015 07:43:11 -0700 (PDT)
>>  From: "Yuji.I" <address@hidden>
>>  To: address@hidden
>>  Subject: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
>>  Message-ID: <address@hidden>
>>  Content-Type: text/plain; charset=us-ascii
>> 
>>  this is  config.log
>>  <http://octave.1599824.n4.nabble.com/file/n4670862/config.log>   in
>>  tmp-gnutls/gnutls-3.3.15/
>> 
>> 
> 
> Still doesn't look like it is picking up the path for pkg config files.
> This is still running with the  change to Makefile.in ?
> 
> In src/gnutls.mk, modify line 42 to be
> cd '$(1)' && PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' 
> ./configure \
> 

Find where your nettle.pc is e.g.

$ locate nettle.pc

Perhaps two versions of libnettle are installed on your PC.
Specify which nettle.pc is for ver. 2.7 and set PKG_CONFIG_PATH

$ export PKG_CONFIG_PATH=(path ver. 2.7 nettle.pc exist ):$PKG_CONFIG_PATH
(assuming bash shell)

and try mxe-octave.

Tatsuro



reply via email to

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