http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-02-04 15:54:10 
UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > My next complete building will be started at 23:50 PM(UTC), if I got 
> > different
> > answer, I will inform you.
> 
> OOPS, libgcc_s_sjlj-1.dll installed OK. But the other files installation is
> wrong. 
> 
> oracle@vc:~/gcc-4.6-windows$ find . -name *.dll | grep -v pthread | sort
> ./bin/libgfortran-3.dll
> ./bin/libgomp-1.dll
> ./bin/libobjc-3.dll
> ./bin/libquadmath-0.dll
> ./bin/libssp-0.dll
> ./bin/libstdc++-6.dll
> ./lib64/libgcc_s_sjlj-1.dll
> ./lib/libgcc_s_sjlj-1.dll

Hmm, did you rebuild target libraries, or did you reused existing build-tree?

> PS: For windows users, I think 32bit DLLs should go to bin/, and 64bit DLLs
> should
> go to bin/64/ .

No. As agreement it is ok to install for a none-multilib native build the host
DLLs into bin. But for multilib it should go into lib. I dislike the feature of
installing host DLLs into bin folder pretty much.

Reply via email to