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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
