On 3/25/08, whatis neveritis <[EMAIL PROTECTED]> wrote: > are the files in: > > root-x86_64-pc-linux/mingw/bin/ > > hard links toward files in: > > root-x86_64-pc-linux/ > > ?
Hard links don't exist on windows, so they are copies of each other. root/bin holds default programs (gcc, ld, etc). root/mingw/bin holds specific programs(x86_64-pc-mingw32-gcc). This is so that you can have multiple-targetted compilers installed on the same system, and have the files in root/bin point to the one you want to use as default. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public