octave-maintainers
[Top][All Lists]
Advanced

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

Re: Building on MinGW using MXE-built dependencies [WAS: Re: mxe-install


From: John Donoghue
Subject: Re: Building on MinGW using MXE-built dependencies [WAS: Re: mxe-installer try 2]
Date: Thu, 30 May 2013 16:13:02 -0400

I just tried a native build and it failed to compile binutils - the issue is the autodetect of target, which needs to change to:

TARGET := $(`tools/config.guess`)

 
On Thu, May 30, 2013 at 1:32 PM, John W. Eaton <address@hidden> wrote:
On 05/29/2013 06:51 PM, John W. Eaton wrote:

OK, so we need to track down all the uses of ln and change them to
$(LN) or $(LN_S) and set those variables appropriately in the Makefile
depending on whether we are building natively on Windows.

I made this change.

jwe



reply via email to

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