Re: [Mingw-w64-public] Omnipresent libgcc dependency

2013-08-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07.08.2013 22:37, Michael Cronenworth wrote: > On 08/07/2013 01:35 PM, LRN wrote: >> What does "might" mean there? Like, you may get a dependency, or you may >> not? It doesn't sound like you ALWAYS get a dependency. >> Previously you WOULD get the

Re: [Mingw-w64-public] mingw/gcc stralign.h

2013-08-07 Thread JonY
On 8/8/2013 06:21, G M wrote: > Hi Jon, > > Thanks for replying but could you be a bit more fuller with your answer > please. > > What do mean by "use a newer version"? > Of what, from where? > As of writing, there are no lines in stalign.h with: if(WSTR_ALIGNED(String)) return wcsrchr((PCWSTR)

Re: [Mingw-w64-public] mingw/gcc stralign.h

2013-08-07 Thread G M
Hi Jon, Thanks for replying but could you be a bit more fuller with your answer please. What do mean by "use a newer version"? Of what, from where? If you mean gcc/mingw, the version I linked in my previous message is here: http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/

Re: [Mingw-w64-public] Omnipresent libgcc dependency

2013-08-07 Thread Michael Cronenworth
On 08/07/2013 01:35 PM, LRN wrote: > What does "might" mean there? Like, you may get a dependency, or you may > not? It doesn't sound like you ALWAYS get a dependency. > Previously you WOULD get the dependency if you had code that required > it, and WOULD NOT get it otherwise. > Now you get it rega

Re: [Mingw-w64-public] Omnipresent libgcc dependency

2013-08-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07.08.2013 22:22, Michael Cronenworth wrote: > On 08/07/2013 01:16 PM, LRN wrote: >> So...what changed? Why is libgcc now mandatory for any library >> (including empty dlls)? Is that a problem in my toolchain only, or is >> everyone experiencing it?

Re: [Mingw-w64-public] Semi-OT -- libcurl and mingw-w6 / c++

2013-08-07 Thread niXman
2013/8/7 K. Frank > Do I anticipate any issues using libcurl with mingw-w64? If so, what > should I look out for and how might I deal with it? No, libcurl is easy to build with mingw-w64. > Second, right now I use curl to fetch data files, and then I read them > into a program as an ifstream and

Re: [Mingw-w64-public] Omnipresent libgcc dependency

2013-08-07 Thread Michael Cronenworth
On 08/07/2013 01:16 PM, LRN wrote: > So...what changed? Why is libgcc now mandatory for any library > (including empty dlls)? Is that a problem in my toolchain only, or is > everyone experiencing it? Yes, and the change is intended. See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57120 ---

[Mingw-w64-public] Omnipresent libgcc dependency

2013-08-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Recently i've discovered that all dlls i've built are linked to libgcc_s_sjlj-1.dll They import these functions: __udivdi3 __umoddi3 This didn't happen before. What did happen is that libgcc would be a dependency only for libraries/programs that requi

[Mingw-w64-public] Semi-OT -- libcurl and mingw-w6 / c++

2013-08-07 Thread K. Frank
Hello List! I'll pretend that this is on topic because I'm asking about using libcurl with mingw-w64. I downloaded curl and libcurl, I think from the curl web site. I have been using curl (from the windows command line) to fetch line-based text data from a web site. I am now considering buildin