|
From: | John Donoghue |
Subject: | Re: Building on MinGW using MXE-built dependencies [WAS: Re: mxe-installer try 2] |
Date: | Sat, 08 Jun 2013 18:48:25 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 06/08/2013 06:33 PM, John W. Eaton wrote:
On 06/05/2013 04:13 PM, John Donoghue wrote:Another update - I have managed to compile everything (well almost) up until octav, using mingw, and some mods to .mk files. I am using a native install of Qt, rather than compiling QT and its dependancies, and was using the system gcc. When it gets to compiling octave, it has issues in configure, not being able to find some functiosn from libgcc. I did try build a native gcc in mingw from gcc.mk <http://gcc.mk> but had no luck and couldnt work out really what was wrong with it.I see that you checked in some changes. I'm still having trouble with the native mingw build with your latest changes. For example, lapack is failing withCMake Error: could not create named generator MSYS Makefile Do you know what could be causing that problem? jwe
I explictly set the generator output for native mingw when using cmake as for some reason it keeps on trying to use visual c parts, even if not installed. (I really dislike cmake - I guess I havent used it enough)
The first lapack update I did would have tried to use msys for any native build - and also has a typo - it should have been "MSYS Makefiles" - I fixed that in change set http://hg.octave.org/mxe-octave/rev/dea92be54fc8
Let me know if it didnt fix it for you.
[Prev in Thread] | Current Thread | [Next in Thread] |