Re: [Mingw-w64-public] libusb

2016-02-11 Thread Daniel Goldman
>- Copy libusb.h, from include/libusb-1.0/ to your default include > directory, > and copy the MinGW32/ or MinGW64/ .a files to your default library > directory. > Or, if you don't want to use the default locations, make sure that you > feed > the relevant -I and -L options to

Re: [Mingw-w64-public] How to search mailing list archives?

2013-11-03 Thread Daniel Goldman
I asked the same question a few weeks ago. There is a way to do it. But it is certainly not obvious, is kind of hidden. sampo-mi...@zxid.org wrote: > I have a bug to report regarding linking, but before reporting I would > like to do my homework. > > How does one search in the archives of this

Re: [Mingw-w64-public] something like mingw-get?

2013-10-10 Thread Daniel Goldman
Thanks. BTW, I'm not complaining or anything like that. mingw-64 is incredibly good. I can't even imagine how complex it is to create and maintain compilers and all the associated technologies. niXman wrote: >> Is there anything like mingw-get.exe in mingw-w64? It seems to install >> librarie

Re: [Mingw-w64-public] ldd functionality?

2013-10-09 Thread Daniel Goldman
Sorry about the extraneous garbage at the end of my post. I only noticed just as the message was being sent. :( Here is correct short version: Daniel Goldman wrote: > Is there something like ldd under mingw-w64? I have > x32-4.8.1-posix-dwarf-rev5 installed > on a windows xp system.

Re: [Mingw-w64-public] something like mingw-get?

2013-10-09 Thread Daniel Goldman
linking in one library I downloaded this way, and it seemed to work fine. > On 10.10.2013 08:00, Daniel Goldman wrote: >> Is there anything like mingw-get.exe in mingw-w64? > No. > -- October Webinars:

Re: [Mingw-w64-public] search mingw-w64-public mail archive?

2013-10-09 Thread Daniel Goldman
Thanks a million. I had no idea about the gmane site. LRN wrote: > > Read: > http://dir.gmane.org/gmane.comp.gnu.mingw.w64.general > > Search: > http://search.gmane.org/?group=gmane.comp.gnu.mingw.w64.general&query= >

[Mingw-w64-public] ldd functionality?

2013-10-09 Thread Daniel Goldman
; command suggested. Will that suffice? Thanks, Daniel Daniel Goldman wrote: > LRN - Thanks for the help. Things are working better now. > > "echo | [] -E -v -" (ran from windows xp "command window") > did help (some > portions shown): > > Targe

[Mingw-w64-public] search mingw-w64-public mail archive?

2013-10-09 Thread Daniel Goldman
On the sourceforge mingw-w64-public email archive for this group, I couldn't figure out how to search the archive, so I don't waste time with my noobie questions. There is a search box at the top, but it seems to be for the sourceforge site in general. Next, I see a calendar by year, and a li

[Mingw-w64-public] something like mingw-get?

2013-10-09 Thread Daniel Goldman
Is there anything like mingw-get.exe in mingw-w64? It seems to install libraries. I use "x32-4.8.1-posix-dwarf-rev5" on DOS. Under that directory, I looked for *-get* pattern, but no matches. Thanks, Daniel -- October

Re: [Mingw-w64-public] confused about mingw-w64 directory structure

2013-10-06 Thread Daniel Goldman
1-posix-dwarf-rev5\mingw32\lib\gcc\i686-w64-mingw32\4.8.1 The main point is now when I compile in test mode with long printf variants, it works, that was the reason I switched to mingw-w64. Thanks, Daniel LRN wrote: > On 06.10.2013 22:39, Daniel Goldman wrote: >> Context - I post

[Mingw-w64-public] confused about mingw-w64 directory structure

2013-10-06 Thread Daniel Goldman
Context - I posted previously about compiling (or cross-compiling) a C curses program. I'm confused by the mingw-w64 directory structure and names. It seems well thought and organized, probably self-obvious to the developers. But I don't "get it" as a user. *** On windows xp computer:

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-06 Thread Daniel Goldman
Thank you and Alexey for help. Two questions for anyone: > I haven't tried them, but those packages should be usable with a > mingw-w64 cross-compiler by unpacking them into your sysroot-prefix > (e.g. /usr/x86_64-w64-mingw32/sys-root/mingw/). 1) I don't find /usr/x86_64-w64-mingw32/sys-root/m

[Mingw-w64-public] compile C curses program under mingw-w64

2013-10-03 Thread Daniel Goldman
Background - There is a C language curses program I gcc compile under Linux, using ncurses. It works great. I also compile the curses program under DOS, using pdcurses included with mingw. The DOS version works fine in production mode. But there are some problems: 1) in test mode some printf

[Mingw-w64-public] compile C curses program under mingw-w64

2013-10-02 Thread Daniel Goldman
Background - I gcc compile a C curses program under ubuntu Linux, using ncurses. It works great. I also compile the curses program under DOS / xp, using pdcurses included with mingw. The DOS version works fine in production mode. But there are some problems: 1) in test mode some printf option