octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-4.0.1 64 bit binary for windows is uploaded


From: Tatsuro MATSUOKA
Subject: Re: octave-4.0.1 64 bit binary for windows is uploaded
Date: Tue, 29 Mar 2016 15:22:41 +0900 (JST)

> From: Tatsuro MATSUOKA 

> To: tmacchant Rafael Monteiro  "octave-maintainers" ; Arazi Nitzan <
> Cc: 
> Date: 2016/3/29, Tue 11:49
> Subject: Re: octave-4.0.1 64 bit binary for windows is uploaded
> 
>>  From: Tatsuro MATSUOKA 
> 
>>  To: Rafael Monteiro ; "address@hidden" 
>>  Cc: 
> 
>> 
>>>  - nan-3.0.1 won't build (same error Nit Nit got).
>> 
> The error come from no finding cc command.
> Perhaps it assume cc is symbolic linked to gcc.
> But on native windows (not Cygwin) does not have symbolic link.
> 
> Workaound:
> Just copy gcc.exe to cc.exe in the bin directory.
> 
> Then execute
> 
>>>  pkg install nan-3.0.1.tar.gz
> 
> at src directory 
> or
> 
>>>  pkg install -forge nan
> 
> BTW, I have submitted a bug ticket
> http://savannah.gnu.org/bugs/?47559

http://savannah.gnu.org/bugs/?47559

The above bug report is duplicated to
http://savannah.gnu.org/bugs/?47355


Much better workaround is:

>> setenv CC gcc

before install nan package.

Tatsuro



reply via email to

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