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

2013-10-09 Thread niXman
> 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. I and Alexey are planning to provide a number of precompiled libraries for mingw-w64 and pac

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. > > The l

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

2013-10-09 Thread Daniel Goldman
Again, thanks! BTW, if I use mingw-get to download a ".a" archive library (to mingw), any general thoughts about if it should (or not) work under mingw-w64? I link in the library as a static library (avoid DLL), I give the full path to the archive on the gcc command line. I tried linking in

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
Is there something like ldd under mingw-w64? I have x32-4.8.1-posix-dwarf-rev5 installed on a windows xp system. The linux ldd man page says unpromisingly: "ldd does not work on a.out shared libraries." Searching on the internet, I found "objdump -p exefile | grep DLL" command suggested.

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

2013-10-09 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10.10.2013 08:03, Daniel Goldman wrote: > 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

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

2013-10-09 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10.10.2013 08:00, Daniel Goldman wrote: > Is there anything like mingw-get.exe in mingw-w64? No. - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (MingW32) iQEcBAEBAgAGBQJSVilLAAoJ

[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] _lrotr - take 2

2013-10-09 Thread Kai Tietz
Hello dw, 2013/10/4 dw : > Sorry for the delayed response on this topic, things got busy. To pick > this back up, this is where we stand now: > > - There's a bug in gcc's x86intrin.h. They assume that under x64, longs > are always 8 bytes. For native Windows (ie not cygwin), that's not > correc