This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gmp and libiconv as mingw variant libraries under cygwin?


Christian Joensson wrote:
> 
> Thanks so far.
> 
> Right now, I do this:
> 
> $ CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin'
> ../binutils-060628/configure --build=i686-pc-cygwin
> --host=i686-pc-mingw32 --prefix=/opt/mingw
> 
> But I get stuck like this:

In the case of toolchains (i.e. packages that create code, gcc/binutils)
you need to use --target, but for normal libraries you use --host.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]