Re: [Libusbx-devel] building libusbx on cygwin

2013-04-16 Thread Daniel Goertzen
That was it! After removing the Windows path to an old mingw installation and actually installing cygwin gcc, things went much better. Many thanks. :) Dan. On Tue, Apr 16, 2013 at 12:20 AM, Xiaofan Chen wrote: > On Tue, Apr 16, 2013 at 12:29 AM, Daniel Goertzen > wrote: > > Hello, I am stru

Re: [Libusbx-devel] building libusbx on cygwin

2013-04-15 Thread Xiaofan Chen
On Tue, Apr 16, 2013 at 12:29 AM, Daniel Goertzen wrote: > Hello, I am struggling with libusbx on cygwin under Windows 8. When I > "configure" and "V=1 make" I get the failed build output below. It looks > like a pthread linkage issue and I normally know how to deal with that, but > not when it

Re: [Libusbx-devel] building libusbx on cygwin

2013-04-15 Thread Daniel Goertzen
Thank you for looking into this. I will closely compare your output with mine tomorrow. I do a lot of development on this cygwin installation so I may have configured something strangely that this lib isn't liking. I will let you know what I find. Cheers, Dan. On Mon, Apr 15, 2013 at 4:43 PM,

Re: [Libusbx-devel] building libusbx on cygwin

2013-04-15 Thread Pete Batard
On 2013.04.15 17:29, Daniel Goertzen wrote: Hello, I am struggling with libusbx on cygwin under Windows 8. You shouldn't be. I tested it and it works fine (see below). When I "configure" and "V=1 make" I get the failed build output below. It looks like a pthread linkage issue and I normally