octave-maintainers
[Top][All Lists]
Advanced

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

Re: Packaging on Windows


From: Jussi Lehtola
Subject: Re: Packaging on Windows
Date: Wed, 29 Jun 2011 01:24:04 +0300

On Tue, 28 Jun 2011 18:03:01 -0400
"John W. Eaton" <address@hidden> wrote:

> On 29-Jun-2011, Jussi Lehtola wrote:
> 
> | The 64-bit version of MinGW is not yet in stock Fedora, but the
> 32-bit | version works just fine:
> |  $ i686-pc-mingw32-g++ -static -v foo.cpp -o foo.exe
> |  $ wine foo.exe
> |  foo-i-hithere
> 
> Will it also work without -static?  It's likely that Octave can't be
> built as a static binary, plus you need to be able to build .oct
> files.

Yes, one just needs to make sure that libstdc++ and libgcc_s_sjlj are
available (these are part of the MinGW distribution).
-- 
Jussi Lehtola
Fedora Project Contributor
address@hidden


reply via email to

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