Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-16 Thread Jim Michaels
Re: make -j$(procs) I would not do this if. Redirects in makefiles exist, unless make -j's bughas been fixed concerning single-threadedness of stdout,stdin and shell. I think soluyion was to start new shells for those redirect lines, but I don't know if this solution is in place or not. Sent via

Re: [Mingw-w64-public] std::regex not fulfilling standard? missing templates

2016-11-09 Thread Jim Michaels
ember 4, 2016 8:29 pm, NightStrike wrote: > On Fri, Nov 4, 2016 at 11:37 PM, Jim Michaels > wrote: > >> that page's description of regex_match has got to be wrong. what good >> use is there to match the entire line to the regex? seriously, think >> about it. I would s

Re: [Mingw-w64-public] std::regex not fulfilling standard? missing templates

2016-11-04 Thread Jim Michaels
2, 2016 8:30 pm, NightStrike wrote: > On Wed, Nov 2, 2016 at 9:07 PM, Jim Michaels > wrote: > >> #include >> #include >> int main(void) { >> std::cout<<(std::regex_match("abcdefg",std::regex("def",std::regex_cons >> tants::extended))?&qu

Re: [Mingw-w64-public] [PATCH] lib32 msvcrt add mkgmtime exports - XP support?

2016-11-02 Thread Jim Michaels
ram for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. > http://sdm.link/x

Re: [Mingw-w64-public] std::regex not fulfilling standard? missing templates

2016-11-02 Thread Jim Michaels
l to > 'std::__cxx11::basic_regex::basic_regex(__gnu_cxx::__alloc_traits d::allocator > >>> ::value_type&, unsigned int)' >>> > > it seems this string-string form of regex_match and regex_replace are > missing from the functionality. > > On Tue, Novemb

Re: [Mingw-w64-public] std::regex not fulfilling standard? missing templates

2016-11-02 Thread Jim Michaels
regex_replace are missing from the functionality. On Tue, November 1, 2016 12:47 pm, NightStrike wrote: > On Tue, Nov 1, 2016 at 2:14 PM, Jim Michaels > wrote: > >> problem with std::regex not fulfilling standard? for this code I got the >> below >> >> for

[Mingw-w64-public] std::regex not fulfilling standard? missing templates

2016-11-01 Thread Jim Michaels
-7-win32\include\c++\7.0.0\bits\regex.h:460:7: note: no known conversion for argument 1 from '__gnu_cxx::__alloc_traits > >::value_type {aka std::__cxx11::basic_string}' to 'const char*' c:\gcc-7-win32\include\c++\7.0.0\bits\regex.h:444:7: note: candidate: std::_

Re: [Mingw-w64-public] cause for 0xc0000005 fault@offset 0 in eventvwr

2016-09-11 Thread Jim Michaels
try it. On 9/9/2016 10:18 PM, LRN wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 10.09.2016 7:57, Jim Michaels wrote: >> On 9/9/2016 5:45 PM, Jim Michaels wrote: >>> I believe this to be caused by a runtime+stdc++ dll mismatch >>> between

Re: [Mingw-w64-public] cause for 0xc0000005 fault@offset 0 in eventvwr

2016-09-09 Thread Jim Michaels
n 9/9/2016 5:45 PM, Jim Michaels wrote: > I believe this to be caused by a runtime+stdc++ dll mismatch between > compiler versions. > > verified. > > > -- > _

[Mingw-w64-public] cause for 0xc0000005 fault@offset 0 in eventvwr

2016-09-09 Thread Jim Michaels
I believe this to be caused by a runtime+stdc++ dll mismatch between compiler versions. verified. -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net h

Re: [Mingw-w64-public] Autotools & git

2016-08-16 Thread Jim Michaels
a sh.exe would be exceptionally useful since windows does not provide one. - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) *From:* Ruben Van Boxem *To:* Jean-Baptiste Kempf

[Mingw-w64-public] please disregard last email about string joiner.

