Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Jim Michaels
-public] there is lib and lib64,how target 32-bit/64-bit? You have to use the flags -m32 or -m64 to specify the target. The i686 will target 32bit by default, the same happens with the x86_64, it defaults to 64bit. 2014/1/17 Jim Michaels jmich...@yahoo.com there is lib and lib64

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Ruben Van Boxem
heavenandhell...@gmail.com *To:* mingw-w64-public@lists.sourceforge.net *Sent:* Friday, January 17, 2014 5:49 PM *Subject:* Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit? You have to use the flags -m32 or -m64 to specify the target. The i686 will target 32bit

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Jim Michaels
@lists.sourceforge.net mingw-w64-public@lists.sourceforge.net Sent: Saturday, January 18, 2014 5:42 AM Subject: Re: [Mingw-w64-public] there is lib and lib64,how target 32-bit/64-bit? 2014/1/18 Jim Michaels jmich...@yahoo.com for 32-bit compiles only using 64-bit compiler (using -m32) I get

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Adrien Nader
On Sat, Jan 18, 2014, Jim Michaels wrote: hmm. there seems to be a problem with 64-bit windres always making 64-bit .res files regardless of -m32, and windows 7 is complaining. there are no windres switches to change this. IMHO (well, and others think the same), multilib is a nice thing but

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Ruben Van Boxem
:* Ruben Van Boxem vanboxem.ru...@gmail.com *To:* mingw-w64-public@lists.sourceforge.net mingw-w64-public@lists.sourceforge.net *Sent:* Saturday, January 18, 2014 5:42 AM *Subject:* Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit? 2014/1/18 Jim Michaels jmich...@yahoo.com

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Jim Michaels
] From: Jim Michaels jmich...@yahoo.com To: mingw-w64-public@lists.sourceforge.net mingw-w64-public@lists.sourceforge.net Sent: Saturday, January 18, 2014 2:34 PM Subject: Re: [Mingw-w64-public] there is lib and lib64,how target 32-bit/64-bit? hmm. there seems

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-18 Thread Jim Michaels
Sent: Saturday, January 18, 2014 2:43 PM Subject: Re: [Mingw-w64-public] there is lib and lib64,how target 32-bit/64-bit? I take that back. supported targets: pe-x86-64 pei-x86-64 elf64-x86-64 elf64-l1om elf64-k1om pe-i386 pei-i386 elf32-i386 elf64-little elf64-big elf32-little

[Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-17 Thread Jim Michaels
there is lib and lib64, how do I target specific cpu type (32-bit/64-bit)? am using i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4 x86_64-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4 which of these compilers is hosted on x64? does posix mean the posix subsystem of windows be

Re: [Mingw-w64-public] there is lib and lib64, how target 32-bit/64-bit?

2014-01-17 Thread Ivan Garramona
You have to use the flags -m32 or -m64 to specify the target. The i686 will target 32bit by default, the same happens with the x86_64, it defaults to 64bit. 2014/1/17 Jim Michaels jmich...@yahoo.com there is lib and lib64, how do I target specific cpu type (32-bit/64-bit)? am using