2012/3/9 xunxun <[email protected]>

> 于 2012/3/8 22:43, niXman 写道:
> > 2012/3/7 niXman<[email protected]>:
> >> I have two thoughts:
> >> 1. Incorrectly configured binutils.
> >> 2. For the GCC configure to be able to specify the path to the 32/64
> >> bit libraries.
> >>
> >> Ping?
> > I found a blog post about the same problem:
> > http://pete.akeo.ie/search/label/MinGW-w64 and on mingw-w64 forum:
> > https://sourceforge.net/projects/mingw-w64/forums/
> > forum/723797/topic/3966835
> > This problem has been known for over a year ago, and it is still not
> fixed ...
> >
> > I asked the question about how to specify the path to the 32/64 bit
> > libraries when configuring GCC:
> > http://gcc.gnu.org/ml/gcc-help/2012-03/msg00080.html
> > In the file gcc/config/i386/t-mingw-w32 paths are correct:
> > MULTILIB_OSDIRNAMES = ../lib64 ../lib
> >
> > What should I do?
> >
> >
> Try to use
> LDFLAGS="-L/<yourpath>/lib64" ./configure ...


A hack I once used was to link the 64-bit libs to <sysroot>/mingw/lib
because both <sysroot>/<target>/lib and <sysroot>/mingw/lib are always
searched. This is a hack though, and GCC should really add the proper lib64
path to the -L options.

Ruben


> --
> Best Regards,
> xunxun
>
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to