2016-08-13 Thread Jim Michaels
-- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for

[Mingw-w64-public] problems with string combines in printf

2016-08-13 Thread Jim Michaels
void help(void) { printf("%s", PROGRAM_NAME " - " PROGRAM_DESCRIPTION "\r\n" "usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n" "options:\r\n" " [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n" " [/version|-[-]version] gives version number.\r\n" " [/license

Re: [Mingw-w64-public] [PATCH] stdio: Convert from 64 bit doubles to 80 bit, on platforms that lack an 80 bit long double

2016-08-09 Thread Jim Michaels
isn't that some sort of IEEE-754 software floating point switch? On 8/9/2016 3:46 AM, Martin Storsjö wrote: > This fixes printf of floats/doubles with -D__USE_MINGW_ANSI_STDIO=1, > on arm. > --- > Using __fpclassify instead of __fpclassifyl for the 64 bit long > double case, as suggested by Kai.

[Mingw-w64-public] parallel make (make -j 4) and redirect problems

2016-08-09 Thread Jim Michaels
nmake is not compatible with mingw-w64's make which is not compatible with gnu make. also, you should know that make -j n (parallel make) is not completely viable yet because of the shells it needs to make just to output to stdout when there is a redirection in a makefile which causes massive

[Mingw-w64-public] please include gcobol, gcj

2016-08-02 Thread Jim Michaels
even if it's just gcj. I have java stuff to recompile after some important changes to the math. and swing makes a nice gui. thanks. -- ___ Mingw-w64-public mailing list Mingw-

Re: [Mingw-w64-public] Need help building mingw-w64 for ARM

2016-07-27 Thread Jim Michaels
On 7/26/2016 12:21 PM, André Hentschel wrote: > Am 25.07.2016 um 12:21 schrieb dw: >> Thank you for the link, I was not aware of this. I'm using Msys2, so >> the linux issues should not affect me. >> >> While I got the associated binutils to build (which gets me an 'as' >> build that supports the

[Mingw-w64-public] partial bug in #if defined(USEFSTREAM) ?, bug in \n handling

2016-07-26 Thread Jim Michaels
about CR+LF (\r\n). macos is wrong on this too. /* Author: Jim Michaels, for Jim Michaels only, for now Abstract: takes joined file from KBIB_KJ1..5.zip from simtel MSDOS collection and joins the split-up verses in there so it is 1 verse per line. Created: 3-25-2016 Copyright

[Mingw-w64-public] %ll not a bug, my syntax error. long time no use printf, no man pages

2016-07-26 Thread Jim Michaels
make manual? isn't there some sort of make target for help or manual or info? html output maybe? using g++, #include char buf[16777216]; printf("bufsize %lld\r\n",sizeof(buf)); printf("%lld %s\r\n", -12,"cd"); outputs bufsize 21198893437943809 21009446708707316 ê■" ALL wrong.

[Mingw-w64-public] more stdio.h bugs

2016-07-26 Thread Jim Michaels
bug: fread() always returns 0. buffer I used was 16MiB=16777216. bug: printf format %ll messes up whole format string. %llu works and then all is OK. Example: printf("%ll %s\r\n", -12,"cd"); this outputs %s -- What NetF

[Mingw-w64-public] g++ throwing compiler out with the bathwater

2016-07-16 Thread Jim Michaels
build 0708 (internally 0609) #include #include #include namespace str { //string type for S like std::string, std::wstring, etc. int compare(std::string& first const, std::string& second const, bool iCase=false, size_t firstPos=0) const { ... } I had thought the problem might be th

[Mingw-w64-public] bug in 20160708 x32 x32, STDERR not defined in stdio.h

2016-07-15 Thread Jim Michaels
#include fprintf(STDERR, "eolconvert:ERROR: unable to open file \"%s\" for input\r\n", "abc"); STDERR is not defined in stdio.h. also, why does 0708's date say 7.0.0 20160609? I suspect there's a version problem. Fri 07/15/2016 17:26:18.94|C:\Users\Kristina\Desktop\prj\eolconvert\

[Mingw-w64-public] automated, personal builds have stopped

2016-07-06 Thread Jim Michaels
please test the releases before putting out to public. thanks. we need a gcc compiler for windows, and yours is it for the free stuff. but it's broken. please fix. thanks. ----- Jim Michaels http://www.JesusnJim.com (computer repair info, progra

[Mingw-w64-public] double-check memory functions for proper multiplication like memcpy, malloc, free, etc

2016-06-30 Thread Jim Michaels
double-check memory functions for proper multiplication like memcpy, malloc, free, etc. also check std::string.size() and .length() for proper functionality please -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us

Re: [Mingw-w64-public] [PATCH] iptypes.h: Fix header guards

2016-06-22 Thread Jim Michaels
unsubscribe - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) From: Hugo Beauzée-Luyssen To: mingw-w64-public@lists.sourceforge.net Sent: Tuesday, June 21, 2016 6:37 AM Subject: [Mingw-w64-public] [PATCH] iptypes.h: Fix header guards

[Mingw-w64-public] gcc bugs, gnu folk won't acknowledge

2016-06-22 Thread Jim Michaels
http://www.cpp.sh/4lycn bugs in gcc, won't compile ----- Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&

[Mingw-w64-public] basic problems with make and mingw-w64

2016-06-16 Thread Jim Michaels
s work for file trees, and why can't I specify file filters like *.cpp *.h *.hpp *.cc *.cxx *.hxx *.c? it's just a sequence of globs. but it would not match directories. - make should not depend on tabs alone for indentation and command handling. how about spaces? ---

[Mingw-w64-public] dongsheng daily lacking 64-bit target, has host swapped with target

2016-06-15 Thread Jim Michaels
to see support for PAE (for 32-bit and 64-bit processors) sometime, and support for LARGE_ADDRESS_AWARE for 64-bit in the now.  - Jim Michaels http://www.JesusnJim.com (computer repair info, programming

[Mingw-w64-public] problem with templated functions, namespaced find() and compare(), and std::

2016-06-14 Thread Jim Michaels
\stl_algo.h:1963:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _ RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' c:\gcc-5-win32\include\c++\5.3.1\bits\stl_algo.h:4729:18:   req

[Mingw-w64-public] use jedit to replace template source, etc

2016-05-14 Thread Jim Michaels
template<.*?>>totemplate<.*?> > regressions, because parser folks might have to repeatedly replace parts of code for bug fixes. too bad there can't be filters or compiler code chunk substitutions. lamba functions using a #include? - Jim Michaels http://www.

[Mingw-w64-public] more odd errors

2016-05-07 Thread Jim Michaels
tr::find(S&, S&, bool, size_t)' template size_t str::find(S& searchIn, S& searchFor, bool iCase=false, size_t pos=0); ^this is in a namespace str. I had to do that because otherwise #include 's std::find() would throw erro

[Mingw-w64-public] build box?

2016-04-26 Thread Jim Michaels
hpe (HP Enterperise) may have a build box you can buy. give them the specs and see if they can build it for nothing. - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -- Find and

Re: [Mingw-w64-public] why is g++ pasting the source code it compiles into the cmd shell?

2016-04-26 Thread Jim Michaels
) if there are more, why aren't they documented? not taught. I need to know about them. put them in Examples.txt and tell what they are for, and explain how to address argv and envp. did you know you can have a WinMain() and main() in the same program? nice feature.  - J

[Mingw-w64-public] 2 errors in compiler error, warning, why isn't template<>{} supported?

2016-04-26 Thread Jim Michaels
tr::a(STRTYPE, STRTYPE)': ..\..\..\lib\strfuncs\strfuncs.cpp:1214:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ warning is improperly applied. - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -

[Mingw-w64-public] why is g++ pasting the source code it compiles into the cmd shell?

2016-04-26 Thread Jim Michaels
why is g++ pasting the source code it compiles into the cmd shell? nasty action.  - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -- Find and fix application performance issues

Re: [Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
I am seeing an example of ostream& operator<<(std::ostream& os, Loc& lc) that should work. did something change between now and 30 years ago?  - Jim Michaels j...@renewalcomputerservices.com http://www.RenewalComputerServices.com http://www.JesusnJim.com (co

Re: [Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
am& i, */VTREE_LEAVESI& vi) {         std::istream i=*this;         i>>"[">>vi->rootNode>>":"; I don't want my source being put into the GNU bugtracker. function headers from the errors are OK to send. operator>> and operator<

Re: [Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
mes [reserved.names] 2 If a program declares or defines a name in a context where it is reserved, other than as explicitly allowed by this Clause, its behavior is undefined. --                Best regards, lh_mouse 2016-04-01 ----------

Re: [Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
excuse me - namespace std {class tree<_T> {...}}  ----- Jim Michaels j...@renewalcomputerservices.com http://www.RenewalComputerServices.com http://www.JesusnJim.com (computer repair info, programming) From: lh_mouse To: mingw-w64-public Sent: Thursday, March 31, 201

Re: [Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
it's in a template. _T is the parameterized type. as in tree<_T>  ----- Jim Michaels j...@renewalcomputerservices.com http://www.RenewalComputerServices.com http://www.JesusnJim.com (computer repair info, programming) From: lh_mouse To: mingw-w64-public Sen

[Mingw-w64-public] improper errors on what should be valid code syntax

2016-03-31 Thread Jim Michaels
nsert(VTREE_LEAVESI& iInsertionPoint, S_TREE_LEAVES& iTreeNode) {        ^ tree2.cpp:279:20: error: variable or field 'erase' declared void void erase(VTREE_LEAVESI& iTreeNodeFrom, VTREE_LEA

Re: [Mingw-w64-public] problem in 5.3.1 with fstream, use of ifstream, ofstream cause compile error

2016-03-26 Thread Jim Michaels
ndows/application log. the code is too big to paste here without someone getting riled. I am going to try to narrow it down.  ----- Jim Michaels j...@renewalcomputerservices.com http://www.RenewalComputerServices.com http://www.JesusnJim.com (computer repair info, programming) From: Ma

[Mingw-w64-public] problem in 5.3.1 with fstream, use of ifstream, ofstream cause compile error

2016-03-26 Thread Jim Michaels
   compiled by GNU C version 5.3.1 20160301, GMP version 6.1.0, MPFR versio n 3.1.3-p5, MPC version 1.0.3 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 0601085ae72d1dd599a3fd803d942dc0 KBIB_KJ1to5toBible_txt.cpp:15:20: fatal error: i

[Mingw-w64-public] 1MiB variable size limit in dongsheng daily gcc-5.0-win64_5.0.0-20141105

2015-02-11 Thread Jim Michaels
. just out of curiosity, will mingw-w64 work with Virtual Memory?I seem to find that a lot of windows stuff won't use it in win7 (maybe that got fixed a while back).  -----Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJi

[Mingw-w64-public] automated builds

2015-01-02 Thread Jim Michaels
can you explain why the automated builds targeting win64cygwin has i686 target files in it?https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http

Re: [Mingw-w64-public] why isn't UINT64_MAX usable when countdown reaches past 0 to -1?

2014-12-19 Thread Jim Michaels
pos on right hand size should have been i...found the bug shortly after posting. thanks.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: David Macek To

[Mingw-w64-public] how to turn off file globbing in 5.0.0?

2014-12-19 Thread Jim Michaels
how do I turn off file globbing in 5.0.0? seems like the method changes with time.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming

[Mingw-w64-public] why norton removes mingw-w64 pack-mule build

2014-12-18 Thread Jim Michaels
because it is not digitally signed.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -- Download

[Mingw-w64-public] why isn't UINT64_MAX usable when countdown reaches past 0 to -1?

2014-12-18 Thread Jim Michaels
dongshengdaily 5.0.0 20141105     #if defined(_WIN64)     for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT64_MAX; i--) {     #else     for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT32_MAX; i--) {     #endif     std::cerr<<"i="<---

Re: [Mingw-w64-public] DWORD_PTR implemented as long long unsigned int

2014-12-18 Thread Jim Michaels
++ it's a nice and solid def.   ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: David Macek To: mingw-w64-public@lists.sourceforge.net Sent: Tu

[Mingw-w64-public] UINT64_MAX in stdint.h has 1 too few f's, bits/c++config.h missing

2014-12-18 Thread Jim Michaels
my program has a forever loop because of in invalid value in this. stdint.h line 89#define UINT64_MAX 0xULL /* 18446744073709551615ULL */ bits/c++config.h is also missing. dongsheng daily 5.0.0 20141105 - Jim Michaels jmich...@yahoo.com j

[Mingw-w64-public] dongdheng 20141215 seriously gutted

2014-12-18 Thread Jim Michaels
there is like all of 5 header files in the include dir. not sure what's going on. ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, progra

[Mingw-w64-public] dongsheng 5.0.0 20141215 missing algorithm

2014-12-18 Thread Jim Michaels
not sure what else is missing. - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -- Download BIRT

[Mingw-w64-public] DWORD_PTR implemented as long long unsigned int

2014-12-16 Thread Jim Michaels
D_PTR*)new DWORD_PTR[argc+1]; dongsheng daily 20141105 ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming)

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-12-15 Thread Jim Michaels
wait - shouldn't --large-address-aware be more than 4GiB? I thought there was a mode where you could get nice flat address space. that's just too small for some of my programs. the g++ won't even compile them because the functions are too large. =:-O ----- Jim

Re: [Mingw-w64-public] any reason why stack overflow just calling plain function?

2014-12-15 Thread Jim Michaels
   //rescan takes only 2x as long for matched filepaths, so it's not like it's going to be every file in the computer.     std::cerr<<"processFilepath("< To: mingw-w64-public@lists.sourceforge.net Sent: Sunday, December 14, 2014 9:51 AM Subject: Re: [Mingw-w64-public

Re: [Mingw-w64-public] any reason why stack overflow just calling plain function?

2014-12-15 Thread Jim Michaels
4194304 and 8388608 cause a problem, but 1048576 does not.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: David Macek To: mingw-w64-public

Re: [Mingw-w64-public] any reason why stack overflow just calling plain function?

2014-12-15 Thread Jim Michaels
it's when I do:    char line[LINEBUFSIZE]; where LINEBUFSIZE is 8388608  ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: David Macek To: mingw-w64-p

Re: [Mingw-w64-public] any reason why stack overflow just calling plain function?

2014-12-15 Thread Jim Michaels
apparently the line is executing, it's hanging somewhere else farther down, but the line isn't displaying (why? do I need to flush iostream?)  ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (compu

[Mingw-w64-public] any reason why stack overflow just calling plain function?

2014-12-13 Thread Jim Michaels
1st line of function is std::cerr<<"sometext"<-- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Nativ

[Mingw-w64-public] ntstatus.h missing from dongsheng daily

2014-12-13 Thread Jim Michaels
ntstatus.h missing from dongsheng daily.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-12 Thread Jim Michaels
binaries? - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: Ruben Van Boxem To: "mingw-w64-public@lists.sourceforge.net" Sent: Wednesday, Decembe

Re: [Mingw-w64-public] MinGW LGPL licensed, header-only std::thread implementation

2014-12-12 Thread Jim Michaels
I have an interest.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: Óscar Fuentes To: mingw-w64-public@lists.sourceforge.net Sent: Thursday, December 11

[Mingw-w64-public] post-crash analysis using ms mini-crashdumps?

2014-12-12 Thread Jim Michaels
Fault bucket 90527071, type 20 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: list-search-bars.exe P2: 0.0.0.0 P3: 4e5a5f2e P4: libstdc++-6.dll P5: 0.0.0.0 P6: 6fd3d060 P7: 4015 P8: 00022f7a P9: P10: Attached files: C:\Users\Jim-Michaels\AppData\Local

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Jim Michaels
is this msys2 something that applies to mingw-w64? should I be using this instead of https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/ ? - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http

[Mingw-w64-public] bug in ftream RE: .tellg() and .seekg()

2014-12-05 Thread Jim Michaels
wrong. something got messed up after hitting eof. I should be able to rewind the file, shouldn't i?  ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, progra

[Mingw-w64-public] Dongsheng Daily bugs, MSYS shell bug

2014-12-05 Thread Jim Michaels
or whether this belongs in the list. fron now on I will report to list first, is that preferable? or how do I make the decision about whether to make a ticket or use ML? ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://Jes

[Mingw-w64-public] multi-target MSYS patch available

2014-12-05 Thread Jim Michaels
a slightly different readme for each cpu target tree. ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -

[Mingw-w64-public] Fw: (GMP) gcc 4.9.2 build from source

2014-11-23 Thread Jim Michaels
thought this would be of interest... ? - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) - Forwarded Message - Sent: Sunday, November 23, 2014 2:02 PM Subject: Re

[Mingw-w64-public] Bash shellshock

2014-09-27 Thread Jim Michaels
just got this from O'reilly.com, it's a security alert. as you know, MSYS uses BASH and so does cygwin. Forwarded Message Subject: Programming Today: Bash shellshock, Python 3, peer code review + more Date: Sat, 27 Sep 2014 06:10:26 -0700 From: O'Reilly Media To: jm

[Mingw-w64-public] warning: MPFR header version 3.1.2-p9 differs from library version 3.1.2-p10.

2014-09-25 Thread Jim Michaels
I get this error 4 times. Using built-in specs. COLLECT_GCC=f:\x86_64-4.9.1-release-posix-sjlj-rt_v3-rev1\mingw64\bin\g++.exe COLLECT_LTO_WRAPPER=f:/x86_64-4.9.1-release-posix-sjlj-rt_v3-rev1/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.9.1/lto-wrapper.exe Target: x86_64-w64-mingw32 Configure

Re: [Mingw-w64-public] Big perfomance difference 32/64 bits

2014-08-30 Thread Jim Michaels
On 8/26/2014 11:07 AM, Óscar Fuentes wrote: "Raffaello D. Di Napoli" writes: 2014-08-25 11:25 GMT-04:00 Óscar Fuentes : On a CPU-intensive application, the 64 bit exe runs 40% slower than its 32 bit counterpart. It's a C++ app with a workload typical of a compiler. Are there known slow spots

[Mingw-w64-public] __int128 literals don't work

2014-07-25 Thread Jim Michaels
ted. there's not even a stdint.h type for it.   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) --

[Mingw-w64-public] problem using printf with __int128 in 4.9.0

2014-07-25 Thread Jim Michaels
ch=nocona' '-mthr eads' '-pthread'   f:/x86_64-4.9.0-release-posix-sjlj-rt_v3-rev2/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.9.0/cc1plus.exe -fpreprocessed __int128.ii -quiet -dumpbase __int 128.cpp -mtune=core2 -march=nocona -mthreads -auxbas

Re: [Mingw-w64-public] MSYS2 issues

2014-07-23 Thread Jim Michaels
you can rename the compiler's make.exe to make.ex, that will make it "go away" without deleting it, if you need it back, you can always rename it. another option is to simply change your PATH environment variable so that the compiler is last and MSYS path is before that. since searching for exec

[Mingw-w64-public] libgcc_s_pthread.a missing? pthreads also single-threaded

2014-07-10 Thread Jim Michaels
the posix/pthreads version. this has not helped. auto-threadind seems broken in 4.9.0 v3rev2.   I see libgcc_s_sjlj.a but not libgcc_s_pthread.a there's probably a reason for this, or maybe it's a mistake. I don't know. maybe someone else can figure this out. - Jim Mich

Re: [Mingw-w64-public] problem with compiler not concatenating strings

2014-07-02 Thread Jim Michaels
compiler not concatenating >strings > > > >2014-06-29 6:32 GMT+02:00 Jim Michaels : > >thank you ivan, I did not know about cinttypes! this is new to me. it's not >listed at cplusplus.com >> > > >Eh, yes it is: >http://www.cplusplus.com/reference

Re: [Mingw-w64-public] problem with compiler not concatenating strings

2014-06-28 Thread Jim Michaels
thank you ivan, I did not know about cinttypes! this is new to me. it's not listed at cplusplus.com > > > > > From: Ivan Garramona >To: mingw-w64-public@lists.sourceforge.net >Sent: Saturday, June 21, 2014 9:03 PM >Subject: Re: [Mingw-w64-public] problem with co

Re: [Mingw-w64-public] error using PRIu64 in inttypes.h

2014-06-22 Thread Jim Michaels
it won't work, I am using C++. the #ifdef specifically excludes C++: #if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS) /* 7.8.1 Macros for format specifiers  *  * MS runtime does not yet understand C9x standard "ll"  * length specifier. It appears to treat "ll" as "l".  * The non-standa

Re: [Mingw-w64-public] problem with compiler not concatenating strings

2014-06-21 Thread Jim Michaels
mingw-w64-public@lists.sourceforge.net >Sent: Saturday, June 21, 2014 5:35 PM >Subject: Re: [Mingw-w64-public] problem with compiler not concatenating >strings > > >Jim Michaels writes: > >> printf("abc%" "I64u" "def", 12); &g

[Mingw-w64-public] problem with compiler not concatenating strings

2014-06-21 Thread Jim Michaels
} has the c++ standard been changed? it used to be that  C/C++ would join separate strings that are separated by whitespace. this was a very useful feature and I need it. thanks. - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com ht

[Mingw-w64-public] error using PRIu64 in inttypes.h

2014-06-21 Thread Jim Michaels
expands to a string never threw an error message before and I can't get my work done. :-(   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (my personal site, has software) --- IEC Units: Computer RAM &

Re: [Mingw-w64-public] issue with .map file generation

2014-06-10 Thread Jim Michaels
2014 2:53 AM >Subject: Re: [Mingw-w64-public] issue with .map file generation > > > >2014-06-02 11:25 GMT+02:00 Jim Michaels : > >what I am seeing is the offset from the event viewer's crashdump info (the >offset) doesn't match the code offset address in the .map fi

Re: [Mingw-w64-public] issue with .map file generation

2014-06-02 Thread Jim Michaels
roper .map files for debugging. is there a switch I am missing? between compiler segfaults and this, things are not looking too well for my programs. Jim Michaels I am working on trying to find a way to boil down the compiler segfault into a bite-sized piece rather than sending the whole sheba

Re: [Mingw-w64-public] issue with .map file generation

2014-06-02 Thread Jim Michaels
P3: 042ae550 P4: ntdll.dll P5: 6.1.7601.18247 P6: 521eaf24 P7: c005 P8: 00019a8a P9: P10: Attached files: C:\Users\Jim-Michaels\AppData\Local\Temp\WERF48E.tmp.WERInternalMetadata.xml These files may be available here: C:\Users\Jim-Michaels\AppData\Local\Microsoft\Windows\WE

[Mingw-w64-public] issue with .map file generation

2014-06-02 Thread Jim Michaels
I am unable to debug my programs, because the .map files and .objdump files that are generated don't match the offset given by werfault.exe which provides the minidump info form windows. I did not want to use gdb. ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservice

[Mingw-w64-public] compiler segfault in 4.8.3,4.9.0

2014-05-27 Thread Jim Michaels
x86_64-4.8.3-release-win32-sjlj-rt_v3-rev0 x86_64-4.9.0-release-win32-seh-rt_v3-rev1 are both giving me internal compiler segfaults. I have no idea how to reproduce, except with the large sets of files I have, and I wanted to make a living with those.   - Jim Michaels jmich

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
olks. problem resolved. > > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote: >

Re: [Mingw-w64-public] printf

2014-05-21 Thread Jim Michaels
.@zxid.org" >To: jmich...@yahoo.com >Cc: mingw-w64-public@lists.sourceforge.net; sampo-mi...@zxid.org >Sent: Saturday, May 10, 2014 3:07 AM >Subject: Re: [Mingw-w64-public] printf > > >Jim Michaels said: >> I could not find a good example on this because examp

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
3609/printf-variable-number-of-decimals-in-float   > > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
___ > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote: >> I could not find a good example on this be

[Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-09 Thread Jim Michaels
't think that's right.   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (my personal site, has software) --- IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements (note: they

Re: [Mingw-w64-public] -console gone, some opt switches seem to force wWinMain

2014-05-08 Thread Jim Michaels
hi folks, one of the things that is causing the problem is -municode. > > From: Jim Michaels >To: Mingw64 Users >Sent: Thursday, May 8, 2014 3:44 PM >Subject: -console gone, some opt switches seem to force wWinMain > > > >-c

[Mingw-w64-public] -console gone, some opt switches seem to force wWinMain

2014-05-08 Thread Jim Michaels
x86_64-4.9.0-release-win32-seh-rt_v3-rev1\mingw64\bin\g++.exe" -Wall -Wextra -v -save-temps -ftree-parallelize-loops=4 -ftree-loop-vectorize -ftree-slp-vectorize -floop-parallelize-all -O2 -m64 -municode -static -fno-strict-aliasing -fwrapv -lstdc++ -lmingw32 -Wall -W -Wextra -Xlinker -Map=g

[Mingw-w64-public] latest way to turn off globbing in 4.9.0?

2014-04-01 Thread Jim Michaels
what's the latest way to turn off file globbing in 4.9.0?   ----- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (my personal site, has software) --- IEC Units: Computer RAM & SSD measurements, microsoft

Re: [Mingw-w64-public] statically linking - need more detail

2014-03-29 Thread Jim Michaels
tatic is what you're looking for. > > > > >2014-03-29 16:28 GMT-03:00 Jim Michaels : > >I know how to statically link in the runtime, but not the stdc++ lib. I want >to make a monolithic exe. >>-static-libgcc -lgcc >> >>but what else do I p

[Mingw-w64-public] statically linking - need more detail

2014-03-29 Thread Jim Michaels
I know how to statically link in the runtime, but not the stdc++ lib. I want to make a monolithic exe. -static-libgcc -lgcc but what else do I put in? thanks.   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com

[Mingw-w64-public] unparking cores on windows

2014-03-29 Thread Jim Michaels
if you are doing parallel builds, this might be fore you. http://jesusnjim.com/pc-repair/speed-up/maximize-cpu-performance-disable-core-parking.html   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (my

[Mingw-w64-public] note of thanks

2014-03-27 Thread Jim Michaels
thanks folks, for fixing the vector.size() bug in 4.9.0 experimental posix older version and releasing a newer version with fixes. I was getting -1 for a size() for a while. I definitely appreciate this. thanks again!   - Jim Michaels jmich...@yahoo.com j

Re: [Mingw-w64-public] Q: vector, cout, ostringstream not working (Ruben?)

2014-03-25 Thread Jim Michaels
would like to know the workaround to solve this problem so I can have uniocode iostreams. thanks. > > From: Ruben Van Boxem >To: "mingw-w64-public@lists.sourceforge.net" > >Sent: Thursday, March 13, 2014 1:32 AM >Subject: Re: [Ming

  1   2   3   4   >