On Sat, Mar 24, 2012 at 9:31 AM, niXman <[email protected]> wrote: > 2012/3/24 Ruben Van Boxem <[email protected]>: >> 2012/3/24 niXman <[email protected]> >>> >>> Would be correct to copy the executables from <prefix>/<target>/bin in >>> <prefix>/bin? > gdb.exe > gdbserver.exe > i686-w64-mingw32-addr2line.exe > i686-w64-mingw32-ar.exe > i686-w64-mingw32-as.exe > i686-w64-mingw32-c++.exe > i686-w64-mingw32-c++filt.exe > i686-w64-mingw32-cpp.exe > i686-w64-mingw32-dlltool.exe > i686-w64-mingw32-dllwrap.exe > i686-w64-mingw32-elfedit.exe > i686-w64-mingw32-g++.exe > i686-w64-mingw32-gcc-4.6.3.exe > i686-w64-mingw32-gcc.exe > i686-w64-mingw32-gcov.exe > i686-w64-mingw32-gprof.exe > i686-w64-mingw32-ld.bfd.exe > i686-w64-mingw32-ld.exe > i686-w64-mingw32-nm.exe > i686-w64-mingw32-objcopy.exe > i686-w64-mingw32-objdump.exe > i686-w64-mingw32-ranlib.exe > i686-w64-mingw32-readelf.exe > i686-w64-mingw32-size.exe > i686-w64-mingw32-strings.exe > i686-w64-mingw32-strip.exe > i686-w64-mingw32-windmc.exe > i686-w64-mingw32-windres.exe > libgcc_s_sjlj-1.dll > libgomp-1.dll > libquadmath-0.dll > libssp-0.dll > libstdc++-6.dll > libwinpthread-1.dll > mingw32-make.exe > > > >> >> No. Never. They will eat your children, procreate and take over the world. > =) > >> Do not do that. >> >>> >>> Should it be so that all executables files in <prefix>/bin have the >>> prefix i686-w64-mingw32-*? >> >> >> If and only if you are building a cross-compiler (i686 to x86_64 Windows >> counts as cross-compiler). Then everything will be prefixed and nothing will >> be prefixless. If you are building a native toolchain, only four or five gcc >> executables (not counting the new 4.7 plugin wrappers) are prefixed. >> Binutils are not prefixed if built as non-cross. > What should I choose in the host/build/target when using this compiler? > I can not even build libiconv, not to mention about rebuilding itself.
/myprogsources/configure --host=i686-w64-mingw32 put your compiler's $prefix/bin in your PATH before running that command. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
