Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread NightStrike
On Wed, Aug 18, 2010 at 8:14 PM, Pete Batard wrote: > On 2010.08.19 00:37, NightStrike wrote: >> Do you have a good testsuite for your project? > > I wouldn't say so. > > The aim of the project is to provide generic user level access with any > USB device, so that's very far reaching, and while we

Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread Pete Batard
On 2010.08.19 00:37, NightStrike wrote: > Do you have a good testsuite for your project? I wouldn't say so. The aim of the project is to provide generic user level access with any USB device, so that's very far reaching, and while we attempt to test with as many devices as we can, this testing

Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread NightStrike
On Wed, Aug 18, 2010 at 7:19 PM, Pete Batard wrote: > Thanks for the replies. > > On 2010.08.18 22:17, Dmitrijs Ledkovs wrote: >> I'm not entirely sure that it works for ada, fortran, boehm/java. >> >> I presume it is far more safe for C, since multilib support within gcc >> starts with that. > >

Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread Pete Batard
Thanks for the replies. On 2010.08.18 22:17, Dmitrijs Ledkovs wrote: > I'm not entirely sure that it works for ada, fortran, boehm/java. > > I presume it is far more safe for C, since multilib support within gcc > starts with that. Yeah. Forgot to mention that our project was C only. > Please al

Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread NightStrike
On Wed, Aug 18, 2010 at 1:42 PM, Pete Batard wrote: > Hi, > > We are currently using a multilib MinGW-w64 to generate 32 and 64 bit > binary snapshots for the libusb 1.0 Windows backend. This includes > static libraries as well as DLLs, with the latter being built with the > aim of being fully int

Re: [Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread Dmitrijs Ledkovs
Pete Batard writes: > Before we commit to continuing using multilib then, do you know any good > reason why the use of multilib should be discouraged with MinGW-w64 at > the moment? > > Regards, > > /Pete > I'm not entirely sure that it works for ada, fortran, boehm/java. I presume it is far

[Mingw-w64-public] Is MinGW-w64 multilib considered stable?

2010-08-18 Thread Pete Batard
Hi, We are currently using a multilib MinGW-w64 to generate 32 and 64 bit binary snapshots for the libusb 1.0 Windows backend. This includes static libraries as well as DLLs, with the latter being built with the aim of being fully interchangeable with MSVC/WDK ones (which we can also build in