[pulseaudio-discuss] Win32 compilation
Pierre Ossman
ossman at cendio.se
Tue Jul 10 01:02:27 PDT 2007
Justin Tulloss wrote:
>> .
>>
>> So for compile, i do :
>>
>> # ./configure --host=mingw32
>> # make
>
>
> I think you want to do --target=mingw32. --host implies that the tool will
> be running on that architecture, and is only useful in Canadian crosses. I
> also get confused though, I might be wrong.
>
Close, but not quite :)
For reference:
--build : Architecture building the software (mingw on Linux here)
--host: Architecture running the software (windows, or mingw as far as
the build tools are concerned)
--target: Output architecture of the software (only for tools generating
architecture dependent code, such as compilers, so not applicable here)
So try changing to --build and be more specific about your arch. This is
the configure string I use:
./configure --enable-ltdl-install --build=i386-pc-mingw32msvc
Rgds
--
Pierre Ossman OpenSource-based Thin Client Technology
System Developer Telephone: +46-13-21 46 00
Cendio AB Web: http://www.cendio.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20070710/482cf598/attachment.pgp>
More information about the pulseaudio-discuss
mailing list