[ogg-dev] Cross compiling from Linux to Win32

Silvia Pfeiffer silviapfeiffer1 at gmail.com
Sun Apr 13 07:29:35 PDT 2008


Can you put that information in a README file inside libogg? I think
it'd be useful.

Cheers,
Silvia.

On Sun, Apr 13, 2008 at 10:33 PM, Erik de Castro Lopo
<mle+xiph at mega-nerd.com> wrote:
> Hi all,
>
>  I have just commited a couple of small fixes [0] to allow libogg to
>  be compiled using the MinGW cross compile tools on Linux to
>  generate Win32 binaries (include a DLL) and run the tests under
>  Wine (the windows emulator).
>
>  On Ubuntu (or Debian) do you will need to install the following:
>
>      apt-get mingw32 mingw32-binutils mingw32-runtime wine
>
>  To configure and build do:
>
>     ./configure --host=i586-mingw32msvc \
>          --target=i586-mingw32msvc \
>          --build=i586-linux
>     make
>     make check
>
>  Cheers,
>  Erik
>
>  [0] I really doubt these have broken anything else, but let me know
>     if it has.
>  --
>  -----------------------------------------------------------------
>  Erik de Castro Lopo
>  -----------------------------------------------------------------
>  "Software is largely a service industry operating under the persistent
>  but unfounded delusion that it is a manufacturing industry."
>  -- Eric S. Raymond
>  _______________________________________________
>  ogg-dev mailing list
>  ogg-dev at xiph.org
>  http://lists.xiph.org/mailman/listinfo/ogg-dev
>


More information about the ogg-dev mailing list