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:16:20 -0400

I take that back - the issue is still the same (it tries to run tools/config.guess from the source folder of the application that is being compiled, which it cant find - needs the TOP_DIR ?

On Thu, May 30, 2013 at 4:13 PM, John Donoghue <address@hidden> wrote:
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]