On Wed, Oct 13, 2010 at 5:06 AM, Dongsheng Song
<dongsheng.s...@gmail.com> wrote:
> Hi all,
>
> 1. .dll files install error
>
> When I build multilibs under i686-linux, all .dll files go to ${PREFIX}/bin,
> I have to copy 32 bit .dll files to ${PREFIX}/bin, and 64 bit .dll files to 
> ${PREFIX}/bin/64 manually.
>
> Is this a known issues ?
>
> 2. lib, lib32 and lib64
> Why we must use all 3 names ?
>
> I found lib in the tail of LIBRARY_PATH (gcc -v) of both 32 bit target and 64 
> bit target,
> IMHO, this absolutely wrong.
>
> Can we use lib32 and lib64 only ?
>
> Or for 32 bit default target, can we use lib and lib64 only ?
> And for 64 bit default target, can we use lib and lib32 only ?

In general, this is correct.  lib is default, and libXX is the alternate.

> 3. symlinks
> Even for single target, we must set symlinks. Can we disable the mess 
> multilibs support in this occasion ?

Which symlink, the lib > libXX, or the mingw > $target?  And, can you
rephrase your actual question?  I do not understand what exactly you
are asking.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to