Stephen Kitt <steve@xxxxxxx> writes: > Is there a recommended approach to use to find dlltool using only > i686-w64-mingw32-gcc? I don't know of one. I don't know why avoiding autoconf is desirable. However, if I were forced to do so, I would probably use gcc -v to get the target name and look for TARGET-dlltool that way. > I am wrong in dropping /usr/$target/bin? No, you are right. That directory is used to communicate programs from the binutils to gcc, and there are no promises about what binaries may be found there. Ian