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
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 >
Silvia Pfeiffer wrote:> Can you put that information in a README file inside libogg? I think > it'd be useful.What should I call it? README-linux-win32-cross-compile.txt? Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "In my opinion, shareware tends to combine the worst of commercial software (no sources) with the worst of free software (no finishing touches). I simply do not believe in the shareware market at all." -- Linus Torvalds